Metadata-Version: 2.4
Name: moyopy
Version: 0.7.8
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.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Dist: typing-extensions
Requires-Dist: matbench-discovery==1.3.1 ; python_full_version >= '3.11' and extra == 'bench'
Requires-Dist: mp-api ; extra == 'bench'
Requires-Dist: moyopy[testing] ; extra == 'dev'
Requires-Dist: moyopy[docs] ; extra == 'dev'
Requires-Dist: moyopy[interface] ; extra == 'dev'
Requires-Dist: moyopy[bench] ; extra == 'dev'
Requires-Dist: nbconvert ; extra == 'dev'
Requires-Dist: nbformat ; extra == 'dev'
Requires-Dist: maturin ; extra == 'dev'
Requires-Dist: ipython ; extra == 'dev'
Requires-Dist: seaborn ; extra == 'dev'
Requires-Dist: average-minimum-distance>=1.4 ; extra == 'dev'
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-autoapi ; extra == 'docs'
Requires-Dist: myst-parser>=2.0 ; extra == 'docs'
Requires-Dist: linkify-it-py ; extra == 'docs'
Requires-Dist: numpy ; extra == 'interface'
Requires-Dist: pymatgen ; extra == 'interface'
Requires-Dist: ase>=3.23 ; extra == 'interface'
Requires-Dist: pytest ; extra == 'testing'
Requires-Dist: prek ; extra == 'testing'
Requires-Dist: numpy ; extra == 'testing'
Provides-Extra: bench
Provides-Extra: dev
Provides-Extra: docs
Provides-Extra: interface
Provides-Extra: testing
Summary: Python binding of Moyo
Author-email: Kohei Shinohara <kshinohara0508@gmail.com>
License-Expression: MIT OR Apache-2.0
Requires-Python: >=3.10
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

# moyopy

[![CI](https://github.com/spglib/moyo/actions/workflows/ci-python.yaml/badge.svg)](https://github.com/spglib/moyo/actions/workflows/ci-python.yaml)
[![image](https://img.shields.io/pypi/l/moyopy.svg)](https://pypi.python.org/pypi/moyopy)
[![image](https://img.shields.io/pypi/v/moyopy.svg)](https://pypi.python.org/pypi/moyopy)
[![image](https://img.shields.io/pypi/pyversions/moyopy.svg)](https://pypi.python.org/pypi/moyopy)

Python interface of [moyo](https://github.com/spglib/moyo), a fast and robust crystal symmetry finder.

- Document: <https://spglib.github.io/moyo/python/>
- PyPI: <https://pypi.org/project/moyopy/>

## Installation

```shell
pip install moyopy
# If you want to convert structures into Pymatgen or ASE objects
pip install moyopy[interface]
```

## How to cite moyopy

See the citation information in [the root README](../README.md)

