Metadata-Version: 2.1
Name: piccolo
Version: 0.4.1
Summary: A fast, user friendly ORM which supports asyncio.
Home-page: https://github.com/piccolo-orm/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 (==7.0)
Requires-Dist: asyncpg (==0.17.0)
Requires-Dist: ujson (==1.35)
Requires-Dist: aiosqlite (==0.10.0)
Requires-Dist: asgiref (==3.2.1)

# Piccolo

[![Build Status](https://travis-ci.com/piccolo-orm/piccolo.svg?branch=master)](https://travis-ci.com/piccolo-orm/piccolo)

A fast, user friendly ORM which supports asyncio.

Not production ready yet, but progressing quickly.

[Read the docs](https://piccolo-orm.readthedocs.io/en/latest/).


