Metadata-Version: 2.1
Name: mdtrj
Version: 0.0.2
Summary: A trajectory parser
Home-page: https://github.com/dotmet/mdtrj
Author: Even Wong
Author-email: wdyphy@zju.edu.cn
Requires-Python: >=3.1
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: numba
Requires-Dist: gsd
Requires-Dist: memory-profiler
Requires-Dist: seaborn
Requires-Dist: fresnel
Requires-Dist: pillow
Requires-Dist: tqdm

# mdtrj
A pack.

# Installation

you can install it with:
```
  $ pip install mdtrj
```
or clone this repository and run:
```
  $ python setup.py install
```
