Metadata-Version: 2.0
Name: aiohttp-devtools
Version: 0.0.1
Summary: Dev tools for aiohttp.
Home-page: https://github.com/samuelcolvin/aiohttp-devtools
Author: Samuel Colvin
Author-email: s@muelcolvin.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Internet
Requires-Dist: aiohttp (>=1.0.2)
Requires-Dist: click (>=6.6)
Requires-Dist: watchdog (>=0.8.3)

aiohttp-devtools
================

Dev tools for `aiohttp`_.

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

Core Features
-------------

* a runserver command, roughly equivalent to https://github.com/samuelcolvin/aiohttp_runserver
* debug toolbar, roughly https://github.com/aio-libs/aiohttp_debugtoolbar
* a cookie cutter command to create a new bare bones aiohttp app similar to django's "startproject".
* an easy way to call management processes like creating or resetting a db.

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 :-(.

.. _aiohttp: http://aiohttp.readthedocs.io/en/stable/


