Metadata-Version: 2.1
Name: genomehubs
Version: 2.6.2
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
Provides-Extra: dev
Provides-Extra: test
License-File: LICENSE
License-File: AUTHORS
License-File: AUTHORS.rst

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


