Metadata-Version: 2.1
Name: genomehubs
Version: 2.4.23
Summary: GenomeHubs
Home-page: https://github.com/genomehubs/genomehubs
Author: genomehubs
Author-email: genomehubs@genomehubs.org
License: UNKNOWN
Project-URL: Bug Reports, https://github.com/genomehubs/genomehubs/issues
Project-URL: Source, https://github.com/genomehubs/genomehubs
Keywords: bioinformatics
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.6, <4
Description-Content-Type: text/x-rst
Requires-Dist: Pillow (>=8.0)
Requires-Dist: biopython (>=1.78)
Requires-Dist: docopt (>=0.6.2)
Requires-Dist: elasticsearch (<7.14.0,>=7.8.1)
Requires-Dist: fastjsonschema (>=2.15.3)
Requires-Dist: filetype (>=1.0.7)
Requires-Dist: h3 (>=3.7.4)
Requires-Dist: pyyaml
Requires-Dist: sparqlwrapper (>=1.4.1)
Requires-Dist: tolkein (>=0.4.0)
Requires-Dist: ujson (>=3.0.0)
Provides-Extra: dev
Requires-Dist: pycodestyle (>=2.6.0) ; extra == 'dev'
Requires-Dist: pydocstyle (>=5.0.2) ; extra == 'dev'
Requires-Dist: pylint (>=2.5.3) ; extra == 'dev'
Provides-Extra: test
Requires-Dist: coverage (>=5.1) ; extra == 'test'
Requires-Dist: coveralls (>=2.0.0) ; extra == 'test'
Requires-Dist: mock (>=4.0.2) ; extra == 'test'
Requires-Dist: pytest-cov (>=2.10.0) ; extra == 'test'
Requires-Dist: pytest-isort (>=1.1.0) ; extra == 'test'
Requires-Dist: pytest-mock (>=3.1.1) ; extra == 'test'
Requires-Dist: pytest (>=6.0.0) ; extra == 'test'

==========
GenomeHubs
==========





Installation
============

::

    conda install -c tolkit genomehubs

or 

    pip install genomehubs

You can also install the in-development version with::

    pip install https://github.com/genomehubs/genomehubs/archive/main.zip


Documentation
=============


https://genomehubs.readthedocs.io/


Development
===========

To run all tests run::

    tox


Changelog
=========

2.0.0 (2020-07-02)
------------------

* First release on PyPI.


