Metadata-Version: 2.0
Name: easyshell
Version: 0.15
Summary: Library for creating recursive shells.
Home-page: https://github.com/qzmfranklin/easyshell
Author: Zhongming Qu
Author-email: qzmfranklin@gmail.com
License: ['GPL3']
Keywords: shell
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent

=========
easyshell
=========

Library for creating recursive shells.


Installation
============

>From pip3::

    $ pip3 install --upgrade easyshell

>From source::

    $ python3 setup.py --quiet install

Example
=======

You can try out the example shell that ships with the source code::

    $ ./my_shell.py

Usage Examples
=======================

See the example file my_shell.py.

Here is a demo:

.. image:: https://raw.githubusercontent.com/qzmfranklin/easyshell/qzmfranklin-gif/tty.gif


