Metadata-Version: 2.4
Name: Clinform
Version: 0.0.0a1
Summary: A Python package for clinical forms management and data collection
Author: Ang
License: MIT
Project-URL: Homepage, https://github.com/Ang/Clinform
Project-URL: Issues, https://github.com/Ang/Clinform/issues
Keywords: clinical,forms,data-collection,healthcare
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 3 - Alpha
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# Clinform

A Python package for clinical forms management and data collection.

## Installation
```bash
pip install Clinform
```

## Usage
```python
import clinform
print(clinform.__version__)
```
