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.1.3.tar.gz
(1.8 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.1.3.tar.gz.
File metadata
- Download URL: zeushell-0.1.3.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bc5c581b127866d3013c89702bfb430662b7cd40edf0c01b2114b33ffec04385
|
|
| MD5 |
8eb65c203224087c189b117110f7191b
|
|
| BLAKE2b-256 |
f99c284d14b07db8954adfbd58f3beee1cdd0e9b31af1506edff91c5c014efd6
|
File details
Details for the file zeushell-0.1.3-py3-none-any.whl.
File metadata
- Download URL: zeushell-0.1.3-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 |
7429fba1f6b44b1858a98d6c666edeba01181826cab4c35818f48a9b33dec213
|
|
| MD5 |
f6c6f8ef0ba889ff5bb5338cd7af6892
|
|
| BLAKE2b-256 |
4d2add87faca4bfdfd4a7bb2214863587f78b3fb7566a66c3627feec27865120
|