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 (no exec)
Install
pip install zeushell
Quick Start
from zeushell import function, name, run
@function("hello")
def hi(user):
return f"Hello {user}"
name("zeushell")
run()
Shell:
zeushell: hello Tom
Hello 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.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.1.0.tar.gz.
File metadata
- Download URL: zeushell-0.1.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 |
5e7c543d4f54b5d75c8f3cf61908a3bdd264266ebb6e8e783bb778bc8b5f072d
|
|
| MD5 |
78d9ed70acf173105dadb633db5803e7
|
|
| BLAKE2b-256 |
8b5c51052aac7adf4521429ef97492cf7d4a599b183c2cb301acdd170f27e4c8
|
File details
Details for the file zeushell-0.1.0-py3-none-any.whl.
File metadata
- Download URL: zeushell-0.1.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 |
415340edc20a2c8c7d93dadd46d41b992b7573f3f4336d2753df147ef776d891
|
|
| MD5 |
6db3d79cef42cb1c268c7061aa53b7a9
|
|
| BLAKE2b-256 |
f0b44b65238add0de8e00e839e62ceabda0ddad6603678d98383f81fdfdd624e
|