Wrapper around peewee with some QoL features
Project description
Appwee
peewee wrapper with simple QoL changes
Installation
python -m pip install appwee
Quickstart
import appwee
app = appwee.App(appwee.SqliteDatabase("example.db"))
class ExampleModel(app.Model):
it_is_just = appwee.IntegerField()
like_normal_peewee = appwee.BlobField()
if __name__ == "__main__":
app.init()
See peewee's documentation for more information
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
appwee-0.1.1.tar.gz
(2.5 kB
view details)
Built Distribution
File details
Details for the file appwee-0.1.1.tar.gz
.
File metadata
- Download URL: appwee-0.1.1.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f8265ead721252b0529533d8f1e63d25101d56dcb422332135a26665a5660755 |
|
MD5 | 973653d8a1d180b967d00be48fd8dfce |
|
BLAKE2b-256 | ac47cb4978312e89e45159b301e2db1be1fac389a63eb5c5c85d634dc0acf020 |
File details
Details for the file appwee-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: appwee-0.1.1-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 82338cc7a4f5ec4079f8aedd6318c6a8b3b2e1568dbf6febb5ed0f083b809a57 |
|
MD5 | 16111ae2e3815655aedcf88ff35ad55d |
|
BLAKE2b-256 | a211158bee45fac6b95ae8d8e3dfb7918dd581fa3e9ff09740663499c4797721 |