.. start-badges
| |docs| |gh_actions| |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
.. |gh_actions| image:: https://img.shields.io/github/actions/workflow/status/Rockhopper-Technologies/jinxed/tests.yml?event=push&logo=github-actions&style=plastic
:target: https://github.com/Rockhopper-Technologies/jinxed/actions/workflows/tests.yml
:alt: GitHub Actions 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": null,
"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/20/d0/59b2b80e7a52d255f9e0ad040d2e826342d05580c4b1d7d7747cfb8db731/jinxed-1.3.0.tar.gz",
"platform": null,
"description": ".. start-badges\n\n| |docs| |gh_actions| |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.. |gh_actions| image:: https://img.shields.io/github/actions/workflow/status/Rockhopper-Technologies/jinxed/tests.yml?event=push&logo=github-actions&style=plastic\n :target: https://github.com/Rockhopper-Technologies/jinxed/actions/workflows/tests.yml\n :alt: GitHub Actions 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",
"bugtrack_url": null,
"license": "MPLv2.0",
"summary": "Jinxed Terminal Library",
"version": "1.3.0",
"project_urls": {
"Homepage": "https://github.com/Rockhopper-Technologies/jinxed"
},
"split_keywords": [
"terminal",
"console",
"blessed",
"curses"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "27e30e0014d6ab159d48189e92044ace13b1e1fe9aa3024ba9f4e8cf172aa7c2",
"md5": "146582242fc019c29d3cbe3c1dd3490b",
"sha256": "b993189f39dc2d7504d802152671535b06d380b26d78070559551cbf92df4fc5"
},
"downloads": -1,
"filename": "jinxed-1.3.0-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "146582242fc019c29d3cbe3c1dd3490b",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 33085,
"upload_time": "2024-07-31T22:39:17",
"upload_time_iso_8601": "2024-07-31T22:39:17.426457Z",
"url": "https://files.pythonhosted.org/packages/27/e3/0e0014d6ab159d48189e92044ace13b1e1fe9aa3024ba9f4e8cf172aa7c2/jinxed-1.3.0-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "20d059b2b80e7a52d255f9e0ad040d2e826342d05580c4b1d7d7747cfb8db731",
"md5": "5f9657c8a7a52a88ea8f2ac421138e7c",
"sha256": "1593124b18a41b7a3da3b078471442e51dbad3d77b4d4f2b0c26ab6f7d660dbf"
},
"downloads": -1,
"filename": "jinxed-1.3.0.tar.gz",
"has_sig": false,
"md5_digest": "5f9657c8a7a52a88ea8f2ac421138e7c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 80981,
"upload_time": "2024-07-31T22:39:18",
"upload_time_iso_8601": "2024-07-31T22:39:18.854102Z",
"url": "https://files.pythonhosted.org/packages/20/d0/59b2b80e7a52d255f9e0ad040d2e826342d05580c4b1d7d7747cfb8db731/jinxed-1.3.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-07-31 22:39:18",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Rockhopper-Technologies",
"github_project": "jinxed",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "ansicon",
"specs": []
}
],
"tox": true,
"lcname": "jinxed"
}