Metadata-Version: 2.1
Name: pylimer-tools
Version: 0.0.1
Summary: A collection of utility python functions for handling LAMMPS output and polymers in Python
Home-page: https://github.com/GenieTim/pylimer-tools
Author: Tim Bernhard
Author-email: tim@bernhard.dev
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/GenieTim/pylimer-tools/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: pickle
Requires-Dist: hashlib
Requires-Dist: datetime
Requires-Dist: pathlib
Requires-Dist: warnings
Requires-Dist: os
Requires-Dist: typing

# pylimer-tools

A collection of utility python functions for handling LAMMPS output and polymers in Python.

## Installation

Use pip:

`pip install pylimer-tools`

## Usage

See the (documentation)[./docs] for a current list of all available functions.


