Metadata-Version: 2.1
Name: piccolo
Version: 0.3.4
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)

# 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.

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

To get started, follow this tutorial:

https://piccolo-orm.com/tutorial/getting-started/installing-piccolo


