circuits.web3

event-driven framework with a component architecture (Python3 version)

Install

All systems
curl cmd.cat/circuits.web3.sh
Debian Debian
apt-get install python3-circuits
Ubuntu
apt-get install python3-circuits
image/svg+xml Kali Linux
apt-get install python3-circuits
Windows (WSL2)
sudo apt-get update sudo apt-get install python3-circuits
Raspbian
apt-get install python3-circuits

python3-circuits

event-driven framework with a component architecture (Python3 version)

circuits is an event-driven framework with a focus on Component Software Architectures where System Functionality is defined in Components. Components communicate with one another by propagating events throughout the system. Each Component can react to events and expose events to other parts of the system Components are able to manage their own events and can also be linked to other Components. Circuits has a clean architecture and has no external dependencies on any other library. It's simplistic design is unmatchable but yet delivers a powerful framework for building large, scalable, maintainable applications and systems. Circuits was a core integral part of the pymills library developed in 2006 and was partly inspired by the Trac architecture. This package contains the Python 3 version of the library.