Metadata-Version: 2.4
Name: xyz_parser
Version: 0.0.1
Summary: Parser of the xyz file format. Used in chemistry.
Project-URL: repository, https://github.com/the-pawel-wojcik/xyz.git
Author-email: Paweł Wójcik <the.pawel.wojcik@gmail.com>
Keywords: chemistry,parsers
Requires-Python: >=3.13
Description-Content-Type: text/markdown

# xyz_parser
A python parser for the fileformat (.xyz) used for storing computational
chemistry data.

# Install
```bash
pip install xyz_parser
```
