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 (no exec)
Install
pip install zeushell
Quick Start
from zeushell import function, name, run
@function("hello")
def hi(user):
return f"Hello {user}"
name("zeushell")
run()
Shell:
zeushell: hello Tom
Hello 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.1.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.1.tar.gz.
File metadata
- Download URL: zeushell-0.1.1.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 |
2fd8589959f98cde9bb6926f3adf28a20f6658dc6aa8f9dd38ce1a14f3341460
|
|
| MD5 |
b2828c15311daf647dc4819e441fe527
|
|
| BLAKE2b-256 |
77f72825394b9cbeba3bdbe5f5cfdf950bfa12b40e9229c17e622c92ab56957e
|
File details
Details for the file zeushell-0.1.1-py3-none-any.whl.
File metadata
- Download URL: zeushell-0.1.1-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 |
471c143b11de8c9b80cc9f297ae28bae01a87425fa02cd7c93bada99671da0cc
|
|
| MD5 |
6fccb98eaceec5140c2825a182c14662
|
|
| BLAKE2b-256 |
9d5ab7782f7cf5a8837ab86e9c49c081365e1251ab9a903d6a9f4cf3dfb22d37
|