Metadata-Version: 1.2
Name: peewee_extra_fields
Version: 2.0.0
Summary: Extra Fields for Peewee ORM.
Home-page: https://github.com/juancarlospaco/peewee-extra-fields
Author: Juan Carlos
Author-email: juancarlospaco@gmail.com
License: GPLv3+ LGPLv3+
Download-URL: https://github.com/juancarlospaco/peewee-extra-fields
Description-Content-Type: UNKNOWN
Description: Extra Fields for Peewee ORM. CSVField, CharFieldCustom,
            CountryISOCodeField, CurrencyISOCodeField, IPAddressField, IPNetworkField,
            LanguageISOCodeField, PastDateField, PastDateTimeField, PositiveDecimalField,
            PositiveFloatField, PositiveIntegerField and more, with tests and examples.
Keywords: peewee,minimalism,orm,iso3166,iso4217,iso639,ipv4-address,ipv6-address,csv,orm-extension,python3,argentina
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Development Status :: 6 - Mature
Classifier: Environment :: Console
Classifier: Environment :: X11 Applications
Classifier: Environment :: No Input/Output (Daemon)
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Other Audience
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires: peewee
Requires-Python: >=3.6
