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
Release history Release notifications
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.2.0-py3-none-any.whl (4.9 kB) Copy SHA256 hash SHA256 | Wheel | py3 | Feb 5, 2018 |
aioreloader-0.2.0.tar.gz (3.1 kB) Copy SHA256 hash SHA256 | Source | None | Feb 5, 2018 |