Metadata-Version: 2.4
Name: pfn-ase-extras
Version: 0.2.1
Summary: An extension of ASE library.
Author: Preferred Networks, Inc.
Maintainer-email: Kohei Shinohara <kshinohara@preferred.jp>
License-Expression: LGPL-2.1-or-later
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: COPYING
License-File: COPYING.LESSER
Requires-Dist: ase>=3.27.0
Requires-Dist: ase-ga
Provides-Extra: dev
Requires-Dist: build; extra == "dev"
Requires-Dist: twine; extra == "dev"
Dynamic: license-file

# ase-pfn-extras
An extension of [ASE](https://gitlab.com/ase/ase) library.

## Installation

To install the latest release:

```
pip install pfn-ase-extras
```

## For developers

To upload to pypi.org, execute
```
uv run python -m build --wheel
twine upload dist/pfn-ase-extras-X.Y.Z-*.whl
```
