Metadata-Version: 2.1
Name: taxpasta
Version: 0.1.0
Summary: TAXonomic Profile Aggregation and STAndardisation
Home-page: https://github.com/taxprofiler/taxpasta
Download-URL: https://pypi.org/project/taxpasta/
Author: Moritz E. Beber, Maxime Borry, Sofia Stamouli
Author-email: "Moritz E. Beber" <moritz.beber@posteo.de>, "Maxime Borry" <maxime_borry@eva.mpg.de>, "Sofia Stamouli" <sofia.stamouli@scilifelab.se>
License: Apache-2.0
Project-URL: Source Code, https://github.com/taxprofiler/taxpasta
Project-URL: Documentation, https://taxpasta.readthedocs.io
Project-URL: Bug Tracker, https://github.com/taxprofiler/taxpasta/issues
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: depinfo (~=2.1)
Requires-Dist: numpy (~=1.20)
Requires-Dist: pandas (~=1.4)
Requires-Dist: pandera (~=0.11)
Requires-Dist: typer (~=0.6)
Provides-Extra: all
Requires-Dist: biom-format ; extra == 'all'
Requires-Dist: odfpy ; extra == 'all'
Requires-Dist: openpyxl ; extra == 'all'
Requires-Dist: pyarrow ; extra == 'all'
Requires-Dist: rich ; extra == 'all'
Provides-Extra: arrow
Requires-Dist: pyarrow ; extra == 'arrow'
Provides-Extra: biom
Requires-Dist: biom-format ; extra == 'biom'
Provides-Extra: development
Requires-Dist: black ; extra == 'development'
Requires-Dist: isort ; extra == 'development'
Requires-Dist: tox ; extra == 'development'
Provides-Extra: ods
Requires-Dist: odfpy ; extra == 'ods'
Provides-Extra: parquet
Requires-Dist: pyarrow ; extra == 'parquet'
Provides-Extra: rich
Requires-Dist: rich ; extra == 'rich'
Provides-Extra: xlsx
Requires-Dist: openpyxl ; extra == 'xlsx'

# TAXPASTA

[![Current PyPI Version](https://img.shields.io/pypi/v/taxpasta.svg)](https://pypi.org/project/taxpasta/)
[![Supported Python Versions](https://img.shields.io/pypi/pyversions/taxpasta.svg)](https://pypi.org/project/taxpasta/)
[![Apache Software License Version 2.0](https://img.shields.io/pypi/l/taxpasta.svg)](https://www.apache.org/licenses/LICENSE-2.0)
[![Code of Conduct](https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg)](.github/CODE_OF_CONDUCT.md)
[![GitHub Actions](https://github.com/taxprofiler/taxpasta/workflows/CI-CD/badge.svg)](https://github.com/taxprofiler/taxpasta/workflows/CI-CD)
[![Codecov](https://codecov.io/gh/taxprofiler/taxpasta/branch/master/graph/badge.svg)](https://codecov.io/gh/taxprofiler/taxpasta)
[![Code Style Black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)
[![Documentation Status](https://readthedocs.org/projects/taxpasta/badge/?version=latest)](https://taxpasta.readthedocs.io/en/latest/?badge=latest)

_TAXonomic Profile Aggregation and STAndardisation_

## Install

It's as simple as:

```shell
pip install taxpasta
```

## Copyright

-   Copyright © 2022, Moritz E. Beber, Maxime Borry, James A. Fellows Yates, and Sofia Stamouli.
-   Free software distributed under the [Apache Software License
    2.0](https://www.apache.org/licenses/LICENSE-2.0).
