Metadata-Version: 2.4
Name: reload
Version: 0.9
Summary: Reload a program if any file in current directory changes.
Home-page: https://github.com/loomchild/reload
Author: Jarek Lipski
Author-email: pub@loomchild.net
License: MIT
Keywords: reload server
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
Requires-Dist: watchdog>=0.8
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: requires-dist
Dynamic: summary

Reload
------

This utility starts given program and reloads it whenever any file in current directory changes. 
Paths can be excluded by putting regular expressions matching them in .reloadignore file.

Installation::

    pip install reload

Usage::

	reload ./server.py

Usage from Python::

    reload_me("server")

