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.2.0.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.2.0.tar.gz.
File metadata
- Download URL: zeushell-0.2.0.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 |
fc28427fe6cf64ae71503c5b49512db14a60ffc541261f87daf7891a6a0338b2
|
|
| MD5 |
3a67d46b3b530bcb5ef03b4aa0e51204
|
|
| BLAKE2b-256 |
bed8a78c1c4cf2ec5230fa051ea84712a8137961f6a535e3d5f307607da22c01
|
File details
Details for the file zeushell-0.2.0-py3-none-any.whl.
File metadata
- Download URL: zeushell-0.2.0-py3-none-any.whl
- Upload date:
- Size: 1.9 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 |
3ca76256e3ba84e46c6cfa3a1c34185aa2d54fa1f4816b842188d73210be98d3
|
|
| MD5 |
280e7df37f0e7fc20bd584409d886aee
|
|
| BLAKE2b-256 |
b17457576d63ec203e921de05f1971ef9ee9e990137e1ea53f05dda76bba9377
|