Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fabioz/fsnotify


https://github.com/fabioz/fsnotify

Last synced: about 17 hours ago
JSON representation

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/).