Metadata-Version: 2.4
Name: emperor
Version: 1.0.5
Summary: Emperor
Home-page: http://github.com/biocore/emperor
Author: Antonio Gonzalez Pena, Meg Pirrung & Yoshiki Vazquez Baeza
Author-email: yoshiki89@gmail.com
Maintainer: Emperor development team
Maintainer-email: yoshiki89@gmail.com
License: BSD-3-Clause
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: User Interfaces
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Operating System :: OS Independent
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS :: MacOS X
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: numpy>=1.7
Requires-Dist: scipy>=0.17.0
Requires-Dist: click
Requires-Dist: pandas
Requires-Dist: scikit-bio>=0.4.1
Requires-Dist: jinja2>=2.9
Provides-Extra: doc
Requires-Dist: Sphinx<4; extra == "doc"
Requires-Dist: jinja2<3.1,>=2.9; extra == "doc"
Requires-Dist: numpydoc; extra == "doc"
Requires-Dist: sphinx-bootstrap-theme; extra == "doc"
Provides-Extra: test
Requires-Dist: flake8; extra == "test"
Requires-Dist: nose; extra == "test"
Requires-Dist: pep8; extra == "test"
Provides-Extra: all
Requires-Dist: Sphinx<4; extra == "all"
Requires-Dist: click; extra == "all"
Requires-Dist: flake8; extra == "all"
Requires-Dist: jinja2<3.1,>=2.9; extra == "all"
Requires-Dist: jinja2>=2.9; extra == "all"
Requires-Dist: nose; extra == "all"
Requires-Dist: numpy>=1.7; extra == "all"
Requires-Dist: numpydoc; extra == "all"
Requires-Dist: pandas; extra == "all"
Requires-Dist: pep8; extra == "all"
Requires-Dist: scikit-bio>=0.4.1; extra == "all"
Requires-Dist: scipy>=0.17.0; extra == "all"
Requires-Dist: sphinx-bootstrap-theme; extra == "all"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: maintainer
Dynamic: maintainer-email
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: summary

Emperor
=======

[![Join the chat at https://gitter.im/biocore/emperor](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/biocore/emperor?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![](https://github.com/biocore/emperor/workflows/Emperor%20CI/badge.svg)](https://github.com/biocore/emperor/actions) [![Coverage Status](https://coveralls.io/repos/biocore/emperor/badge.svg)](https://coveralls.io/r/biocore/emperor)

Emperor is a next-generation tool for the analysis and visualization of large microbial ecology datasets. Amongst its many features, Emperor provides a modern user interface that can be rapidly adjusted to your data analysis workflow.

To start using Emperor, please refer to the [installation notes](INSTALL.md).

Before contributing code to Emperor, please familiarize yourself with the [contributing guidelines](CONTRIBUTING.md).

## Usage

You can start using Emperor through [QIIME 2](https://qiime2.org)'s [interfaces](https://docs.qiime2.org/2021.2/interfaces/) (the command line or the graphical user interface), or alternatively using the Python interface (compatible with the Jupyter notebook, see [this example](http://nbviewer.jupyter.org/github/biocore/emperor/blob/new-api/examples/keyboard.ipynb)). For more details, refer to our [online documentation](http://emperor.microbio.me).

## Publications

- [EMPeror: a tool for visualizing high-throughput microbial community data](https://www.ncbi.nlm.nih.gov/pubmed/24280061). GigaScience, 2013.

- [Bringing the Dynamic Microbiome to Life with Animations](https://www.ncbi.nlm.nih.gov/pubmed/28081445). Cell Host & Microbe, 2016.
