Metadata-Version: 2.4
Name: gunc
Version: 1.1.0
Summary: Python package for detection of chimerism and contamination in prokaryotic genomes.
Author-email: Anthony Fullam <anthony.fullam@embl.de>
License-Expression: GPL-3.0-or-later
Project-URL: Homepage, https://github.com/grp-bork/gunc
Classifier: Environment :: Console
Classifier: Natural Language :: English
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: numpy>=1.20
Requires-Dist: scipy>=1.7
Requires-Dist: pandas>=2.0.0
Requires-Dist: plotly>=5.0
Requires-Dist: requests>=2.22.0
Provides-Extra: test
Requires-Dist: coverage; extra == "test"
Requires-Dist: flake8; extra == "test"
Requires-Dist: pytest; extra == "test"
Provides-Extra: docs
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: ipython; extra == "docs"
Requires-Dist: matplotlib; extra == "docs"
Requires-Dist: numpydoc; extra == "docs"
Requires-Dist: sphinx-copybutton; extra == "docs"
Requires-Dist: sphinx_rtd_theme; extra == "docs"
Provides-Extra: dev
Requires-Dist: gunc[docs,test]; extra == "dev"
Dynamic: license-file

.. image:: GUNC_LOGO.svg
    :width: 400px
    :align: left
    :alt: GUNC

|
|
|
|
|
|
|

.. image:: https://img.shields.io/pypi/v/gunc.svg
        :target: https://pypi.python.org/pypi/gunc
.. image:: https://anaconda.org/bioconda/gunc/badges/version.svg
        :target: https://anaconda.org/bioconda/gunc
.. image:: https://anaconda.org/bioconda/gunc/badges/downloads.svg
        :target: https://anaconda.org/bioconda/gunc
.. image:: https://img.shields.io/badge/license-GPLv3-blue.svg?style=flat-square&maxAge=2678400
        :target: https://choosealicense.com/licenses/gpl-3.0/




Python package for detection of chimerism and contamination in prokaryotic genomes.

* Free software: GNU General Public License v3 or later
* Documentation: `GUNC Documentation <https://grp-bork.embl-community.io/gunc/>`_
