Skip to main content

A shell session project using pybind11

Project description

Interactive Session

A Python module to create a Shell session.

Table of Contents

Installation

  • clone the repository
  • run
    pip install -r requirements.txt &&
    python setup.py build &&
    python setup.py test &&
    python setup.py install
    

Usage

import interactive_session as m
session = m.InteractiveSession("bash", "exit")
print(session.execute("echo hello"))
session.close()

License

This project is licensed under the MIT License.

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

interactive-session-0.0.3.tar.gz (4.3 kB view hashes)

Uploaded Source

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