Raiz - Simple CLI Requirements Management Tool
Project description
flowchart TD
A[Start] --> B{Is it a weekday?}
B -- Yes --> C[Go to work]
B -- No --> D[Relax at home]
C --> E[Finish work]
D --> E
E --> F[End of day]
@startuml
start
if (Is it a weekday?) then (yes)
:Go to work;
else (no)
:Relax at home;
endif
:Finish work;
stop
@enduml
digraph G {
A [label="Start"]
B [label="Is it a weekday?"]
C [label="Go to work"]
D [label="Relax at home"]
E [label="Finish work"]
F [label="End of day"]
A -> B
B -> C [label="Yes"]
B -> D [label="No"]
C -> E
D -> E
E -> F
}
sequenceDiagram
actor Alice as Alice
actor Bob as Bob
actor A1 as New Actor
Note right of Alice: A typical message
Alice ->> Bob: HimmsdnoteoverA1: aeu
Alice ->> A1: send
A1 --) Alice: receive
A1 --) Bob: new msg
Bob ->> Bob: new msg
Bob ->> Alice: Hi Alice
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
raiz-0.1.0.tar.gz
(14.6 kB
view details)
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
raiz-0.1.0-py3-none-any.whl
(15.9 kB
view details)
File details
Details for the file raiz-0.1.0.tar.gz.
File metadata
- Download URL: raiz-0.1.0.tar.gz
- Upload date:
- Size: 14.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f6ef24d2f8b522e17e977d58454404fb599a032d6011a90eccdb02003f30a992
|
|
| MD5 |
ef04b3555bbd4d4628658990a127f83d
|
|
| BLAKE2b-256 |
8f8f468b2ab4c7be4acbf342fc277593ad2af79ee114fe2577a42c1a4994d544
|
File details
Details for the file raiz-0.1.0-py3-none-any.whl.
File metadata
- Download URL: raiz-0.1.0-py3-none-any.whl
- Upload date:
- Size: 15.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
780b79d29e88af3d1d2b3627e007cd2ab0c2f19746071623a5dcbf3f56f23d0d
|
|
| MD5 |
9d86eff134107ce80e2400ff1329547b
|
|
| BLAKE2b-256 |
b5f0a4a74f8ef0072d9cde0c721301354bd1c8dc9e52c5f419ba4659d86fb622
|