Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

PassionShell-0.1.0.tar.gz (1.8 kB view hashes)

Uploaded Source

Built Distribution

PassionShell-0.1.0-py3-none-any.whl (2.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page