po4

View on PyPIReverse Dependencies (0)

0.2.0 po4-0.2.0-py2.py3-none-any.whl

Wheel Details

Project: po4
Version: 0.2.0
Filename: po4-0.2.0-py2.py3-none-any.whl
Download: [link]
Size: 19954
MD5: e1c31a8b43333313b6ce8aa64cb506ef
SHA256: 0f52a045d818e8d04bcd9a780613b948c56a11b1733437b5f88d4b577cb6f370
Uploaded: 2020-07-21 19:43:31 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: po4
Version: 0.2.0
Summary: Database of DNA sequences.
Author: Kale Kundert
Author-Email: kale[at]thekunderts.net
Home-Page: https://github.com/kalekundert/po4
Project-Url: Bug Tracker, https://github.com/kalekundert/phosphatedb/issues
Project-Url: Continuous Integration, https://github.com/kalekundert/phosphatedb/actions
Project-Url: Documentation, https://phosphatedb.readthedocs.io/en/latest/
Project-Url: Test Coverage, https://coveralls.io/github/kalekundert/phosphatedb
Project-Url: Version Control, https://github.com/kalekundert/phosphatedb
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: ~=3.8
Requires-Dist: appdirs
Requires-Dist: autoprop
Requires-Dist: autosnapgene
Requires-Dist: Biopython
Requires-Dist: configurator
Requires-Dist: docopt
Requires-Dist: inform (>=1.21)
Requires-Dist: more_itertools (>=8.0)
Requires-Dist: pandas
Requires-Dist: setuptools
Requires-Dist: stepwise
Requires-Dist: stepwise_mol_bio
Requires-Dist: tabulate
Requires-Dist: toml
Requires-Dist: tqdm
Requires-Dist: voluptuous
Requires-Dist: xlrd (>=1.0)
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx_rtd_theme; extra == "docs"
Requires-Dist: autoclasstoc; extra == "docs"
Requires-Dist: pytest; extra == "tests"
Requires-Dist: pytest-cov; extra == "tests"
Requires-Dist: coveralls; extra == "tests"
Provides-Extra: docs
Provides-Extra: tests
Description-Content-Type: text/x-rst
[Description omitted; length: 4485 characters]

WHEEL

Wheel-Version: 1.0
Generator: flit 2.3.0
Root-Is-Purelib: true
Tag: py2-none-any
Tag: py3-none-any

RECORD

Path Digest Size
po4/__init__.py sha256=vmgZWK7tJG8w9XxA3S5uD_71DeNSFtvBrSRiJqVYHao 195
po4/config.py sha256=8lKaX7ZaaVGwcm2-gWVims2WCioEmxzpDVhvcWT8KNg 599
po4/errors.py sha256=jAHuzCX3SPiglyAOKRXhR0iom7BwrKjXXdyPimJwnB4 1133
po4/model.py sha256=uz0fsVdQuU_qFVoYdh6A4iTPeXZRyUDfTg7HXsgTfAc 9000
po4/protocols.py sha256=sIm1feT24FUfxGubnMl4Gq36_mLSsrJNUlZMUEU2oS4 12575
po4/utils.py sha256=OVZGVFiJWU8IKkm8pBJvX1zAN9DqtWG1u-WoFFZ5UuY 6959
po4/cli/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
po4/cli/main.py sha256=YkwsGKh18g00fJZ8UR7Hkj96vH9hzTXnJ0tg0ZN9n_Q 2265
po4/loaders/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
po4/loaders/excel.py sha256=4yFbs98s6gB-ab7NMPGPVqzqwn2n5rFKvyqsJ7w37DM 3225
po4/stepwise/__init__.py sha256=531IOTxmmN5v-qQnWCTa47-sGGNWFm9JOvzlvMDHeR0 128
po4/stepwise/make.py sha256=mlY-xtVkV4q9lAPfnvUaQ5nC9UP658ZBpIrhZ5NtLws 12230
po4-0.2.0.dist-info/entry_points.txt sha256=8MYKgh3-TVF_OgqWm2n89bMiJCnaRokGIr1OWDk23_s 134
po4-0.2.0.dist-info/LICENSE.txt sha256=hV5oaBI3HIjUi61UYZf8laH_cqtaEsuXV60GtWt5Cog 1079
po4-0.2.0.dist-info/WHEEL sha256=4vGQWMHJO3SOyvYcLHqr380W2n90FCfzkrP_YY3xjq8 99
po4-0.2.0.dist-info/METADATA sha256=TbfcIC7x-KOKuVE3HqbNPDJnfR7HCrdz_Z_vpkAvSTM 6396
po4-0.2.0.dist-info/RECORD

entry_points.txt

po4 = po4.cli.main:main
excel = po4.loaders.excel
protocols = po4.stepwise:Plugin