Uni-Curses


NameUni-Curses JSON
Version 3.0.0 PyPI version JSON
download
home_pagehttps://github.com/unicurses/unicurses
SummaryUnified Curses Wrapper for Python
upload_time2024-03-21 06:34:40
maintainerGeorge Chousos
docs_urlNone
authorMichael Kamensky
requires_pythonNone
licenseGeneral Public License v3
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            A universal Curses wrapper for Python on Windows, FreeBSD, Linux, and
Mac OS X, with syntax close to the original NCurses. In order
to provide Curses functionality on Windows it utilizes the ctype
foreign function interface to wrap PDCurses, a free and open-source
Curses implementation for Windows.

if you have `ModuleNotFoundError` try specifying the python version like use `python3.9 -m pip install uni-curses`

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/unicurses/unicurses",
    "name": "Uni-Curses",
    "maintainer": "George Chousos",
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": "gxousos@gmail.com",
    "keywords": null,
    "author": "Michael Kamensky",
    "author_email": "stavdev@mail.ru",
    "download_url": "https://files.pythonhosted.org/packages/2d/9c/b50189dbc2c5db8a3a53be804426b353072c6c98679b35d25d52c70e7bbc/Uni-Curses-3.0.0.tar.gz",
    "platform": "Windows",
    "description": "A universal Curses wrapper for Python on Windows, FreeBSD, Linux, and\nMac OS X, with syntax close to the original NCurses. In order\nto provide Curses functionality on Windows it utilizes the ctype\nforeign function interface to wrap PDCurses, a free and open-source\nCurses implementation for Windows.\n\nif you have `ModuleNotFoundError` try specifying the python version like use `python3.9 -m pip install uni-curses`\n",
    "bugtrack_url": null,
    "license": "General Public License v3",
    "summary": "Unified Curses Wrapper for Python",
    "version": "3.0.0",
    "project_urls": {
        "Homepage": "https://github.com/unicurses/unicurses"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2d9cb50189dbc2c5db8a3a53be804426b353072c6c98679b35d25d52c70e7bbc",
                "md5": "3c106c10d60129a7317f786fb7fa44b3",
                "sha256": "64950a5b1bb671094518dd5136dc8369cc123ad06250ace4f522030f42108ae5"
            },
            "downloads": -1,
            "filename": "Uni-Curses-3.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "3c106c10d60129a7317f786fb7fa44b3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3650862,
            "upload_time": "2024-03-21T06:34:40",
            "upload_time_iso_8601": "2024-03-21T06:34:40.558879Z",
            "url": "https://files.pythonhosted.org/packages/2d/9c/b50189dbc2c5db8a3a53be804426b353072c6c98679b35d25d52c70e7bbc/Uni-Curses-3.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-21 06:34:40",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "unicurses",
    "github_project": "unicurses",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "uni-curses"
}
        
Elapsed time: 0.23686s