Metadata-Version: 2.1
Name: asyncinotify
Version: 2.0.2
Summary: A simple optionally-async python inotify library, focused on simplicity of use and operation, and leveraging modern Python features
Home-page: https://gitlab.com/Taywee/asyncinotify
Author: Taylor C. Richberger
License: MIT
Description: 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/
        
Keywords: async inotify
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
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
Description-Content-Type: text/x-rst
