Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 641 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 641 Bytes

FileWatcher

PyPI pyversions

FileWatcher to launch a bash command when receiving a file on a path with possible settings :

  • Minimum file size
  • Waiting before launching the command
  • Match with a regex

Save configuration information with YAML files (local in FileWatcher)

Installation

With poetry :

poetry install
poetry run python filewatcher/config/installer_config.py

With pip :

pip install -r requirements.txt
python filewatcher/config/installer_config.py

Usage

Coming soon...