jinxed


Namejinxed JSON
Version 1.2.0 PyPI version JSON
download
home_pagehttps://github.com/Rockhopper-Technologies/jinxed
SummaryJinxed Terminal Library
upload_time2022-05-13 13:02:20
maintainerAvram Lubkin
docs_urlNone
authorAvram Lubkin
requires_python
licenseMPLv2.0
keywords terminal console blessed curses
VCS
bugtrack_url
requirements ansicon
Travis-CI
coveralls test coverage No coveralls.
            .. start-badges

| |docs| |appveyor| |travis| |codecov|
| |pypi| |supported-versions| |supported-implementations|
| |linux| |windows| |mac| |bsd|

.. |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/com/Rockhopper-Technologies/jinxed.svg?style=plastic&logo=travis
    :target: https://travis-ci.com/Rockhopper-Technologies/jinxed
    :alt: Travis-CI Build Status

.. |codecov| image:: https://img.shields.io/codecov/c/github/Rockhopper-Technologies/jinxed.svg?style=plastic&logo=codecov
    :target: https://codecov.io/gh/Rockhopper-Technologies/jinxed
    :alt: Coverage 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

.. |linux| image:: https://img.shields.io/badge/Linux-yes-success?style=plastic&logo=linux
    :alt: Linux supported
    :target: https://pypi.python.org/pypi/jinxed

.. |windows| image:: https://img.shields.io/badge/Windows-yes-success?style=plastic&logo=windows
    :alt: Windows supported
    :target: https://pypi.python.org/pypi/jinxed

.. |mac| image:: https://img.shields.io/badge/MacOS-yes-success?style=plastic&logo=apple
    :alt: MacOS supported
    :target: https://pypi.python.org/pypi/jinxed

.. |bsd| image:: https://img.shields.io/badge/BSD-yes-success?style=plastic&logo=freebsd
    :alt: BSD supported
    :target: https://pypi.python.org/pypi/jinxed

