Metadata-Version: 2.1
Name: postmd
Version: 0.1.1
Summary: A simple package for post-processing of data from LAMMPS
Author: Shusong Zhang
Author-email: zhangshusong789@gmail.com
License: MIT License
Project-URL: Source, https://github.com/remaker789/postmd
Project-URL: Documentation, https://remaker789.github.io/postmd-manual/main/
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
License-File: LICENSE
Requires-Dist: numpy >=1.22.0
Requires-Dist: pandas >=1.4.0
Requires-Dist: matplotlib >=3.6.0
Requires-Dist: scipy >=1.9.0
Requires-Dist: MDAnalysis >=2.7.0

This is a simple package for post-processing of data from LAMMPS.

## Install

You can install this package using pip.

```shell
pip install postmd
```
