Skip to main content

Tool to restart commands based on filesystem changes

Project description

repython
========

repython is a utility to run a command and then restart it based
on filesystem changes. It's useful for quickly testing changes to a
running program. For instance, Django uses a similar but more
sophisticated method to reload its source code when it detects
a change.

repython uses the pyinotify library to make monitoring for changes
efficient compared to just polling the filesystem.

Installation
------------

Dependencies:

* [pyinotify](https://github.com/seb-m/pyinotify)
* [twiggy](http://hg.wearpants.org/twiggy/)

You can install the repython module using:

$ python setup.py install

repython is also available from the Cheeseshop:

$ pip install repython

Or using setuptools:

$ easy_install repython

Usage
-----

Basic example:

$ python -m repython "python example.py"

This would open the command in a subprocess and recursively monitor
the current working directory for any changed files matching the *.py
filename pattern (default behavior).

repython is not limited to running Python programs, so a command like
this should work as well:

$ python -m repython "ruby example.rb" -p "*.rb" "*.txt"

The `-p` or `--pattern` arguments determine which file changes
trigger restarting the run command.

The `-d` or `--directory` arguments allow monitoring other directories
than the current working directory. It can be used like this:

$ python -m repython "python example.py" -d . ~/example

This command would make repython recursively monitor (i.e., including
subdirectories) both the working directory and the
`~/example` directory.

The `-v` or `--verbose` argument can be used to get more detailed
output from repython, and the `-q` or `--quiet` argument can be used
to suppress repython output.

For more details please see:

$ python -m repython --help

Known issues
------------

[Python issue #9338](http://bugs.python.org/issue9338) causes the
argument order to be wrong in the generated usage instructions
(shown when using the `--help` argument). The `command` argument should
come before the optional arguments for the tool to work.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

repython-0.1.4.tar.gz (3.4 kB view details)

Uploaded Source

File details

Details for the file repython-0.1.4.tar.gz.

File metadata

  • Download URL: repython-0.1.4.tar.gz
  • Upload date:
  • Size: 3.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for repython-0.1.4.tar.gz
Algorithm Hash digest
SHA256 594ef21ea4fbf5ca13c3fb966caf153e3624957d42b237dc117fd00f7e34771e
MD5 8395d33f1d67a86d6a7a2f746ab0c7f8
BLAKE2b-256 5b646513c5f3b35dfbad25dbb6cabfc5e19aebaddbcdf173f41613205bc38da9

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page