Metadata-Version: 2.1
Name: pyriodic-structures
Version: 0.2.0
Summary: Library to list and manipulate well-known 3D structures
Home-page: http://github.com/klarh/pyriodic-aflow
Author: Matthew Spellings
Author-email: matthew.p.spellings@gmail.com
License: MIT
Project-URL: Documentation, http://pyriodic.readthedocs.io/
Project-URL: Source, https://github.com/klarh/pyriodic
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3
Description-Content-Type: text/markdown
Requires-Dist: numpy


## Introduction

`pyriodic` is an in-development library for compiling a database of
three-dimensional structures. It also supports several simple
manipulations of structures.

## Installation

Install `pyriodic` from source on github:

```
pip install git+https://github.com/klarh/pyriodic.git#egg=pyriodic-structures
```

By default, pyriodic only ships with a few very simple structures;
other libraries can be added by installing other packages, such as
[pyriodic-aflow](https://github.com/klarh/pyriodic-aflow), which
contains structures from the [AFLOW](http://aflowlib.org/) project.


