The PassionShell for the Passion programming language
Project description
About
PassionShell is a Bash-like sub-language made in Python for the Passion programming langauge.
How to Use
In the shell, type pip install PassionShell, and in your Python code, from PassionShell import PassionShell.
Functions and Classes
Classes
PassionShell comes with one class, PassionShell. To use it, create an instance of the class, and add this code:
from PassionShell import PassionShell
ps = PassionShell()
ps.loop()
First, it gets the class and imports it into the local namespace. Next, it creates an instance of the class, ps, and finally, calls the loop method to continously take input, and execute it.
Functions
PassionShell currently does not come with any top-level functions.
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
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 PassionShell-0.1.0.tar.gz.
File metadata
- Download URL: PassionShell-0.1.0.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7e81146a3edfd1f1fd96b05b0a2ca488224ce97d25ef9fcdb65ecdc7fe54fe75
|
|
| MD5 |
baf35c7065ab1bb7ab227dbae387e011
|
|
| BLAKE2b-256 |
c0ac3d40ed43d6c5df5db2744ed756f74e44fc32a54f6ca8e0b9e4d30f336d3d
|
File details
Details for the file PassionShell-0.1.0-py3-none-any.whl.
File metadata
- Download URL: PassionShell-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aa615b1a0d21776d5d0a96769673c4584ffd4e0eb45eb8ed521b1cc52cab9ee3
|
|
| MD5 |
b56470301518ba833199248573cd002d
|
|
| BLAKE2b-256 |
0ff3e99306916557509cf149987e54dfe66ff2bf051b5f5e15735f6eb0170b6b
|