.. 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/>`_.

.. _Blessed: https://pypi.org/project/blessed
.. _curses: https://docs.python.org/library/curses.html
.. _tigetstr(): https://docs.python.org/library/curses.html#curses.tigetstr
.. _tparm(): https://docs.python.org/library/curses.html#curses.tparm


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Rockhopper-Technologies/jinxed",
    "name": "jinxed",
    "maintainer": "Avram Lubkin",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "avylove@rockhopper.net",
    "keywords": "terminal console blessed curses",
    "author": "Avram Lubkin",
    "author_email": "avylove@rockhopper.net",
    "download_url": "https://files.pythonhosted.org/packages/a5/3f/5b9182af8108c6af21183fa64883a1c7647450b6d4fa8ad359d4e93f6bd9/jinxed-1.2.0.tar.gz",
    "platform": null,
    "description": ".. start-badges\n\n| |docs| |appveyor| |travis| |codecov|\n| |pypi| |supported-versions| |supported-implementations|\n| |linux| |windows| |mac| |bsd|\n\n.. |docs| image:: https://img.shields.io/readthedocs/jinxed.svg?style=plastic&logo=read-the-docs\n    :target: https://jinxed.readthedocs.org\n    :alt: Documentation Status\n\n.. |appveyor| image:: https://img.shields.io/appveyor/ci/Rockhopper-Technologies/jinxed.svg?style=plastic&logo=appveyor\n    :target: https://ci.appveyor.com/project/Rockhopper-Technologies/jinxed\n    :alt: Appveyor Build Status\n\n.. |travis| image:: https://img.shields.io/travis/com/Rockhopper-Technologies/jinxed.svg?style=plastic&logo=travis\n    :target: https://travis-ci.com/Rockhopper-Technologies/jinxed\n    :alt: Travis-CI Build Status\n\n.. |codecov| image:: https://img.shields.io/codecov/c/github/Rockhopper-Technologies/jinxed.svg?style=plastic&logo=codecov\n    :target: https://codecov.io/gh/Rockhopper-Technologies/jinxed\n    :alt: Coverage Status\n\n.. |pypi| image:: https://img.shields.io/pypi/v/jinxed.svg?style=plastic&logo=pypi\n    :alt: PyPI Package latest release\n    :target: https://pypi.python.org/pypi/jinxed\n\n.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/jinxed.svg?style=plastic&logo=pypi\n    :alt: Supported versions\n    :target: https://pypi.python.org/pypi/jinxed\n\n.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/jinxed.svg?style=plastic&logo=pypi\n    :alt: Supported implementations\n    :target: https://pypi.python.org/pypi/jinxed\n\n.. |linux| image:: https://img.shields.io/badge/Linux-yes-success?style=plastic&logo=linux\n    :alt: Linux supported\n    :target: https://pypi.python.org/pypi/jinxed\n\n.. |windows| image:: https://img.shields.io/badge/Windows-yes-success?style=plastic&logo=windows\n    :alt: Windows supported\n    :target: https://pypi.python.org/pypi/jinxed\n\n.. |mac| image:: https://img.shields.io/badge/MacOS-yes-success?style=plastic&logo=apple\n    :alt: MacOS supported\n    :target: https://pypi.python.org/pypi/jinxed\n\n.. |bsd| image:: https://img.shields.io/badge/BSD-yes-success?style=plastic&logo=freebsd\n    :alt: BSD supported\n    :target: https://pypi.python.org/pypi/jinxed\n\n.. end-badges\n\n\nOverview\n========\n\nJinxed is an implementation of a subset of the Python curses_ library.\nIt provides pure Python implementations of terminfo functions such as `tigetstr()`_\nand `tparm()`_ as well as convenience methods for working with Windows terminals.\n\nJinxed was initially written to support Blessed_ on Windows, but will work on all platforms.\n\n\nInstallation\n============\n\n.. code-block:: console\n\n    $ pip install jinxed\n\n\nDocumentation\n=============\n\nJinxed documentation can be found on `Read the Docs <https://jinxed.readthedocs.io/en/stable/>`_.\n\n.. _Blessed: https://pypi.org/project/blessed\n.. _curses: https://docs.python.org/library/curses.html\n.. _tigetstr(): https://docs.python.org/library/curses.html#curses.tigetstr\n.. _tparm(): https://docs.python.org/library/curses.html#curses.tparm\n\n",
    "bugtrack_url": null,
    "license": "MPLv2.0",
    "summary": "Jinxed Terminal Library",
    "version": "1.2.0",
    "split_keywords": [
        "terminal",
        "console",
        "blessed",
        "curses"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "fdcc10e11082daa069b9a430f2d1d0bd",
                "sha256": "cfc2b2e4e3b4326954d546ba6d6b9a7a796ddcb0aef8d03161d005177eb0d48b"
            },
            "downloads": -1,
            "filename": "jinxed-1.2.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fdcc10e11082daa069b9a430f2d1d0bd",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 33536,
            "upload_time": "2022-05-13T13:02:18",
            "upload_time_iso_8601": "2022-05-13T13:02:18.156063Z",
            "url": "https://files.pythonhosted.org/packages/23/22/9b3481b11f32aedf1cc403f290b92bd23327d04e359808482a69b2bc3665/jinxed-1.2.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "bd45ba7c466b2af0cba1b80b3f896995",
                "sha256": "032acda92d5c57cd216033cbbd53de731e6ed50deb63eb4781336ca55f72cda5"
            },
            "downloads": -1,
            "filename": "jinxed-1.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "bd45ba7c466b2af0cba1b80b3f896995",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 60698,
            "upload_time": "2022-05-13T13:02:20",
            "upload_time_iso_8601": "2022-05-13T13:02:20.283599Z",
            "url": "https://files.pythonhosted.org/packages/a5/3f/5b9182af8108c6af21183fa64883a1c7647450b6d4fa8ad359d4e93f6bd9/jinxed-1.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-05-13 13:02:20",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "Rockhopper-Technologies",
    "github_project": "jinxed",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": true,
    "appveyor": true,
    "requirements": [
        {
            "name": "ansicon",
            "specs": []
        }
    ],
    "tox": true,
    "lcname": "jinxed"
}
        
Elapsed time: 0.01492s