Metadata-Version: |
2.1 |
Name: |
pykmsim |
Version: |
0.1.0 |
Summary: |
This is a python rewrite of kmsim to allow for better maintainbility and usability |
Author: |
Rachit Jain |
Author-Email: |
rachit.jain[at]wustl.edu |
Home-Page: |
https://github.com/jrachit10/pykmsim |
License: |
MIT |
Classifier: |
Natural Language :: English |
Classifier: |
Programming Language :: Python |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3.6 |
Classifier: |
Programming Language :: Python :: 3.7 |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: 3.10 |
Requires-Python: |
>=3.6 |
Requires-Dist: |
numpy |
Requires-Dist: |
scipy |
Requires-Dist: |
black (==22.3.0); extra == "all" |
Requires-Dist: |
identify (>=1.4.20); extra == "all" |
Requires-Dist: |
myst-parser; extra == "all" |
Requires-Dist: |
pre-commit; extra == "all" |
Requires-Dist: |
pypandoc (>=1.6.3); extra == "all" |
Requires-Dist: |
pytest; extra == "all" |
Requires-Dist: |
pytest-cov; extra == "all" |
Requires-Dist: |
pytest-flake8; extra == "all" |
Requires-Dist: |
sphinx-autobuild; extra == "all" |
Requires-Dist: |
sphinx-rtd-dark-mode; extra == "all" |
Requires-Dist: |
sphinx (>=3.5.4); extra == "all" |
Requires-Dist: |
watchdog (<1.0.0); python_version < "3.6" and extra == "all" |
Requires-Dist: |
readthedocs-sphinx-search; python_version >= "3.6" and extra == "all" |
Requires-Dist: |
black (==22.3.0); extra == "dev" |
Requires-Dist: |
identify (>=1.4.20); extra == "dev" |
Requires-Dist: |
pre-commit; extra == "dev" |
Requires-Dist: |
myst-parser; extra == "docs" |
Requires-Dist: |
pypandoc (>=1.6.3); extra == "docs" |
Requires-Dist: |
sphinx (>=3.5.4); extra == "docs" |
Requires-Dist: |
sphinx-autobuild; extra == "docs" |
Requires-Dist: |
sphinx-rtd-dark-mode; extra == "docs" |
Requires-Dist: |
watchdog (<1.0.0); python_version < "3.6" and extra == "docs" |
Requires-Dist: |
readthedocs-sphinx-search; python_version >= "3.6" and extra == "docs" |
Requires-Dist: |
pytest; extra == "test" |
Requires-Dist: |
pytest-cov; extra == "test" |
Requires-Dist: |
pytest-flake8; extra == "test" |
Provides-Extra: |
all |
Provides-Extra: |
dev |
Provides-Extra: |
docs |
Provides-Extra: |
test |
Description-Content-Type: |
text/x-rst |
License-File: |
LICENSE |