State of Things python library to organize complex state machines
Project description
Introduction
State of Things is a python library to organize complex state machines.
Installing from PyPI
On supported GNU/Linux systems like the Raspberry Pi, you can install the library locally from PyPI. To install for current user:
pip3 install state-of-things
To install system-wide (this may be required in some cases):
sudo pip3 install state-of-things
To install in a virtual environment in your current project:
mkdir project-name && cd project-name
python3 -m venv .venv
source .env/bin/activate
pip3 install state-of-things
Documentation
API documentation for this library can be found on Read the Docs.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
state_of_things-0.0.1.tar.gz
(27.6 kB
view details)
Built Distribution
File details
Details for the file state_of_things-0.0.1.tar.gz
.
File metadata
- Download URL: state_of_things-0.0.1.tar.gz
- Upload date:
- Size: 27.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 585352876682f958ea162c558bd1d59ab7ff28b707336de326d301dd50fc7b75 |
|
MD5 | 71d453e0758252c463749878d61f10d0 |
|
BLAKE2b-256 | 9382353062d8c21628f747893d74184b062bbcb22dc9fce4f9167f7bb8bfae19 |
File details
Details for the file state_of_things-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: state_of_things-0.0.1-py3-none-any.whl
- Upload date:
- Size: 6.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a29e0242303de94e6f04b5e52b0b90f34dcbc7023f285e1a15d06eae7133334c |
|
MD5 | 05bcbff54659f80a3ef29f1d728257f4 |
|
BLAKE2b-256 | 3b058421019dfaa70c25f2fcb31b00475c80c95ecc8bd76a0fb72845c4679139 |