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.3.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.3.0.tar.gz.
File metadata
- Download URL: zeushell-0.3.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 |
de3d92b6cbbc6f88143e5af31788156100aacb2ee7d9dfa4412b0b5618fd80cc
|
|
| MD5 |
0d0a61083671154fc9c926bddf7f35c4
|
|
| BLAKE2b-256 |
1bea833da9dccce349dfa34b66157c272e03058c3362e4cabdd8b926d8ba4bb5
|
File details
Details for the file zeushell-0.3.0-py3-none-any.whl.
File metadata
- Download URL: zeushell-0.3.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 |
c72c14182b7ab85d42b93e56ce6f6935054056b2cfc6ca5628e95c9e9c5575b8
|
|
| MD5 |
0c3f9e2ef319124924eaea1c5af624dd
|
|
| BLAKE2b-256 |
83edd5fb270853b1935cab649e69b0f6e91b0104367260d59581a9a3c6a7948b
|