https://github.com/twisted/tubes
A series of tubes.
https://github.com/twisted/tubes
async backpressure network networking python twisted
Last synced: 5 months ago
JSON representation
A series of tubes.
- Host: GitHub
- URL: https://github.com/twisted/tubes
- Owner: twisted
- License: other
- Created: 2014-12-26T23:54:41.000Z (about 11 years ago)
- Default Branch: trunk
- Last Pushed: 2024-08-30T05:25:47.000Z (over 1 year ago)
- Last Synced: 2025-06-10T00:57:01.868Z (7 months ago)
- Topics: async, backpressure, network, networking, python, twisted
- Language: Python
- Homepage: https://twisted.github.io/tubes/
- Size: 942 KB
- Stars: 56
- Watchers: 16
- Forks: 22
- Open Issues: 32
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Tubes
=====
.. image:: https://img.shields.io/pypi/v/Tubes.svg
:target: https://pypi.python.org/pypi/Tubes/
:alt: Latest Version
.. image:: https://readthedocs.org/projects/tubes/badge/?version=latest
:target: https://tubes.readthedocs.org/
:alt: Latest Docs
.. image:: https://travis-ci.org/twisted/tubes.svg?branch=master
:target: https://travis-ci.org/twisted/tubes
.. image:: https://img.shields.io/coveralls/twisted/tubes/master.svg
:target: https://coveralls.io/r/twisted/tubes?branch=master
"Tubes" is a data-processing and flow-control engine for event-driven programs.
Presently based primarily on Twisted, its core data structures are fairly
framework-agnostic and could be repurposed to work with any event-driven
container.