https://github.com/cloudblue/peewee-model-utils
https://github.com/cloudblue/peewee-model-utils
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cloudblue/peewee-model-utils
- Owner: cloudblue
- License: apache-2.0
- Created: 2022-12-27T08:39:22.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-07T07:41:41.000Z (about 3 years ago)
- Last Synced: 2025-03-13T06:34:36.254Z (over 1 year ago)
- Language: Python
- Size: 54.7 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).