Metadata-Version: 2.1
Name: ppx
Version: 1.4.4
Summary: A Python interface to proteomics data repostitories.
Author-email: "William E. Fondrie" <fondriew@gmail.com>
License: Apache 2.0
Project-URL: Homepage, https://github.com/wfondrie/ppx
Project-URL: Documentation, https://ppx.readthedocs.io
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests >=2.23.0
Requires-Dist: tqdm >=4.60.0
Requires-Dist: cloudpathlib[all] >=0.7.1
Provides-Extra: dev
Requires-Dist: pre-commit >=2.7.1 ; extra == 'dev'
Provides-Extra: docs
Requires-Dist: numpydoc >=1.0.0 ; extra == 'docs'
Requires-Dist: sphinx-argparse >=0.2.5 ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme >=0.5.0 ; extra == 'docs'
Requires-Dist: nbsphinx >=0.7.1 ; extra == 'docs'
Requires-Dist: ipykernel >=5.3.0 ; extra == 'docs'
Requires-Dist: recommonmark >=0.5.0 ; extra == 'docs'

