Skip to content

Rockhopper-Technologies/jinxed

Repository files navigation

Documentation Status GitHub Actions Status Coverage Status
PyPI Package latest release Supported versions Supported implementations
Linux supported Windows supported MacOS supported BSD supported

Overview

Jinxed is an implementation of a subset of the Python curses library. It provides pure Python implementations of terminfo functions such as tigetstr() and tparm() as well as convenience methods for working with Windows terminals.

Jinxed was initially written to support Blessed on Windows, but will work on all platforms.

Installation

$ pip install jinxed

Documentation

Jinxed documentation can be found on Read the Docs.