Metadata-Version: 2.1
Name: zed
Version: 1.0.4
Summary: Thin wrapper for integrating ZeroMQ sockets into the Twisted reactore
Home-page: https://github.com/cocagne/zed
Author: Tom Cocagne
Author-email: tom.cocagne@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/cocagne/zed/issues
Platform: UNKNOWN
Classifier: Operating System :: POSIX
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: System :: Networking
Classifier: Framework :: Twisted
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=2.7
Description-Content-Type: text/markdown
Requires-Dist: twisted
Requires-Dist: pyzmq

# zed

Zed is a thin wrapper for integrating ZeroMQ sockets into the Twisted reactor. It's
based on a very old version of txZMQ but stripped down to just the minimum required
to integrate ZeroMQ sockets into the reactor. 


