Metadata-Version: 2.1
Name: asyncinotify
Version: 3.0.5
Summary: A simple optionally-async python inotify library, focused on simplicity of use and operation, and leveraging modern Python features
Keywords: async,inotify
Author-email: "Taylor C. Richberger" <tcr@absolute-performance.com>
Requires-Python: >= 3.7, < 4
Description-Content-Type: text/x-rst
Classifier: Development Status :: 6 - Mature
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Operating System :: POSIX :: Linux
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Intended Audience :: Developers
Classifier: Framework :: AsyncIO
Project-URL: documentation, https://asyncinotify.readthedocs.io/
Project-URL: repository, https://gitlab.com/Taywee/asyncinotify/

asyncinotify
============

An async python inotify package.  Kept as simple and easy-to-understand as
possible, while still being flexible and powerful.  This is built on no external
dependencies, and works through ctypes in a very obvious fashion.

This depends on Python 3.6+ features, and will not work with prior versions.

This works without any other external dependencies.

The code is available on GitLab_ and the documentation is available on
ReadTheDocs_. The package itself is available on PyPi_.

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

You know the drill::

  pip install asyncinotify

.. _ospackage: https://docs.python.org/3/library/os.html#file-names-command-line-arguments-and-environment-variables
.. _surrogateescape: https://docs.python.org/3/library/codecs.html#surrogateescape
.. _GitLab: https://gitlab.com/Taywee/asyncinotify
.. _pathlib: https://docs.python.org/3/library/pathlib.html
.. _ReadTheDocs: https://asyncinotify.readthedocs.io/en/latest/
.. _PyPi: https://pypi.org/project/asyncinotify/

