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
import zeushell
zeushell.start()
@zeushell.function()
def hi(user):
return "Hello "+user
zeushell.name("zeushell")
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-1.0.1.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-1.0.1.tar.gz.
File metadata
- Download URL: zeushell-1.0.1.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 |
896adc10e231018d07f15f6d306b4aa4a38912b674790d79b6d17c7bef568015
|
|
| MD5 |
3dcc7e3df0d442118a619f17efd7225c
|
|
| BLAKE2b-256 |
398718705dbd333056f0fa8fba9641616d005decfe0fb7ae5f12a8cd125e135a
|
File details
Details for the file zeushell-1.0.1-py3-none-any.whl.
File metadata
- Download URL: zeushell-1.0.1-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 |
73580cbb03783df5283a13a7bb91d9bf6b197302eff2426baf2b68d3ee5615e1
|
|
| MD5 |
67fb65260813e77f51a6645b3c39b192
|
|
| BLAKE2b-256 |
74d3c988d8bb585fafb0ccfbda26ad7ed3c38a4ee339fb14931c59474de8ad23
|