Metadata-Version: |
2.1 |
Name: |
partialwrap |
Version: |
2.0 |
Summary: |
partialwrap: a small Python library providing wrappers for external executables and Python functions to be used easily with Python’s functools.partial. |
Author: |
Matthias Cuntz |
Author-Email: |
mc[at]macu.de |
Maintainer: |
Matthias Cuntz |
Maintainer-Email: |
mc[at]macu.de |
Home-Page: |
https://github.com/mcuntz/partialwrap |
Project-Url: |
Documentation, https://mcuntz.github.io/partialwrap/ |
Project-Url: |
Source, https://github.com/mcuntz/partialwrap |
Project-Url: |
Tracker, https://github.com/mcuntz/partialwrap/issues |
Project-Url: |
Changelog, https://github.com/mcuntz/partialwrap/blob/main/CHANGELOG.rst |
Project-Url: |
Conda-Forge, https://anaconda.org/conda-forge/partialwrap |
License: |
MIT |
Classifier: |
Development Status :: 5 - Production/Stable |
Classifier: |
Intended Audience :: Developers |
Classifier: |
Intended Audience :: End Users/Desktop |
Classifier: |
Intended Audience :: Science/Research |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Natural Language :: English |
Classifier: |
Operating System :: MacOS |
Classifier: |
Operating System :: MacOS :: MacOS X |
Classifier: |
Operating System :: Microsoft |
Classifier: |
Operating System :: Microsoft :: Windows |
Classifier: |
Operating System :: POSIX |
Classifier: |
Operating System :: Unix |
Classifier: |
Programming Language :: Python |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3 :: Only |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Classifier: |
Topic :: Scientific/Engineering |
Classifier: |
Topic :: Scientific/Engineering :: Mathematics |
Classifier: |
Topic :: Software Development |
Classifier: |
Topic :: Utilities |
Platform: |
any |
Requires-Python: |
>=3.8 |
Requires-Dist: |
numpy |
Requires-Dist: |
numpy; extra == "doc" |
Requires-Dist: |
scipy; extra == "doc" |
Requires-Dist: |
emcee; extra == "doc" |
Requires-Dist: |
numpydoc (<2,>=1.1); extra == "doc" |
Requires-Dist: |
jinja2 (>=2); extra == "doc" |
Requires-Dist: |
sphinx (<7,>=4); extra == "doc" |
Requires-Dist: |
sphinx-book-theme (>=1.0.1); extra == "doc" |
Requires-Dist: |
coverage[toml] (<6,>=5.2.1); extra == "test" |
Requires-Dist: |
pytest (<7,>=6.0); extra == "test" |
Requires-Dist: |
pytest-cov (<3,>=2.11.0); extra == "test" |
Provides-Extra: |
doc |
Provides-Extra: |
test |
Description-Content-Type: |
text/x-rst |
License-File: |
LICENSE |
License-File: |
AUTHORS.rst |