Metadata-Version: 2.1
Name: flowws-freud
Version: 0.1
Summary: Stage-based scientific workflows using freud
Home-page: UNKNOWN
Author: Matthew Spellings
Author-email: matthew.p.spellings@gmail.com
License: MIT
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: flowws
Requires-Dist: freud-analysis


## Introduction

`flowws-freud` is an in-development set of modules to create reusable
pipelines for scientific simulations using
[freud](https://freud.readthedocs.io).

`flowws-freud` is being developed in conjunction with
[flowws](https://github.com/klarh/flowws).

## Installation

Install `flowws-freud` from PyPI:

```
pip install flowws-freud
```

Alternatively, install from source:

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

## Documentation

Browse more detailed documentation
[online](https://flowws-freud.readthedocs.io) or build the sphinx
documentation from source:

```
git clone https://github.com/klarh/flowws-freud
cd flowws-freud/doc
pip install -r requirements.txt
make html
```


