pyreadline3


Namepyreadline3 JSON
Version 3.4.1 PyPI version JSON
download
home_pagehttps://pypi.python.org/pypi/pyreadline3/
SummaryA python implementation of GNU readline.
upload_time2022-01-24 20:05:11
maintainerBassem Girgis
docs_urlNone
authorBassem Girgis
requires_python
licenseBSD
keywords readline pyreadline pyreadline3
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
The `pyreadline3` package is based on the stale package `pyreadline` located
at https://github.com/pyreadline/pyreadline.
The original `pyreadline` package is a python implementation of GNU `readline`
functionality.
It is based on the `ctypes` based UNC `readline` package by Gary Bishop.
It is not complete.
It has been tested for use with Windows 10.

Version 3.4+ or pyreadline3 runs on Python 3.5+.

Features

- keyboard text selection and copy/paste
- Shift-arrowkeys for text selection
- Control-c can be used for copy activate with allow_ctrl_c(True) in config file
- Double tapping ctrl-c will raise a KeyboardInterrupt, use
  ctrl_c_tap_time_interval(x)
- where x is your preferred tap time window, default 0.3 s.
- paste pastes first line of content on clipboard.
- ipython_paste, pastes tab-separated data as list of lists or numpy array if
  all data is numeric
- paste_mulitline_code pastes multi line code, removing any empty lines.

The latest development version is always available at the project git
repository https://github.com/pyreadline3/pyreadline3



            

Raw data

            {
    "_id": null,
    "home_page": "https://pypi.python.org/pypi/pyreadline3/",
    "name": "pyreadline3",
    "maintainer": "Bassem Girgis",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "brgirgis@gmail.com",
    "keywords": "readline,pyreadline,pyreadline3",
    "author": "Bassem Girgis",
    "author_email": "brgirgis@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/d7/86/3d61a61f36a0067874a00cb4dceb9028d34b6060e47828f7fc86fb9f7ee9/pyreadline3-3.4.1.tar.gz",
    "platform": "Windows XP/2000/NT",
    "description": "\nThe `pyreadline3` package is based on the stale package `pyreadline` located\nat https://github.com/pyreadline/pyreadline.\nThe original `pyreadline` package is a python implementation of GNU `readline`\nfunctionality.\nIt is based on the `ctypes` based UNC `readline` package by Gary Bishop.\nIt is not complete.\nIt has been tested for use with Windows 10.\n\nVersion 3.4+ or pyreadline3 runs on Python 3.5+.\n\nFeatures\n\n- keyboard text selection and copy/paste\n- Shift-arrowkeys for text selection\n- Control-c can be used for copy activate with allow_ctrl_c(True) in config file\n- Double tapping ctrl-c will raise a KeyboardInterrupt, use\n  ctrl_c_tap_time_interval(x)\n- where x is your preferred tap time window, default 0.3 s.\n- paste pastes first line of content on clipboard.\n- ipython_paste, pastes tab-separated data as list of lists or numpy array if\n  all data is numeric\n- paste_mulitline_code pastes multi line code, removing any empty lines.\n\nThe latest development version is always available at the project git\nrepository https://github.com/pyreadline3/pyreadline3\n\n\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "A python implementation of GNU readline.",
    "version": "3.4.1",
    "split_keywords": [
        "readline",
        "pyreadline",
        "pyreadline3"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "c0450177b1173fe6fe45e11b5973f0d6",
                "sha256": "b0efb6516fd4fb07b45949053826a62fa4cb353db5be2bbb4a7aa1fdd1e345fb"
            },
            "downloads": -1,
            "filename": "pyreadline3-3.4.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c0450177b1173fe6fe45e11b5973f0d6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 95203,
            "upload_time": "2022-01-24T20:05:10",
            "upload_time_iso_8601": "2022-01-24T20:05:10.442853Z",
            "url": "https://files.pythonhosted.org/packages/56/fc/a3c13ded7b3057680c8ae95a9b6cc83e63657c38e0005c400a5d018a33a7/pyreadline3-3.4.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "62ed7a7da8ebe34b86c95c5f5d6ceb9f",
                "sha256": "6f3d1f7b8a31ba32b73917cefc1f28cc660562f39aea8646d30bd6eff21f7bae"
            },
            "downloads": -1,
            "filename": "pyreadline3-3.4.1.tar.gz",
            "has_sig": false,
            "md5_digest": "62ed7a7da8ebe34b86c95c5f5d6ceb9f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 86465,
            "upload_time": "2022-01-24T20:05:11",
            "upload_time_iso_8601": "2022-01-24T20:05:11.660691Z",
            "url": "https://files.pythonhosted.org/packages/d7/86/3d61a61f36a0067874a00cb4dceb9028d34b6060e47828f7fc86fb9f7ee9/pyreadline3-3.4.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-01-24 20:05:11",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "pyreadline3"
}
        
Elapsed time: 0.01092s