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.4.5.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-0.4.5.tar.gz.
File metadata
- Download URL: zeushell-0.4.5.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 |
09ca2138a5bda4275621d8b4ba2282702dd8c9b8cd84df0edf9b0fcda21abff7
|
|
| MD5 |
17ca123037404dc47f619108b062fb7a
|
|
| BLAKE2b-256 |
ef60c8ae28f3abd8eb32a5e540a0fdfc87aae2b8659a4ec7b761595e7391cf3c
|
File details
Details for the file zeushell-0.4.5-py3-none-any.whl.
File metadata
- Download URL: zeushell-0.4.5-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 |
fd8014165f174161b0b36adfbe0da3596fa558bff1ced95c7a01062f2a4e9b6c
|
|
| MD5 |
68b31a96011506745608d8b8068ba6ec
|
|
| BLAKE2b-256 |
8da6d89d508a06a68d5d17448a0d8a1f7ffaf3ccdc008a454e72ef5bf8a52f43
|