Skip to main content

A Flow-Based programming framework

Project description

Pypes provides a framework for building component oriented architectures. It falls under the paradigm of Flow-Based Programming in which applications are defined as networks of “black box” processes, which exchange data across predefined connections called ports. These black box processes can be reconnected endlessly to form different applications without having to be changed internally. The concept is very similar, if not identical, to that of Unix pipes.

Pypes is designed to build applications in a more data centric manner where data flow is more prominent than control flow.

For detailed information regarding Flow-Based Programming concepts please see J. Paul Morrison’s Book titled Flow-Based Programming.

Features

  • Multi-Processor Support

  • Micro-Thread Architecture

  • Component Based

  • Cross Platform

  • Open Source

  • Web 2.0 Interface (see Pypes Visual Design Studio)

Requirements

  • Stackless Python 2.6.x

Usage

We’re currently working on putting together extensive documentation including tutorials and examples. Please watch the project home page for updates.

Changelog

0.1.0b2 - Released August 15, 2009

  • Added recvall() which returns an interator over the port buffer

  • Added api-docs

  • Added examples

0.1.0b1 - Released August 10, 2009

  • Initial release

Project details


Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page