Metadata-Version: 2.1
Name: crelm
Version: 0.0.26
Summary: Utility that automates turning simple C classes into Python objects
Author: WideOpenTech
Author-email: foss@wideopentech.co.uk
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
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
Requires-Dist: cffi (>=1.15.1,<2.0.0)
Requires-Dist: john (>=0.1.1a2,<0.2.0)
Requires-Dist: pexpect (>=4.8.0,<5.0.0)
Description-Content-Type: text/markdown

# Crelm
The Crelm package provides a relatively simple API aroind the CFFI system. Give it C source files, it gives you an importable module. Easiest way to get started is hack up the example in [the repo](https://github.com/wideopentech-public/crelm).

### tl:dr



### More details
