Metadata-Version: |
2.1 |
Name: |
modelspec |
Version: |
0.3.5 |
Summary: |
A common JSON/YAML based format for compact model specification |
Author: |
ModECI contributors |
Author-Email: |
p.gleeson[at]gmail.com |
Maintainer: |
Padraig Gleeson, David Turner |
Maintainer-Email: |
p.gleeson[at]gmail.com |
Home-Page: |
https://github.com/ModECI/modelspec |
License: |
LGPLv3 |
Classifier: |
Intended Audience :: Science/Research |
Classifier: |
License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3) |
Classifier: |
Natural Language :: English |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Topic :: Scientific/Engineering |
Classifier: |
Intended Audience :: Science/Research |
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: |
Programming Language :: Python :: 3.12 |
Classifier: |
Topic :: Scientific/Engineering |
Classifier: |
Topic :: Software Development |
Classifier: |
Typing :: Typed |
Requires-Python: |
>=3.7 |
Requires-Dist: |
pyyaml |
Requires-Dist: |
pymongo |
Requires-Dist: |
numpy |
Requires-Dist: |
tabulate |
Requires-Dist: |
attrs |
Requires-Dist: |
cattrs (>=23.2.3) |
Requires-Dist: |
docstring-parser |
Requires-Dist: |
typing-extensions; python_version < "3.8" |
Requires-Dist: |
typing-compat; python_version < "3.8" |
Requires-Dist: |
modelspec[test]; extra == "all" |
Requires-Dist: |
modelspec[docs]; extra == "all" |
Requires-Dist: |
modelspec[dev]; extra == "all" |
Requires-Dist: |
flake8; extra == "dev" |
Requires-Dist: |
pyneuroml (>=0.7.2); extra == "dev" |
Requires-Dist: |
NeuroMLlite (>=0.5.3); extra == "dev" |
Requires-Dist: |
python-libsbml; extra == "dev" |
Requires-Dist: |
modelspec[test]; extra == "dev" |
Requires-Dist: |
pre-commit; extra == "dev" |
Requires-Dist: |
pandas; extra == "docs" |
Requires-Dist: |
requests; extra == "docs" |
Requires-Dist: |
Sphinx; extra == "docs" |
Requires-Dist: |
recommonmark (>=0.5.0); extra == "docs" |
Requires-Dist: |
nbsphinx; extra == "docs" |
Requires-Dist: |
sphinx-copybutton; extra == "docs" |
Requires-Dist: |
sphinx-rtd-theme; extra == "docs" |
Requires-Dist: |
myst-parser; extra == "docs" |
Requires-Dist: |
sphinx-markdown-tables; extra == "docs" |
Requires-Dist: |
sphinx-autoapi; extra == "docs" |
Requires-Dist: |
pytorch-sphinx-theme (==0.0.19); extra == "docs" |
Requires-Dist: |
sphinxcontrib-versioning; extra == "docs" |
Requires-Dist: |
pytest; extra == "test" |
Requires-Dist: |
pytest-benchmark; extra == "test" |
Requires-Dist: |
pytest-mock; extra == "test" |
Requires-Dist: |
typing-extensions; python_version < "3.8" and extra == "test" |
Provides-Extra: |
all |
Provides-Extra: |
dev |
Provides-Extra: |
docs |
Provides-Extra: |
test |
Description-Content-Type: |
text/markdown |
License-File: |
LICENSE |