Metadata-Version: 2.4
Name: lammpsio
Version: 0.8.0
Summary: Python tools for working with LAMMPS
Home-page: https://github.com/mphowardlab/lammpsio
Author: Michael P. Howard
Author-email: mphoward@auburn.edu
Project-URL: Source Code, https://github.com/mphowardlab/lammpsio
Project-URL: Issue Tracker, https://github.com/mphowardlab/lammpsio/issues
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Scientific/Engineering :: Chemistry
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: packaging
Dynamic: license-file

# lammpsio

[![PyPI version](https://img.shields.io/pypi/v/lammpsio.svg)](https://pypi.org/project/lammpsio)
[![PyPI downloads](https://img.shields.io/pypi/dm/lammpsio)](https://pypi.org/project/lammpsio)
[![Conda](https://img.shields.io/conda/dn/conda-forge/lammpsio)](https://anaconda.org/conda-forge/lammpsio)

lammpsio provides a Python interface for reading and writing LAMMPS
data and dump files. It also enables interconversion with HOOMD-blue's
GSD format. This flexible package enables users to work with LAMMPS files
in a variety of ways that improve workflow efficiency and reproducibility.

`lammpsio` is a pure Python package that can be installed using `pip`:

    pip install lammpsio

or `conda`:

    conda install -c conda-forge lammpsio
