Metadata-Version: 2.4
Name: topppy
Version: 1.0.0
Summary: Python implementation of ToppGene API wrapper
Home-page: https://github.com/tianzelab/topppy
Author: Cao Tianze
Author-email: hnrcao@qq.com
License: MIT
Project-URL: Bug Tracker, https://github.com/tianzelab/topppy/issues
Keywords: scToppR,ToppGene,bioinformatics,pandas
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas>=2.2.0
Requires-Dist: requests>=2.32.0
Requires-Dist: plotnine>=0.15.3
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# ToppPy: Python implementation of ToppGene API wrapper
Inspired by [scToppR](https://github.com/BioinformaticsMUSC/scToppR), Toppy is its Python implementation. An API wrapper for [ToppGene](https://toppgene.cchmc.org/).

ToppPy is a Python package that enables seamless, workflow-based interaction with ToppGene, a gene enrichment analysis portal. Researchers can use ToppPy to directly query ToppGene's database and perform analyses with just a few lines of code.

## Installation
```
pip install topppy
```

## Documentation
- Online Docs: [GitHub Pages](tianzelab.github.io/topppy/)
