Metadata-Version: 2.1
Name: rafter
Version: 1.0.2
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
Description: Rafter
        ======
        
        Rafter is a Python 3 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/)**.
        
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
