Skip to main content

Functional nano web-framework built on top of WebOb, routr and Jinja

Project description

https://secure.travis-ci.org/playpauseandstop/rororo.png

Functional nano web-framework built on top of WebOb, routr and Jinja2. Works on Python 2.6 and higher (Python 3 supported as well).

Requirements

License

rororo library licensed under the terms of BSD License.

Installation

Sometimes in future rororo will added to PyPI, but for now you can install it from master tarball, like:

# pip install https://github.com/playpauseandstop/rororo/tarball/master#egg=rororo

For what reason?

Just to have little tool to fast creating WSGI applications. Little and easy tool if you know what I mean. Prove?

In [1]: from rororo import GET, create_app

In [2]: from rororo.manager import runserver

In [3]: view = lambda: 'Hello, world!'

In [4]: app = create_app(routes=(GET('/', view), ))

In [5]: runserver(app, autoreload=False)
Starting server at http://0.0.0.0:8000/

More?

Coming soon…

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rororo-0.1-alpha.tar.gz (13.9 kB view details)

Uploaded Source

File details

Details for the file rororo-0.1-alpha.tar.gz.

File metadata

  • Download URL: rororo-0.1-alpha.tar.gz
  • Upload date:
  • Size: 13.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for rororo-0.1-alpha.tar.gz
Algorithm Hash digest
SHA256 78e89daddd31cab3e020937f8fd3f0021fa8baa283197297c816f7e600f91c0f
MD5 3d12c7f7dcfe3e874526a2dfab678bac
BLAKE2b-256 83d20485b7a83a3637f4ce615a787a0be6ed3675d77ef0a058bfd5ce2f2841f5

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page