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 Zeushell
z = Zeushell()
@z.function()
def hi(user):
return "Hello "+user
z.name("zeushell")
z.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-1.0.2.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-1.0.2.tar.gz.
File metadata
- Download URL: zeushell-1.0.2.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 |
ad28598e1ddc3efe2479f37c4e6c747daa1350a2b9f4ea3cf33e01922ca6b227
|
|
| MD5 |
fc9d44ceada6ae41d869100c97e43f5e
|
|
| BLAKE2b-256 |
caf9215d887d0a6c584fd79fc3743f1fff06bb56c2123a875728af723764735e
|
File details
Details for the file zeushell-1.0.2-py3-none-any.whl.
File metadata
- Download URL: zeushell-1.0.2-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 |
30f0cb0dcd61bb66e3e5c66426ad25aac7ee2409323e1d1b1cd2f60add5168c7
|
|
| MD5 |
5fe6db4ecdfa20c931d2655d701abb2c
|
|
| BLAKE2b-256 |
ac76ec8b6e8e3002927c8f92d76c30ef492a191f06961c9c2e250cb8915db875
|