Metadata-Version: 2.3
Name: ciffy
Version: 0.1.1
Summary: Load cif files in a jiffy
License: CC BY-NC 4.0
Author: Hamish M. Blair
Author-email: hmblair@stanford.edu
Requires-Python: >=3.11,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: numpy (>=1.21.0,<2.0.0)
Project-URL: Homepage, https://github.com/hmblair/ciffy
Project-URL: Repository, https://github.com/hmblair/ciffy
Description-Content-Type: text/markdown

## Overview

`ciffy` is a C program for rapidly reading `mmCIF` files into Python.

# Installation

`ciffy` is available on pip:
```
pip3 install ciffy
```
You can also clone the repo if you prefer.

