Metadata-Version: 2.4
Name: pymetric-lib
Version: 0.0.2a2.dev0
Summary: A high-performance library for structured differential geometry and physical field manipulation.
Author-email: Eliza Diggins <eliza.diggins@berkeley.edu>
License: GPL-3.0-or-later
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=1.22
Requires-Dist: unyt>=2.9
Requires-Dist: h5py>=3.0
Requires-Dist: scipy>=1.10
Requires-Dist: sympy>=1.14.0
Requires-Dist: matplotlib
Requires-Dist: tqdm
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: pre-commit; extra == "dev"
Requires-Dist: jupyter; extra == "dev"
Provides-Extra: docs
Requires-Dist: alabaster>=1.0.0; extra == "docs"
Requires-Dist: matplotlib>=3.9.2; extra == "docs"
Requires-Dist: myst-parser>=4.0.0; extra == "docs"
Requires-Dist: pydata-sphinx-theme>=0.15.2; extra == "docs"
Requires-Dist: nbsphinx>=0.9.5; extra == "docs"
Requires-Dist: jupyter>=1.1.1; extra == "docs"
Requires-Dist: sphinx>=8.1.3; extra == "docs"
Requires-Dist: sphinx_design>=0.6.1; extra == "docs"
Requires-Dist: sphinx-gallery>=0.19.0; extra == "docs"
Requires-Dist: sphinx-plot-directive>=1.0.5; extra == "docs"
Requires-Dist: sphinxcontrib-applehelp>=2.0.0; extra == "docs"
Requires-Dist: sphinxcontrib-bibtex>=2.6.3; extra == "docs"
Requires-Dist: sphinxcontrib-devhelp>=2.0.0; extra == "docs"
Requires-Dist: sphinxcontrib-htmlhelp>=2.1.0; extra == "docs"
Requires-Dist: sphinxcontrib-jsmath>=1.0.1; extra == "docs"
Requires-Dist: sphinxcontrib-qthelp>=2.0.0; extra == "docs"
Requires-Dist: sphinxcontrib-serializinghtml>=2.0.0; extra == "docs"
Requires-Dist: sphinxcontrib-tikz>=0.4.20; extra == "docs"
Requires-Dist: numpydoc; extra == "docs"
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-xdist; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: hypothesis; extra == "test"
Dynamic: license-file
