Metadata-Version: 2.1
Name: roll
Version: 0.12.2
Summary: Roll is a pico framework with performances and aesthetic in mind.
Home-page: https://github.com/pyrates/roll
Author: Pyrates
Author-email: yohanboniface@free.fr
License: WTFPL
Keywords: async asyncio http server
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Internet :: WWW/HTTP :: HTTP Servers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Requires-Dist: autoroutes (==0.3.4)
Requires-Dist: biscuits (==0.3.0)
Requires-Dist: httptools (==0.1.1)
Requires-Dist: multifruits (==0.1.4)
Requires-Dist: websockets (==8.1)
Provides-Extra: docs
Requires-Dist: mkdocs ; extra == 'docs'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'

# Let’s roll.

## Philosophy

Async, simple, fast: pick three! Roll is a pico framework with
performances and aesthetic in mind.


## Documentation

Check out [the latest documentation](http://roll.readthedocs.io/en/latest/)
for an extended overview of what can and cannot be achieved.


