Metadata-Version: 2.1
Name: omero-rdf
Version: 0.5.2
Summary: A plugin for exporting rdf from OMERO
Author: The Open Microscopy Team
Project-URL: Repository, https://github.com/German-BioImaging/omero-rdf
Project-URL: Changelog, https://github.com/German-BioImaging/omero-rdf/blob/master/CHANGES.txt
Keywords: OMERO.cli,plugin
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Plugins
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >3.8
Description-Content-Type: text/x-rst
License-File: LICENSE.txt
Requires-Dist: omero-py>=5.8
Requires-Dist: entrypoints
Requires-Dist: types-entrypoints
Requires-Dist: future
Requires-Dist: rdflib
Requires-Dist: pyld
Requires-Dist: rdflib-pyld-compat
Requires-Dist: omero-marshal
Requires-Dist: wikidataintegrator
Requires-Dist: packaging
Provides-Extra: tests
Requires-Dist: pytest; extra == "tests"
Requires-Dist: restview; extra == "tests"
Requires-Dist: mox3; extra == "tests"

.. image:: https://github.com/German-BioImaging/omero-rdf/workflows/OMERO/badge.svg
    :target: https://github.com/german-bioimaging/omero-rdf/actions

.. image:: https://badge.fury.io/py/omero-rdf.svg
    :target: https://badge.fury.io/py/omero-rdf

omero-rdf
=========

A plugin for exporting rdf from OMERO


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 <https://pip.pypa.io/en/stable/>`_:

::

    $ pip install -U omero-rdf

Release process
---------------

This repository uses `versioneer <https://pypi.org/project/versioneer/>`_
to manage version numbers. A tag prefixed with `v` will be detected by
the library and used as the current version at runtime.

Remember to ``git push`` all commits and tags.

Funding
-------

Funded by the `Delta Tissue <https://wellcomeleap.org/delta-tissue/>`_
Program of `Wellcome Leap <https://wellcomeleap.org/>`_.

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
---------

2022, German BioImaging
