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.7.0.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.7.0.tar.gz.
File metadata
- Download URL: zeushell-0.7.0.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 |
86d5416ba47c0ce0e89a73238dce940a6e6512bcdb55ee40eb78ec46a6393f3b
|
|
| MD5 |
f29c0241da40444c2d5d256d59504b92
|
|
| BLAKE2b-256 |
3cdef4aa997942345200ef7ca8d258b46b5a805b4ab52fb6a31342b033ea59f8
|
File details
Details for the file zeushell-0.7.0-py3-none-any.whl.
File metadata
- Download URL: zeushell-0.7.0-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 |
9cddf4107149f2cb33535285c1b3368f8e7a4503a79b5e51a473f264a80f86ff
|
|
| MD5 |
cddfbfc3e914578f2c6a47b99f0d2aa1
|
|
| BLAKE2b-256 |
f786453140ac4cb1e63869d9aae4fe511bb784c956e1a74755541e9d582f1840
|