Metadata-Version: 2.1
Name: imd-cookie-cutter
Version: 1.0.1
Summary: A tool for removing atoms in IMD config files, just like a cookie cutter in higher dimensions.
Home-page: https://github.com/bliepp/imd_cookie_cutter
Author: bliepp
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# IMD Cookie Cutter
A tool for removing atoms in IMD config files, just like a cookie cutter in higher dimensions.

## Features
* Multiprocessed (**not implemented yet**)
* Without external dependencies
* Optimized for IMD \*.chkpt files
* Works in 2D and 3D (theoretically unlimited dimensions supported)
* Flexible slicing setup for your atom configuration by simply overriding a class
* Possibility to modify the atom data (coordinates, velocity, type, etc.) individually

## Installation
Install it by simply using pip:
```
python3 -m pip install [--user] imd-cookie-cutter
```


