Metadata-Version: 2.1
Name: vasppy
Version: 0.5.0.0
Summary: Python utilities for working with VASP inputs and outputs
Home-page: https://github.com/bjmorgan/vasppy
Author: Benjamin J. Morgan
Author-email: bjm42@bath.ac.uk
License: MIT
Download-URL: https://github.com/bjmorgan/vasppy/archive/0.5.0.0.tar.gz
Keywords: vasp
Platform: UNKNOWN
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Requires-Dist: monty
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: pymatgen
Requires-Dist: PyYAML
Requires-Dist: coverage (==4.3.4)
Requires-Dist: codeclimate-test-reporter
Requires-Dist: fortranformat

# vasppy - a Python suite for manipulating VASP files

[![DOI](https://zenodo.org/badge/17946870.svg)](https://zenodo.org/badge/latestdoi/17946870)
[![PyPI version](https://badge.fury.io/py/vasppy.svg)](https://badge.fury.io/py/vasppy)
[![Build Status](https://travis-ci.org/bjmorgan/vasppy.svg?branch=master)](https://travis-ci.org/bjmorgan/vasppy)
[![Test Coverage](https://codeclimate.com/github/bjmorgan/vasppy/badges/coverage.svg)](https://codeclimate.com/github/bjmorgan/vasppy/coverage)
[![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://travis-ci.org/bjmorgan/vasppy).

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/).


