Metadata-Version: 2.1
Name: cion
Version: 0.0.1
Summary: A data validation library
Home-page: https://github.com/meizuflux/cion
Author: meizuflux
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10.2
Description-Content-Type: text/markdown
License-File: LICENSE

# Cion

Cion is a minimal data validation library. It is unopinionated about how you get the input and what you do with the output.

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install cion.

```bash
pip install cion
```

## Usage

View the [examples](/examples) directory and the [tests](/tests) directory for examples on how to use Cion

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

## License
[MIT](https://choosealicense.com/licenses/mit/)

