Go to file
Ethan Paul adab90736c
Add PathField class for storing pathlib objects
Add tests for pathfield class
Add database fixture for generating test databases
2021-11-24 18:34:19 -05:00
tests Add PathField class for storing pathlib objects 2021-11-24 18:34:19 -05:00
.coveragerc Initial commit 2021-11-24 16:30:47 -05:00
.gitignore Initial commit 2021-11-24 16:30:47 -05:00
.pre-commit-config.yaml Initial commit 2021-11-24 16:30:47 -05:00
.pylintrc Initial commit 2021-11-24 16:30:47 -05:00
LICENSE.md Initial commit 2021-11-24 16:30:47 -05:00
Makefile Initial commit 2021-11-24 16:30:47 -05:00
peewee_plus.py Add PathField class for storing pathlib objects 2021-11-24 18:34:19 -05:00
poetry.lock Initial commit 2021-11-24 16:30:47 -05:00
pyproject.toml Initial commit 2021-11-24 16:30:47 -05:00
README.md Initial commit 2021-11-24 16:30:47 -05:00
tox.ini Initial commit 2021-11-24 16:30:47 -05:00

peewee+

Various extensions, helpers, and utilities for Peewee