Skip to main content

Collection of Extra Fields for peewee ORM.

Project description

ConfigORM

Build Status PyPI - Status PyPI - Python Version PyPI PyPI - License

Extension for Charles Leifer peewee ORM. Proving several new data field types.

Examples

from PeeweeExtraFields import *
from peewee import *

class Database(Model):
    pass_md5 = PasswordMD5Field()
    pass_sha1 = PasswordSHA1Field()
    mac = MACField()
    sas = SASField()
    i36 = IntegerBase36Field()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

PeeweeExtraFields-0.0.5.tar.gz (4.1 kB view hashes)

Uploaded Source

Built Distribution

PeeweeExtraFields-0.0.5-py3-none-any.whl (6.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page