Metadata-Version: 2.1
Name: cion
Version: 0.2.2
Summary: A data validation library
Home-page: https://github.com/meizuflux/cion
Author: meizuflux
License: MIT
Project-URL: Documentation, https://cionpy.readthedocs.io
Project-URL: Issue Tracker, https://github.com/meizuflux/cion/issues
Project-URL: Source Code, https://github.com/meizuflux/cion
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Typing :: Typed
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: build
Requires-Dist: setuptools ; extra == 'build'
Requires-Dist: wheel ; extra == 'build'
Requires-Dist: build ; extra == 'build'
Requires-Dist: twine ; extra == 'build'
Provides-Extra: docs
Requires-Dist: sphinx ; extra == 'docs'
Requires-Dist: sphinx-copybutton ; extra == 'docs'
Provides-Extra: format
Requires-Dist: black ; extra == 'format'
Requires-Dist: isort ; extra == 'format'
Provides-Extra: lint
Requires-Dist: pyright ; extra == 'lint'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: coverage[toml] ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'

# Cion
![Repo Size](https://img.shields.io/github/languages/code-size/meizuflux/cion?style=flat)
![Lines of Code](https://img.shields.io/tokei/lines/github/meizuflux/cion?style=flat)
![PyPI Downloads](https://img.shields.io/pypi/dm/cion?style=flat)
![License](https://img.shields.io/pypi/l/cion?style=flat)
![Version](https://img.shields.io/pypi/v/cion?style=flat)
![Format](https://img.shields.io/pypi/format/cion?style=flat)
![Python Versions](https://img.shields.io/pypi/pyversions/cion?style=flat)
![Commit Activity](https://img.shields.io/github/commit-activity/m/meizuflux/cion?style=flat)
![Docs](https://readthedocs.org/projects/cionpy/badge/?style=flat)
![Tests](https://github.com/meizuflux/cion/workflows/tests/badge.svg)
![Pyright](https://github.com/meizuflux/cion/workflows/pyright/badge.svg)
![CodeCov](https://codecov.io/gh/meizuflux/cion/branch/master/graph/badge.svg)


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

## Installation
**Requires Python 3.10 or greater**
```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/)

