Metadata-Version: |
2.4 |
Name: |
moyopy |
Version: |
0.2.3 |
Summary: |
Python binding of Moyo |
Author: |
Kohei Shinohara <kshinohara0508@gmail.com> |
Author-Email: |
Kohei Shinohara <kshinohara0508[at]gmail.com> |
Project-Url: |
Source Code, https://github.com/spglib/moyo |
License: |
MIT OR Apache-2.0 |
Classifier: |
Development Status :: 3 - Alpha |
Classifier: |
Intended Audience :: Science/Research |
Classifier: |
License :: OSI Approved :: Apache Software License |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Programming Language :: Python |
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 :: Mathematics |
Classifier: |
Topic :: Scientific/Engineering :: Physics |
Requires-Python: |
>=3.8 |
Requires-Dist: |
numpy (<2); extra == "interface" |
Requires-Dist: |
pymatgen; extra == "interface" |
Requires-Dist: |
ase (>=3.23); extra == "interface" |
Requires-Dist: |
moyopy[interface]; extra == "testing" |
Requires-Dist: |
pytest; extra == "testing" |
Requires-Dist: |
pre-commit; extra == "testing" |
Requires-Dist: |
numpy; extra == "testing" |
Requires-Dist: |
sphinx (>=7.0); extra == "docs" |
Requires-Dist: |
sphinx-autobuild; extra == "docs" |
Requires-Dist: |
sphinxcontrib-bibtex (>=2.5); extra == "docs" |
Requires-Dist: |
sphinx-book-theme; extra == "docs" |
Requires-Dist: |
sphinx-autodoc2; extra == "docs" |
Requires-Dist: |
myst-parser (>=2.0); extra == "docs" |
Requires-Dist: |
linkify-it-py; extra == "docs" |
Requires-Dist: |
moyopy[testing]; extra == "dev" |
Requires-Dist: |
moyopy[docs]; extra == "dev" |
Provides-Extra: |
interface |
Provides-Extra: |
testing |
Provides-Extra: |
docs |
Provides-Extra: |
dev |
Description-Content-Type: |
text/markdown; charset=UTF-8; variant=GFM |