Initial commit

This commit is contained in:
2021-11-24 16:30:47 -05:00
commit 5499d282eb
13 changed files with 2465 additions and 0 deletions

6
peewee_plus.py Normal file
View File

@@ -0,0 +1,6 @@
__title__ = "peewee-plus"
__version__ = "0.1.0"
__license__ = "MIT"
__summary__ = "Various extensions, helpers, and utilities for Peewee"
__url__ = "https://github.com/enpaul/peewee-plus/"
__authors__ = ["Ethan Paul <24588726+enpaul@users.noreply.github.com>"]