fetch-tool

View on PyPIReverse Dependencies (0)

0.9.0 fetch_tool-0.9.0-py3-none-any.whl

Wheel Details

Project: fetch-tool
Version: 0.9.0
Filename: fetch_tool-0.9.0-py3-none-any.whl
Download: [link]
Size: 21635
MD5: ee7b953dba603b1c528018326d4d2ecd
SHA256: e20f035a6e70b5245ba96923ebd38d7785a3436c9f39d2df0a740c13aa1cf8a7
Uploaded: 2023-09-01 12:34:03 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: fetch-tool
Version: 0.9.0
Summary: Utility to fetch public and private RAW read and assembly files from the ENA
Author-Email: MGnify team <metagenomics-help[at]ebi.ac.uk>
License: Apache Software License 2.0
Keywords: bioinformatics,tool,metagenomics
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Requires-Dist: requests (==2.27.1)
Requires-Dist: flufl.lock (==8.0.2)
Requires-Dist: pandas (==1.1.5)
Requires-Dist: pre-commit (==3.3.3); extra == "dev"
Requires-Dist: black (==23.7.0); extra == "dev"
Requires-Dist: ruff (==v0.0.286); extra == "dev"
Requires-Dist: isort (==5.12.0); extra == "dev"
Requires-Dist: bump-my-version (==0.9.2); extra == "dev"
Requires-Dist: pytest (==7.1.2); extra == "test"
Requires-Dist: pytest-cov (==3.0.0); extra == "test"
Requires-Dist: flaky (==3.7.0); extra == "test"
Provides-Extra: dev
Provides-Extra: test
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 5959 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.41.2)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
fetchtool/__init__.py sha256=H9NWRZb7NbeRRPLP_V1fARmLNXranorVM-OOY-8_2ug 22
fetchtool/abstract_fetch.py sha256=JMz29uJpgiVNiCXSgtBCEuHYBQAq334CNwJ5YZ4HZqY 26122
fetchtool/exceptions.py sha256=AUiNbUUMdwet52PTclO0ZWpgKLedHzfkPDExdedUeoE 1065
fetchtool/fetch_assemblies.py sha256=bi_yqJhmVs9QVNL7pMU3Qn_0qlha4O2whsGDNI0zi9I 9554
fetchtool/fetch_reads.py sha256=kqfKrpUBtk6zUatGqdCt0Y0Ya_S2KLMgsnqSIR5GJ30 8576
fetch_tool-0.9.0.dist-info/LICENSE sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ 11357
fetch_tool-0.9.0.dist-info/METADATA sha256=QUGsXU3HAjHTa6ok3VnALIFS3FnJxcX9ooeS1E8QDNI 7285
fetch_tool-0.9.0.dist-info/WHEEL sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A 92
fetch_tool-0.9.0.dist-info/entry_points.txt sha256=SNpa9SU-rMf3H1Cy-FW6bZI_hrnaNnUFqgsLH_Qdw9s 117
fetch_tool-0.9.0.dist-info/top_level.txt sha256=r1MtcWVNGEgtBQKKe9H9n5lpqzgJ6I0eRyBJFn7yw74 10
fetch_tool-0.9.0.dist-info/RECORD

top_level.txt

fetchtool

entry_points.txt

fetch-assembly-tool = fetchtool.fetch_assemblies:main
fetch-read-tool = fetchtool.fetch_reads:main