A small Python package published to PyPI
Project description
zeushell
A simple interactive action-shell framework.
Write functions — run them as shell commands.
Features
- Function-based command system
- Interactive shell runtime
- Customizable shell prompt
- Safe function registry
Install
pip install zeushell
Quick Start
from zeushell import function, name, run
@function()
def hi(user):
return f"Hello {user}"
name("zeushell")
run()
Shell:
zeushell: hi Tom
hi Tom
License
MIT
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
zeushell-0.4.1.tar.gz
(1.9 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
File details
Details for the file zeushell-0.4.1.tar.gz.
File metadata
- Download URL: zeushell-0.4.1.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a3f5eb5f0fadf74053a2c1ad0fe74420d02a5a5b131af23417fbae78c78817ff
|
|
| MD5 |
635acf278b12ccc7ee47ef822f49982b
|
|
| BLAKE2b-256 |
fa2f025f07ae0e72ddf28a8e146d02ad0abdba1cc4298737be36ba96f37e3294
|
File details
Details for the file zeushell-0.4.1-py3-none-any.whl.
File metadata
- Download URL: zeushell-0.4.1-py3-none-any.whl
- Upload date:
- Size: 2.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b026fd36270a12d58d4b9e42654d58322e055dfa6dea17cc4954714dfd4fc77d
|
|
| MD5 |
05d8f9c56998482ef450da2d74f76b7e
|
|
| BLAKE2b-256 |
9a200554a183efb0bd2205e43d5b21bf2663fff8228e088bd79d1788d8259ba1
|