Metadata-Version: 2.4
Name: pfn-ase-extras
Version: 0.1.3
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.9
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: COPYING
License-File: COPYING.LESSER
Requires-Dist: ase>=3.23.0
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
```
python -m build --wheel
twine upload dist/pfn-ase-extras-X.Y.Z-*.whl
```
