https://github.com/akornatskyy/wheezy.validation
A lightweight object validation library
https://github.com/akornatskyy/wheezy.validation
python validation wheezy
Last synced: 4 months ago
JSON representation
A lightweight object validation library
- Host: GitHub
- URL: https://github.com/akornatskyy/wheezy.validation
- Owner: akornatskyy
- License: mit
- Created: 2020-06-25T07:36:22.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-11-15T09:04:47.000Z (7 months ago)
- Last Synced: 2025-11-15T11:19:35.823Z (7 months ago)
- Topics: python, validation, wheezy
- Language: Python
- Homepage: https://wheezyvalidation.readthedocs.io/en/latest/
- Size: 556 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wheezy.validation
[](https://github.com/akornatskyy/wheezy.validation/actions/workflows/tests.yml)
[](https://coveralls.io/github/akornatskyy/wheezy.validation?branch=master)
[](https://wheezyvalidation.readthedocs.io/en/latest/?badge=latest)
[](https://badge.fury.io/py/wheezy.validation)
[wheezy.validation](https://pypi.org/project/wheezy.validation/) is a
[python](https://www.python.org) package written in pure Python code. It
provides python object validation.
It is optimized for performance, well tested and documented.
Resources:
- [source code](https://github.com/akornatskyy/wheezy.validation)
and [issues](https://github.com/akornatskyy/wheezy.validation/issues)
tracker are available on
[github](https://github.com/akornatskyy/wheezy.validation)
- [documentation](https://wheezyvalidation.readthedocs.io/en/latest/)
## Install
[wheezy.validation](https://pypi.org/project/wheezy.validation/)
requires [python](https://www.python.org) version 3.10+. It is independent of
operating system. You can install it from
[pypi](https://pypi.org/project/wheezy.validation/):
```sh
pip install -U wheezy.validation
```
If you run into any issue or have comments, go ahead and add on
[github](https://github.com/akornatskyy/wheezy.validation).