Metadata-Version: 2.1
Name: topyary-events
Version: 0.1.1
Summary: Linux event loop written in pure Python
Home-page: https://www.nuradius.com
Author: Nuradius Software
Author-email: todd@datacomponents.net
License: Apache Software License
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.7
Description-Content-Type: text/markdown


Topyary Events is an event loop library currently only supported for
Linux.  The event loop is currently implemented using `select.epoll()`
for Linux with the goal of being written in pure Python.  The rationale
to remain in Python is for flexibility and avoid complexity related to
building and shipping natively-compiled binaries.
