Metadata-Version: 2.1
Name: jankenschema
Version: 0.1.6
Summary: Reading schema information from SQLite and being able to create coding schemas
License: MIT
Author: Martin Zheng
Author-email: jszhengyq@gmail.com
Requires-Python: >=3.12,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Description-Content-Type: text/markdown

# jankenschema
Reading schema information from SQLite and being able to create coding schemas

## Installation
```bash
pip install jankenschema
```

