Metadata-Version: 2.0
Name: rafter
Version: 1.1.0
Summary: Building blocks for REST APIs on top of Sanic
Home-page: https://github.com/olivier-m/rafter
Author: Olivier Meunier
Author-email: olivier@neokraft.net
License: MIT
Project-URL: Tracker, https://github.com/olivier-m/rafter/issues
Project-URL: Documentation, https://rafter.readthedocs.io/
Project-URL: Source, https://github.com/olivier-m/rafter
Keywords: rest sanic framework
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: AsyncIO
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Internet :: WWW/HTTP :: HTTP Servers
Provides-Extra: test
Provides-Extra: setup
Requires-Dist: sanic (>=0.7.0)
Requires-Dist: schematics
Requires-Dist: ujson
Provides-Extra: setup
Requires-Dist: pytest-runner; extra == 'setup'
Provides-Extra: test
Requires-Dist: pytest; extra == 'test'
Requires-Dist: pytest-cov; extra == 'test'
Requires-Dist: pytest-sanic; extra == 'test'

Rafter
======

Rafter is a Python 3.5+ library providing building blocks for Restfull
APIs. Yes, it's yet another framework trying, again, to solve the same
problem!

Rafter is built on top of `Sanic <https://sanic.readthedocs.io/>`__ an
asynchronous and blazing fast HTTP Python framework.

Learn more on `Rafter Documentation <https://rafter.readthedocs.io/>`__.


