Metadata-Version: 2.1
Name: rororo
Version: 1.2.1
Summary: Collection of utilities, helpers, and principles for building Python backend applications. Supports aiohttp.web, Flask, and your web-framework
Home-page: https://igordavydenko.com/projects.html#rororo
License: BSD-3-Clause
Keywords: utilities,helpers,principles,backend,backend application,aiohttp,flask,web framework
Author: Igor Davydenko
Author-email: iam@igordavydenko.com
Requires-Python: >=3.5.3,<4.0.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Classifier: Topic :: Utilities
Requires-Dist: jsonschema (>=2.6,<3.0)
Project-URL: Documentation, https://rororo.readthedocs.io/
Project-URL: Repository, https://github.com/playpauseandstop/rororo
Description-Content-Type: text/x-rst

======
rororo
======

.. image:: https://img.shields.io/circleci/project/github/playpauseandstop/rororo/master.svg
    :target: https://circleci.com/gh/playpauseandstop/rororo
    :alt: CircleCI

.. image:: https://img.shields.io/pypi/v/rororo.svg
    :target: https://pypi.org/project/rororo/
    :alt: Latest Version

.. image:: https://img.shields.io/pypi/pyversions/rororo.svg
    :target: https://pypi.org/project/rororo/
    :alt: Python versions

.. image:: https://img.shields.io/pypi/l/rororo.svg
    :target: https://github.com/playpauseandstop/rororo/blob/master/LICENSE
    :alt: BSD License

.. image:: https://coveralls.io/repos/playpauseandstop/rororo/badge.svg?branch=master&service=github
    :target: https://coveralls.io/github/playpauseandstop/rororo
    :alt: Coverage

.. image:: https://readthedocs.org/projects/rororo/badge/?version=latest
    :target: https://rororo.readthedocs.io/
    :alt: Documentation

Collection of utilities, helpers, and principles for building Python backend
applications. Supports `aiohttp.web <http://aiohttp.readthedocs.org/>`_,
`Flask <http://flask.pocoo.org/>`_, and your web-framework.

* Works on Python 3.5+
* BSD licensed
* Latest documentation `on Read the Docs <https://rororo.readthedocs.org/>`_
* Source, issues, and pull requests `on GitHub
  <https://github.com/playpauseandstop/rororo>`_
* Install with ``pip install rororo``

