Metadata-Version: 2.3
Name: asyncinotify-zos
Version: 0.2.1
Summary: This package provides a native XPLINK wrapper for z/OS that exposes the inotify_* symbols required by asyncinotify
License: GPL-3.0-or-later
Author: Oscar Curero
Author-email: dev@curero.es
Requires-Python: >=3.12,<4
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Description-Content-Type: text/markdown

asyncinotify wrapper for z/OS
=============================

[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)

Due to z/OS-specific DLL constraints, this tiny wrapper written in C is needed to use inotify from Python

* Open Source: GPL 3.0 or latter.

