Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fabioz/fsnotify
https://github.com/fabioz/fsnotify
Last synced: about 17 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/fabioz/fsnotify
- Owner: fabioz
- License: mit
- Created: 2021-01-30T10:47:12.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-03T13:31:53.000Z (over 3 years ago)
- Last Synced: 2024-10-20T06:12:24.431Z (24 days ago)
- Language: Python
- Size: 30.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- License: LICENSE
Awesome Lists containing this project
README
[![Github Actions Shield](https://img.shields.io/github/workflow/status/fabioz/fsnotify/Run%20Tests)](https://github.com/fabioz/fsnotify/actions)
# fsnotify
Simple python file watching with throttling when polling.
- Homepage: https://github.com/fabioz/fsnotify
# Overview
The idea for this project is making the fastest possible polling-based file watching
with throttling to avoid high CPU usage when polling.# Install
## Requirements
**fsnotify** has been developed and tested on [Python 2.7, 3.5, 3.6, 3.7 and 3.8](https://www.python.org/downloads/)
## Install from PyPI
```bash
pip install fsnotify
```This will pull and install the latest stable release from [PyPI](https://pypi.org/).