Metadata-Version: |
2.1 |
Name: |
pymech |
Version: |
2.0.0 |
Summary: |
A Python suite of routines for Nek5000 and Simson. |
Author-Email: |
eX-Mech Developers <dev[at]fluid.quest> |
Project-Url: |
Bug-tracker, https://github.com/eX-Mech/pymech/issues |
Project-Url: |
Changelog, https://pymech.readthedocs.io/en/stable/changelog.html |
Project-Url: |
Documentation, https://pymech.readthedocs.io/en/stable |
Project-Url: |
Homepage, https://github.com/eX-Mech/pymech |
License: |
GPL-3.0-or-later |
Classifier: |
Development Status :: 5 - Production/Stable |
Classifier: |
Intended Audience :: Science/Research |
Classifier: |
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+) |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Programming Language :: Python :: 3 |
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: |
Programming Language :: Python :: 3.13 |
Classifier: |
Programming Language :: Python :: Implementation :: CPython |
Classifier: |
Programming Language :: Python :: Implementation :: PyPy |
Classifier: |
Topic :: Scientific/Engineering |
Requires-Python: |
>=3.9 |
Requires-Dist: |
attrs (>=21.4.0) |
Requires-Dist: |
numpy (<2,>=1.18) |
Requires-Dist: |
xarray (!=0.20.0,!=0.20.1,>=0.19.0) |
Requires-Dist: |
dask; extra == "opt" |
Requires-Dist: |
rich; extra == "opt" |
Requires-Dist: |
mayavi; extra == "vtk" |
Requires-Dist: |
pygments (>=2.16.1); extra == "vtk" |
Requires-Dist: |
pymech[opt,vtk]; extra == "full" |
Requires-Dist: |
asv (>=0.5.1); extra == "docs" |
Requires-Dist: |
furo; extra == "docs" |
Requires-Dist: |
matplotlib; extra == "docs" |
Requires-Dist: |
myst-nb; extra == "docs" |
Requires-Dist: |
pygments (>=2.16.1); extra == "docs" |
Requires-Dist: |
sphinx; extra == "docs" |
Requires-Dist: |
sphinx-autobuild; extra == "docs" |
Requires-Dist: |
sphinx-copybutton; extra == "docs" |
Requires-Dist: |
sphinx-inline-tabs; extra == "docs" |
Requires-Dist: |
pymech[opt]; extra == "tests" |
Requires-Dist: |
coverage[toml]; extra == "tests" |
Requires-Dist: |
pygments (>=2.16.1); extra == "tests" |
Requires-Dist: |
pytest (>=6.2.5); extra == "tests" |
Requires-Dist: |
pytest-cov (>=3.0.0); extra == "tests" |
Requires-Dist: |
pytest-xdist (>=2.4.0); extra == "tests" |
Requires-Dist: |
mypy; extra == "types" |
Requires-Dist: |
typing-extensions; extra == "types" |
Requires-Dist: |
pymech[docs,opt,tests,types]; extra == "dev" |
Provides-Extra: |
opt |
Provides-Extra: |
vtk |
Provides-Extra: |
full |
Provides-Extra: |
docs |
Provides-Extra: |
tests |
Provides-Extra: |
types |
Provides-Extra: |
dev |
Description-Content-Type: |
text/markdown |