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.1.4.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.4.tar.gz.
File metadata
- Download URL: zeushell-0.1.4.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 |
c7099fbae59888d6ad7859ff6503622328a0e0a9a8580e91b2667d7e420834dd
|
|
| MD5 |
ebc353f366d215b265f5e2b241816bdd
|
|
| BLAKE2b-256 |
db8da60b4430c27e32038220e8bfe66742e9f62ecdec1754bb47235a58eb75e5
|
File details
Details for the file zeushell-0.1.4-py3-none-any.whl.
File metadata
- Download URL: zeushell-0.1.4-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 |
2c66623e8e8efe18c76473bdd9766d9a9b9cf55d987607d352c03fee2a79d015
|
|
| MD5 |
6fd13c676b7e68d4a0db55cd8028bc53
|
|
| BLAKE2b-256 |
6405598df6b486d4928167654f1c4078bb633f4634a00c4500b3cb14d2b7f2f2
|