Metadata-Version: 2.1
Name: pdm-utils
Version: 0.6.2
Summary: MySQL phage genomics database management utilities
Home-page: https://github.com/SEA-PHAGES/pdm_utils
Author: Travis Mavrich
Author-email: trm53@pitt.edu
License: UNKNOWN
Project-URL: Documentation, https://pdm-utils.readthedocs.io/en/latest/
Project-URL: Source, https://github.com/SEA-PHAGES/pdm_utils/
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Database
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: biopython (>=1.70)
Requires-Dist: pymysql (>=0.9.0)
Requires-Dist: paramiko (>=2.5.0)
Requires-Dist: tabulate (>=0.8.0)
Requires-Dist: sqlalchemy (>=1.3.0)

# README #

### Purpose: ###

* The pdm_utils repository provides the source code for pdm_utils Python package, developed in the SEA-PHAGES program to create, update, and maintain MySQL phage genomics databases.

The source code is available on GitHub at https://github.com/SEA-PHAGES/pdm_utils/.

The user guide for the package is available on ReadTheDocs at https://pdm-utils.readthedocs.io/en/latest/.

The pdm_utils Python package is available on PyPI at https://pypi.org/project/pdm-utils/.

### Contribution guidelines: ###

* Please contact us if you have any contributions or suggestions. Details about how to contribute can be found on the user guide.

### Developers: ###

* Travis Mavrich (trm53@pitt.edu) and Christian Gauthier (christian.gauthier@pitt.edu).


