Metadata-Version: 2.1
Name: magna
Version: 4.0.1
Summary: Magna is a collection of commands that I frequently use in bioinformatics and day-to-day life.
Home-page: https://github.com/aaronmussig/magna
Author: Aaron Mussig
Author-email: aaronmussig@gmail.com
License: GNU AGPLv3
Project-URL: Bug Tracker, https://github.com/aaronmussig/magna
Project-URL: Documentation, https://github.com/aaronmussig/magna
Project-URL: Source Code, https://github.com/aaronmussig/magna
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: tqdm
Requires-Dist: pandas (>=1.1.0)
Requires-Dist: pyarrow
Requires-Dist: numpy
Requires-Dist: dendropy
Requires-Dist: biopython
Requires-Dist: scipy
Requires-Dist: typer[all]
Requires-Dist: rq
Requires-Dist: redis

# magna

[![PyPI](https://img.shields.io/pypi/v/magna.svg)](https://pypi.python.org/pypi/magna)

Magna is a collection of bioinformatic datasets and utilities I use in my everyday life.

This has been written with the intention of personal use, but feel free to use/contribute. 

No guarantees are made that the API will remain stable between so ensure you fix the version.

**Documentation:** [https://aaronmussig.github.io/magna/](https://aaronmussig.github.io/magna/)


## Contributing

This project uses [Semantic Versioning](http://semver.org/) and [Conventional Commits](https://conventionalcommits.org/)
to automatically generate release notes using [Semantic Release](https://semantic-release.gitbook.io/semantic-release/).

Please ensure that your commits are property formatted.
