Metadata-Version: 2.1
Name: webpty
Version: 1.0.2
Summary: A simple web-based application to access system shell via a browser
Home-page: https://github.com/satheesh1997/webpty
Author: Satheesh Kumar
Author-email: mail@satheesh.dev
License: License :: OSI Approved :: MIT License
Keywords: xterm,browser terminal,webpty,online shell,online terminal,tornado
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: tornado (>=6.1)

# webpty

webpty is simple web-based application to access system shell via a browser.

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install webpty.

```bash
pip install webpty
```

## Usage

```bash
webpty --port=8000
```

This creates a tornado server which will be serving your shell on http://localhost:8000/

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.


## -
![Python Powered](https://www.python.org/static/community_logos/python-powered-h-70x91.png)



