Metadata-Version: |
2.1 |
Name: |
probcalc |
Version: |
0.5.0 |
Summary: |
Calculate values for probability distributions in Python, specifically designed for IPython |
Author: |
D. Dyson (DoctorDalek1963) |
Author-Email: |
dyson.dyson[at]icloud.com |
Home-Page: |
https://github.com/DoctorDalek1963/probcalc |
License: |
GPLv3 |
Classifier: |
Environment :: Console |
Classifier: |
Intended Audience :: Education |
Classifier: |
License :: OSI Approved :: GNU General Public License v3 (GPLv3) |
Classifier: |
Natural Language :: English |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3 :: Only |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Topic :: Scientific/Engineering :: Mathematics |
Classifier: |
Typing :: Typed |
Platform: |
unix |
Platform: |
linux |
Platform: |
osx |
Platform: |
cygwin |
Platform: |
win32 |
Requires-Python: |
>=3.8 |
Requires-Dist: |
flake8 (>=4.0); extra == "all" |
Requires-Dist: |
mypy (>=0.9); extra == "all" |
Requires-Dist: |
pycodestyle (>=2.8); extra == "all" |
Requires-Dist: |
pydocstyle (>=6.1); extra == "all" |
Requires-Dist: |
pytest (>=6.2); extra == "all" |
Requires-Dist: |
Sphinx (>=4.3.2); extra == "all" |
Requires-Dist: |
sphinx-rtd-theme (>=1.0.0); extra == "all" |
Requires-Dist: |
toml (>=0.10); extra == "all" |
Requires-Dist: |
flake8 (>=4.0); extra == "dev" |
Requires-Dist: |
mypy (>=0.9); extra == "dev" |
Requires-Dist: |
pycodestyle (>=2.8); extra == "dev" |
Requires-Dist: |
pydocstyle (>=6.1); extra == "dev" |
Requires-Dist: |
pytest (>=6.2); extra == "dev" |
Requires-Dist: |
toml (>=0.10); extra == "dev" |
Requires-Dist: |
Sphinx (>=4.3.2); extra == "docs" |
Requires-Dist: |
sphinx-rtd-theme (>=1.0.0); extra == "docs" |
Provides-Extra: |
all |
Provides-Extra: |
dev |
Provides-Extra: |
docs |
Description-Content-Type: |
text/markdown |
License-File: |
COPYING |