https://github.com/ome/omero-cli-duplicate
OMERO command-line tool for duplicating database objects
https://github.com/ome/omero-cli-duplicate
cli command omero plugin python
Last synced: 12 months ago
JSON representation
OMERO command-line tool for duplicating database objects
- Host: GitHub
- URL: https://github.com/ome/omero-cli-duplicate
- Owner: ome
- License: gpl-2.0
- Created: 2016-04-28T18:25:26.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-11-22T08:52:28.000Z (over 1 year ago)
- Last Synced: 2025-06-05T06:56:18.836Z (about 1 year ago)
- Topics: cli, command, omero, plugin, python
- Language: Python
- Homepage: https://www.openmicroscopy.org/omero/
- Size: 73.2 KB
- Stars: 2
- Watchers: 7
- Forks: 8
- Open Issues: 5
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
.. image:: https://github.com/ome/omero-cli-duplicate/workflows/OMERO/badge.svg
:target: https://github.com/ome/omero-cli-duplicate/actions
.. image:: https://badge.fury.io/py/omero-cli-duplicate.svg
:target: https://badge.fury.io/py/omero-cli-duplicate
omero-cli-duplicate
===================
OMERO command-line plugin for duplicating Objects in OMERO, without duplicating binary data.
For usage instructions, please see `OMERO guides `_.
Requirements
============
* OMERO 5.6.0 or newer
* Python 3.6 or newer
Installing from PyPI
====================
This section assumes that an OMERO.py is already installed.
Install the command-line tool using `pip `_:
::
$ pip install -U omero-cli-duplicate
Release process
---------------
This repository uses `bump2version `_ to manage version numbers.
To tag a release run::
$ bumpversion release
This will remove the ``.dev0`` suffix from the current version, commit, and tag the release.
To switch back to a development version run::
$ bumpversion --no-tag [major|minor|patch]
specifying ``major``, ``minor`` or ``patch`` depending on whether the development branch will be a `major, minor or patch release `_. This will also add the ``.dev0`` suffix.
Remember to ``git push`` all commits and tags.
License
-------
This project, similar to many Open Microscopy Environment (OME) projects, is
licensed under the terms of the GNU General Public License (GPL) v2 or later.
Copyright
---------
2017-2020, The Open Microscopy Environment