https://github.com/doist/autoreload_prime
An auto reload module that should work with most servers (patched from Tornado)
https://github.com/doist/autoreload_prime
Last synced: over 1 year ago
JSON representation
An auto reload module that should work with most servers (patched from Tornado)
- Host: GitHub
- URL: https://github.com/doist/autoreload_prime
- Owner: Doist
- Created: 2010-09-27T12:40:51.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T02:44:17.000Z (over 2 years ago)
- Last Synced: 2025-03-28T10:21:47.776Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
autoreload_prime
===========================================
An auto reload module that should work with most servers (patched from Tornado).
To install autoreload_prime simply do::
$ sudo easy_install autoreload_prime
TO use autoreload_prime::
import autoreload_prime
autoreload_prime.start()