Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akornatskyy/wheezy.validation
A lightweight object validation library
https://github.com/akornatskyy/wheezy.validation
python validation wheezy
Last synced: about 1 month 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-05T05:36:20.000Z (3 months ago)
- Last Synced: 2024-11-06T23:48:41.517Z (about 2 months ago)
- Topics: python, validation, wheezy
- Language: Python
- Homepage: https://wheezyvalidation.readthedocs.io/en/latest/
- Size: 536 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wheezy.validation
[![Build Status](https://travis-ci.org/akornatskyy/wheezy.validation.svg?branch=master)](https://travis-ci.org/akornatskyy/wheezy.validation)
[![Coverage Status](https://coveralls.io/repos/github/akornatskyy/wheezy.validation/badge.svg?branch=master)](https://coveralls.io/github/akornatskyy/wheezy.validation?branch=master)
[![Documentation Status](https://readthedocs.org/projects/wheezyvalidation/badge/?version=latest)](https://wheezyvalidation.readthedocs.io/en/latest/?badge=latest)
[![pypi version](https://badge.fury.io/py/wheezy.validation.svg)](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.9+. 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/akornatskyywheezy.validation).