Skip to main content

Dev tools for aiohttp

Project description

Build Status Coverage pypi license

Dev tools for aiohttp.

Work in progress - not ready for use in the wild.

Core Features

  • runserver command including debug toolbar using aiohttp debugtoolbar.

  • start command to create a new bare bones aiohttp app similar to django’s “startproject”. Options:

    • template engine: none or either aiohttp_jinja2.

    • sessions: none or secure or redis session from aiohttp_session.

    • database: none or postgres using aiopg (eg. raw or using sqlalchemy), potentially other databases to follow.

Requirements

  • tightly coupled with aiohttp so there’s no friction between versions

  • this package shouldn’t be required to run your app in production or to test it.

  • extremely easy to get started with, should work wherever python works. I guess this requires testing on windows :-(.

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

aiohttp-devtools-0.0.3.tar.gz (30.5 kB view hashes)

Uploaded Source

Built Distribution

aiohttp_devtools-0.0.3-py35-none-any.whl (41.6 kB view hashes)

Uploaded Python 3.5

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