Port of tornado reloader to asyncio
Project description
Tool that reloads your asyncio-based application automatically when you modify the source code.
Most of code has been borrowed from Tornado reloader built mostly by @finiteloop and @bdarnell. Thanks!
Usage
Here’s an example of usage with aiohttp framework:
app = aiohttp.web.Application() aioreloader.start() aiohttp.web.run_app(app)
To add any file to watching list (which is not loaded as a python module):
aioreloader.watch('/etc/app_config.yml')
Requirements
Python - at least 3.3
Installation
$ pip install aioreloader
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size & hash SHA256 hash help | File type | Python version | Upload date |
---|---|---|---|
aioreloader-0.0.1-py3-none-any.whl (4.2 kB) Copy SHA256 hash SHA256 | Wheel | py3 | |
aioreloader-0.0.1.tar.gz (2.6 kB) Copy SHA256 hash SHA256 | Source | None |