An open API service indexing awesome lists of open source software.

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.

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.