Metadata-Version: 1.2
Name: jinxed
Version: 0.5.5
Summary: Jinxed Terminal Library
Home-page: https://github.com/Rockhopper-Technologies/jinxed
Author: Avram Lubkin
Author-email: avylove@rockhopper.net
Maintainer: Avram Lubkin
Maintainer-email: avylove@rockhopper.net
License: MPLv2.0
Description: .. start-badges
        
        | |supported-platforms|
        | |docs| |appveyor| |travis|
        | |pypi| |supported-versions| |supported-implementations|
        
        .. |docs| image:: https://img.shields.io/readthedocs/jinxed.svg?style=plastic&logo=read-the-docs
            :target: https://jinxed.readthedocs.org
            :alt: Documentation Status
        
        .. |appveyor| image:: https://img.shields.io/appveyor/ci/Rockhopper-Technologies/jinxed.svg?style=plastic&logo=appveyor
            :target: https://ci.appveyor.com/project/Rockhopper-Technologies/jinxed
            :alt: Appveyor Build Status
        
        .. |travis| image:: https://img.shields.io/travis/Rockhopper-Technologies/jinxed.svg?style=plastic&logo=travis
            :target: https://travis-ci.org/Rockhopper-Technologies/jinxed
            :alt: Travis-CI Build Status
        
        .. |pypi| image:: https://img.shields.io/pypi/v/jinxed.svg?style=plastic&logo=pypi
            :alt: PyPI Package latest release
            :target: https://pypi.python.org/pypi/jinxed
        
        .. |supported-versions| image:: https://img.shields.io/pypi/pyversions/jinxed.svg?style=plastic&logo=pypi
            :alt: Supported versions
            :target: https://pypi.python.org/pypi/jinxed
        
        .. |supported-implementations| image:: https://img.shields.io/pypi/implementation/jinxed.svg?style=plastic&logo=pypi
            :alt: Supported implementations
            :target: https://pypi.python.org/pypi/jinxed
        
        .. |supported-platforms| image:: https://img.shields.io/badge/platforms-Windows-blue.svg?style=plastic
            :alt: Supported platforms
        
        .. end-badges
        
        Overview
        ========
        Jinxed is an implementation of a subset of the Python curses library for Windows.
        
        Jinxed is intended primarily for libraries that need to access terminfo functions
        such as tigetstr() and tparm() and was written specifically to support Blessed_ on Windows.
        
        Installation
        ============
        
        .. code-block:: console
        
            $ pip install jinxed
        
        Documentation
        =============
        
        Jinxed documentation can be found on `Read the Docs <https://jinxed.readthedocs.io/en/stable/>`_.
        
        .. _Blessed: https://pypi.org/project/blessed
        
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 :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Utilities
