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.5.0.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.5.0.tar.gz.
File metadata
- Download URL: zeushell-0.5.0.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 |
e829bc6acd4ed4c4c684968641dc7b96483e3c8ba9ab9651fecf47ef6f850863
|
|
| MD5 |
5ec14b513929695d7f1c6e8d6e4035ed
|
|
| BLAKE2b-256 |
d30fe664c8961b87b1c5295c97b342678c8ca8e5dbbedda360854f391e92dbcc
|
File details
Details for the file zeushell-0.5.0-py3-none-any.whl.
File metadata
- Download URL: zeushell-0.5.0-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 |
1f7c33a72bf9f346978d2f080be9494d61f11d64fac410e2e3f6806512a05a01
|
|
| MD5 |
2b7024f93125e50b88ed0f50017f3d08
|
|
| BLAKE2b-256 |
70e5997a7544244b631789ce38a40ace3cedfc5a758e20bf49313fff16e8aa0b
|