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.2.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.2.tar.gz.
File metadata
- Download URL: zeushell-0.4.2.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 |
219275ebccc25c8b88617f4a874c1061c87ba536a065f115c1a7385b5fab43d5
|
|
| MD5 |
4744417db76c9fa91c87091fadf77ced
|
|
| BLAKE2b-256 |
6943890d0589aacae5f656ffa94f24f372829c2472efaaf10d2301ea4ee298e7
|
File details
Details for the file zeushell-0.4.2-py3-none-any.whl.
File metadata
- Download URL: zeushell-0.4.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 |
f8ddd176ea52937bb405681d90341b97443f7421638493219f1d4758f297ce01
|
|
| MD5 |
aaba25b14b14dd048a62da2b154d20f5
|
|
| BLAKE2b-256 |
3ce63a4a7c219504f691432b9417ab5ca3dadac5a621b7be32f90801d48c5995
|