/omgchange

Python based file watcher and server re-loader

Primary LanguagePythonMIT LicenseMIT

OMGChange

OMGChange is simply a file watcher that runs a command when it detects changes. It was built with the following senario in mind:

You are developing a python-based website using flask. You change a python file, and need the server to reload. Boom! OMGChange detects the change and reloads the server.

Todo:

  • Examples