Metadata-Version: 2.4
Name: vasppy
Version: 0.7.2.0
Summary: Python utilities for working with VASP inputs and outputs
Author-email: "Benjamin J. Morgan" <bjm42@bath.ac.uk>
License: MIT
Project-URL: Homepage, https://github.com/bjmorgan/vasppy
Project-URL: Documentation, https://vasppy.readthedocs.io
Project-URL: Repository, https://github.com/bjmorgan/vasppy
Project-URL: Bug Tracker, https://github.com/bjmorgan/vasppy/issues
Keywords: vasp
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
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: Topic :: Scientific/Engineering :: Chemistry
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: monty
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: pymatgen>=2023.6.28
Requires-Dist: PyYAML
Requires-Dist: fortranformat
Requires-Dist: scipy>=1.4.1
Requires-Dist: tqdm
Requires-Dist: lxml
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == "dev"
Requires-Dist: pytest-cov>=4.0; extra == "dev"
Requires-Dist: mypy>=1.0; extra == "dev"
Requires-Dist: types-PyYAML; extra == "dev"
Requires-Dist: scipy-stubs; extra == "dev"
Requires-Dist: pylint>=2.15; extra == "dev"
Requires-Dist: coverage[toml]>=7.0; extra == "dev"
Provides-Extra: docs
Requires-Dist: sphinx>=6.0; extra == "docs"
Requires-Dist: sphinx-rtd-theme; extra == "docs"
Requires-Dist: nbsphinx; extra == "docs"
Dynamic: license-file

# vasppy - a Python suite for manipulating VASP files

[![PyPI version](https://badge.fury.io/py/vasppy.svg)](https://badge.fury.io/py/vasppy)
[![Build Status](https://github.com/bjmorgan/vasppy/actions/workflows/build.yml/badge.svg)](https://github.com/bjmorgan/vasppy/actions/workflows/build.yml)
[![Coverage Status](https://coveralls.io/repos/github/bjmorgan/vasppy/badge.svg?branch=main)](https://coveralls.io/github/bjmorgan/vasppy?branch=main)
[![Documentation Status](https://readthedocs.org/projects/vasppy/badge/?version=latest)](http://vasppy.readthedocs.io/en/latest/?badge=latest)

`vasppy` is a suite of Python tools and scripts written in Python for manipulating and processing [VASP](https://www.vasp.at/) input and output files.

## Tests

Automated testing of the latest build happens [here](https://github.com/bjmorgan/vasppy/actions/workflows/build.yml)

Manual tests can be run using
```
python3 -m unittest discover
```

## API documentation

API documentation is hosted at [Read the Docs](http://vasppy.readthedocs.io/en/latest/).
