Metadata-Version: 2.0
Name: asyncwatch
Version: 0.1
Summary: An asyncronous inotify wrapper based on curio
Home-page: UNKNOWN
Author: Zahari Kassabov
Author-email: UNKNOWN
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: cffi (>=1.0)
Requires-Dist: curio

Asyncwatch
=========

An asyncronous
[inotify](http://man7.org/linux/man-pages/man7/inotify.7.html) wrapper based on curio.


Installing
-----------

````
pip install asyncwatch
````

Requirements
-----------

- A recent enough version of the Linux Kernel (at least 2.7).
- Python >= 3.5
- [Curio](https://github.com/dabeaz/curio)




