TUI (Terminal User Interface) of Yunetas
Project description
TUI for yunetas
This is the TUI (Terminal User Interface) for Yuneta Simplified
Yuneta Simplified is a development framework about messages and services, based on Event-driven, Automata-based and Object-oriented programming.
Yuneta is based in functions, but it manages a system of virtual classes defined by programmatically and schematically.
All his philosophy is based on that virtual classes (namely GClass or class G).
All architecture done by configuration, based in schema, easy to see by human eye. Of course, you have an API functions to change configuration and data in real time.
For Linux and RTOS/ESP32.
Versions in C, Javascript and (TODO) Python.
For more details, see doc.yuneta.io
How build this package
Install pdm
This package use pdm to build and publish.
pip install pdm
pip install cement
pip install plumbum
pip install fastapi
pip install "uvicorn[standard]"
pip install "typer[all]"
Build and publish
# Firstly change the version (explained below)
# Next go to source root folder
pdm build
pdm publish --username __token__ --password <your-api-token> # (me: the full command is saved in publish-tui_yunetas.sh)
Install the package in editable mode using pip from the source root folder:
pip install -e .
Change the version
Edit the
__version__.pyfile and change the variable__version__. Then build and publish
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file yunetas-0.5.8.tar.gz.
File metadata
- Download URL: yunetas-0.5.8.tar.gz
- Upload date:
- Size: 7.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.25.3 CPython/3.12.2 Linux/6.8.0-90-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a54d9586d5f16be9364d3c4d6038ad92823205027b9ecb1adaddeb5fb0a7b9b1
|
|
| MD5 |
83679347bfe5b5461cb10f449eabb5dd
|
|
| BLAKE2b-256 |
7fa48b0cff5dabec5df2d5e7ad43ebee2656efe47ea938531524ea2919bfb9f7
|
File details
Details for the file yunetas-0.5.8-py3-none-any.whl.
File metadata
- Download URL: yunetas-0.5.8-py3-none-any.whl
- Upload date:
- Size: 7.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.25.3 CPython/3.12.2 Linux/6.8.0-90-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
69a4ee495972273530ec0382d8eee6e071c29292feb4bc3435f20233da949098
|
|
| MD5 |
6aa5761bce695d245e528ef7a8c4c2a4
|
|
| BLAKE2b-256 |
d0bddb99b8458961a82755e0795049f796887e7720112c9ad0c89c6e1f5b0fd1
|