Metadata-Version: 2.4
Name: nim-mmcif
Version: 0.0.1
Summary: mmCIF parser written in Nim with Python bindings
Author-email: lucidrains <lucidrains@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/lucidrains/nim-mmcif
Keywords: mmcif,cif,protein,structure,bioinformatics,structural-biology,parser,crystallography,nim,pdb
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
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 :: Other
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Scientific/Engineering :: Chemistry
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == "dev"
Provides-Extra: test
Requires-Dist: pytest>=7.0; extra == "test"
Dynamic: license-file

# nim-mmcif

Parser for mmCIF files in Nim

The goal of this repository is to come up with a practical tool while getting up to speed with vibe coding and its limits
