Metadata-Version: 2.1
Name: outcome-peewee-validates
Version: 2.0.1
Summary: Fork of Peewee-validates
Home-page: https://github.com/outcome-co/peewee-validates-py
Author: Outcome Engineering
Author-email: engineering@outcome.co
Requires-Python: >=3.8.6,<4.0.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: peewee (>=3.13.3,<4.0.0)
Requires-Dist: python-dateutil (>=2.5.0,<3.0.0)
Project-URL: Documentation, https://github.com/outcome-co/peewee-validates-py#README
Project-URL: Repository, https://github.com/outcome-co/peewee-validates-py
Description-Content-Type: text/markdown

# peewee-validates-py
![Continuous Integration](https://github.com/outcome-co/peewee-validates-py/actions/workflows/ci.py.opensource.yaml/badge.svg) ![version-badge](https://img.shields.io/badge/version-2.0.1-brightgreen)

Validation library for peewee.

## Usage

```sh
poetry add outcome-peewee-validates
```

## Development

Remember to run `./bootstrap.sh` when you clone the repository.

