Metadata-Version: |
2.1 |
Name: |
python_pmpm |
Version: |
0.2.0 |
Summary: |
a package manager written in Python for manually installing a compiled stack |
Author: |
Kolen Cheung |
Author-Email: |
christian.kolen[at]gmail.com |
Home-Page: |
https://github.com/ickc/python-pmpm |
Project-Url: |
Documentation, https://ickc.github.io/python-pmpm |
Project-Url: |
Repository, https://github.com/ickc/python-pmpm |
License: |
BSD-3-Clause |
Keywords: |
package manager |
Classifier: |
Development Status :: 4 - Beta |
Classifier: |
Environment :: Console |
Classifier: |
Intended Audience :: Developers |
Classifier: |
License :: OSI Approved :: BSD License |
Classifier: |
Operating System :: POSIX |
Classifier: |
Operating System :: Unix |
Classifier: |
Programming Language :: Python |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Classifier: |
Programming Language :: Python :: 3.12 |
Classifier: |
Programming Language :: Python :: Implementation :: CPython |
Classifier: |
Topic :: Software Development :: Build Tools |
Classifier: |
Topic :: Utilities |
Requires-Python: |
>=3.10 |
Requires-Dist: |
coloredlogs (<16,>=14); extra == "extras" |
Requires-Dist: |
coverage; extra == "tests" |
Requires-Dist: |
coveralls; extra == "tests" |
Requires-Dist: |
custom-inherit (<3.0,>=2.3) |
Requires-Dist: |
defopt (<7,>=6) |
Requires-Dist: |
flake8; extra == "tests" |
Requires-Dist: |
furo; extra == "docs" |
Requires-Dist: |
linkify-it-py; extra == "docs" |
Requires-Dist: |
mpi4py (<4,>=3); extra == "mpi" |
Requires-Dist: |
myst-parser; extra == "docs" |
Requires-Dist: |
psutil (<6,>=5) |
Requires-Dist: |
pytest; extra == "tests" |
Requires-Dist: |
pytest-cov; extra == "tests" |
Requires-Dist: |
pytest-mpi; extra == "tests" |
Requires-Dist: |
pytest-parallel; extra == "tests" |
Requires-Dist: |
pyyaml (<7,>=6) |
Requires-Dist: |
sphinx; extra == "docs" |
Requires-Dist: |
sphinx-autobuild; extra == "docs" |
Requires-Dist: |
sphinx-last-updated-by-git; extra == "docs" |
Requires-Dist: |
sphinxcontrib-apidoc; extra == "docs" |
Requires-Dist: |
yamlloader (<2,>=1) |
Provides-Extra: |
docs |
Provides-Extra: |
extras |
Provides-Extra: |
mpi |
Provides-Extra: |
tests |
Description-Content-Type: |
text/markdown |