Metadata-Version: 2.1
Name: dashport
Version: 0.3.1
Summary: Dashport curses wrapper for Python
Home-page: https://github.com/numbertheory/dashport
Author: JP Etcheber
Author-email: jetcheber@gmail.com

# dashport

Dashport - An easy and safe way to use curses

## Installation

You can install from source code by cloning down this repo and running:

```
pip install .
```

Alternatively, use this to install from GitHub:

```
pip install --upgrade https://github.com/numbertheory/dashport/tarball/main
```

This is still a new repo, so waiting to see if it's worth it to publish to PyPI.
