Skip to main content

A Non-Blocking Event Driven Applications Framework

Project description

The Python Banyan Framework

The Python Banyan Framework is a lightweight, reactive framework used to create flexible, non-blocking, event driven, asynchronous applications. It was designed primarily to aid in the implementation of real-time physical computing applications for devices such as the Raspberry Pi, ESP8266, and Arduino, but may easily be applied to projects outside of the physical programming domain.

It is being used by Palace Games to concurrently monitor hundreds of real-time sensors and actuators.

  • Based on a network connected Publish/Subscribe model, Banyan components publish user defined protocol messages in the form of Python dictionaries.
  • A Banyan protocol message may contain Numpy data.
  • Applications may reside on a single computer or be distributed across multiple computers without having to change source code.
  • Compatible Banyan Frameworks are available for JavaScript, Ruby, and Java. Components written in any of these languages can interact with components of a differing language without modification.
  • Runs on Python 2 or Python 3 (recommended).

New Features Introduced in 3.0

  • An MQTT Gateway to interconnect MQTT and Banyan networks so that data may be shared.
  • A new "learn by example" User's Guide is provided.
  • A component launcher that will allows you to launch Banyan components on a single computer or multiple computers, all from a single command.

Use pip to install. View the full installation instructions

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

python-banyan-3.1.tar.gz (21.8 kB view hashes)

Uploaded Source

Built Distribution

python_banyan-3.1-py2.py3-none-any.whl (40.1 kB view hashes)

Uploaded Python 2 Python 3

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