Metadata-Version: 2.4
Name: ciftools
Version: 0.2.1
Summary: A library for handling BinaryCIF files.
Author-email: David Sehnal <david.sehnal@gmail.com>, Ravi Jose Tristao Ramos <souoravi@gmail.com>
License-Expression: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: msgpack>=1.0.3
Requires-Dist: numba>=0.56.2
Requires-Dist: numpy>=1.11.1
Dynamic: license-file

[![License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](./LICENSE)

# CIFTools Python

A library for reading and writing (Binary)CIF files in Python.

## Linting

```
pre-commit run -a
```
