An open API service indexing awesome lists of open source software.

https://github.com/cloudblue/peewee-model-utils


https://github.com/cloudblue/peewee-model-utils

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Peewee Model Utils

## Run tests

`peewee-model-utils` uses [poetry](https://python-poetry.org/) for dependencies management and packaging.

To run the `peewee-model-utils` tests suite run:

```
$ pip install poetry
$ poetry install
$ poetry run pytest
```

## License

`peewee-model-utils` is released under the [Apache License Version 2.0](https://www.apache.org/licenses/LICENSE-2.0).