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.5.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.5.tar.gz.
File metadata
- Download URL: zeushell-0.1.5.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 |
bf5311b65e2e42977dfdb8402f29ca9058e0314400a31bfe0ee3d9b84071b0ca
|
|
| MD5 |
af278f6e84ca722b34325874077a6963
|
|
| BLAKE2b-256 |
bb5f491e45a877e75ce21ac7c3d16eb44f8a264167e6b3ebe190cc86ecaf7563
|
File details
Details for the file zeushell-0.1.5-py3-none-any.whl.
File metadata
- Download URL: zeushell-0.1.5-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 |
7d4c55d9c807b526c2a61327b49527787483703344e873529277f13971b79a63
|
|
| MD5 |
d2418f25cefe95b7f59170dd8fcc1b75
|
|
| BLAKE2b-256 |
f6f118def083827f961c125045fb7bf90fe468640354f05b8eeb918301826738
|