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-1.0.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-1.0.0.tar.gz.
File metadata
- Download URL: zeushell-1.0.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 |
9f0178bd2232d3fb4b215197210062727d40fcac9b4837742334d86f9fe3e839
|
|
| MD5 |
8bff64854d03e7810b5b1721ab2f2720
|
|
| BLAKE2b-256 |
c720a983f45db47d5068ed82b323288c4dff80e820895d0f553b6ebbcd482be4
|
File details
Details for the file zeushell-1.0.0-py3-none-any.whl.
File metadata
- Download URL: zeushell-1.0.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 |
06ba5fa223c1ccd7080462a97834bae232b3bcb6f2650495d259cb8c62481c2a
|
|
| MD5 |
7b70d5aafb3abe2e27ed8e860d316217
|
|
| BLAKE2b-256 |
f1cee8520aa89a7721236332c0a1f4d03db48691bd0e665043d394c381793937
|