Source code

Revision control

Copy as Markdown

Other Tools

Metadata-Version: 2.1
Name: jinxed
Version: 1.2.0
Summary: Jinxed Terminal Library
Author: Avram Lubkin
Author-email: avylove@rockhopper.net
Maintainer: Avram Lubkin
Maintainer-email: avylove@rockhopper.net
License: MPLv2.0
Keywords: terminal console blessed curses
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Terminals
License-File: LICENSE
Requires-Dist: ansicon ; platform_system == "Windows"
.. start-badges
| |docs| |appveyor| |travis| |codecov|
| |pypi| |supported-versions| |supported-implementations|
| |linux| |windows| |mac| |bsd|
:alt: Documentation Status
:alt: Appveyor Build Status
:alt: Travis-CI Build Status
:alt: Coverage Status
:alt: PyPI Package latest release
:alt: Supported versions
:alt: Supported implementations
:alt: Linux supported
:alt: Windows supported
:alt: MacOS supported
:alt: BSD supported
.. end-badges
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
============
.. code-block:: console
$ pip install jinxed
Documentation
=============
Jinxed documentation can be found on `Read the Docs <https://jinxed.readthedocs.io/en/stable/>`_.