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.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.4.0.tar.gz.
File metadata
- Download URL: zeushell-0.4.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 |
d7eae61fc68ac6ee0150a5aa18a4ef716b7bb6d7d77304a668c51a7461f82b4a
|
|
| MD5 |
82d0dec7d7d786fc3e93e10d1a1c6466
|
|
| BLAKE2b-256 |
7e8c522a9f9a7fe4303937ff57b56e305779599f47ae7e20952d7a658cbaa03c
|
File details
Details for the file zeushell-0.4.0-py3-none-any.whl.
File metadata
- Download URL: zeushell-0.4.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 |
805486e90db25b43ad3fa009b165c88fb99a02ecd327bdab3606f2952c008b08
|
|
| MD5 |
2d9e009475b647fa55de09d9348c3c33
|
|
| BLAKE2b-256 |
fddaed3160b201d69b647e6cb8031e146ac7f941be363b3a44a0e331758af339
|