Skip to main content

An extensible shell written in python

Project description

Poshy

Poshy, an extensible shell written in Python

Poshy is a work-in-progress shell written in Python. As of now, it has no configuration files.

To install, just clone this repo and then run pip3 install . and presto!

For aya developers:

AYA is an extensive python module loader that loads before start. You must have them installed as python modules.

from setuptools import setup
setup(
    name='youraddonname',
    packages=['folder'], # the folder in which your __init__.py file is stored in, also must be your addon name
    version='1.0', # self-explanatory
    description='the addon description'
)

here's a dummy example of what your setup.py should have. note that to load the addon, you must first install it and then put its name in ~/.aya

your __init__.py is your addon

~/.aya's structure goes as following:

modules must be line separated (no commas, no same-line whitespace separated things...)

an example would be:

module1
module2
module3

and so on.

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

poshy-2.1-py3-none-any.whl (7.4 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