Metadata-Version: 2.1
Name: piccolo
Version: 0.1.1
Summary: A fast, user friendly ORM which supports asyncio.
Home-page: https://github.com/telerytech/piccolo
Author: Daniel Townsend
Author-email: dan@dantownsend.co.uk
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.7.0
Description-Content-Type: text/markdown
Requires-Dist: click (==6.7)
Requires-Dist: asyncpg (==0.17.0)
Requires-Dist: ujson (==1.35)

# Piccolo

A fast, user friendly ORM which supports asyncio.

Not production ready yet, but progressing quickly.

For more info and docs, visit https://piccolo-orm.com


