tabcompleter


Nametabcompleter JSON
Version 1.3.0 PyPI version JSON
download
home_pagehttps://github.com/mdmintz/tabcompleter
Summarytabcompleter --- Autocompletion in the Python console.
upload_time2023-09-08 19:46:04
maintainerMichael Mintz
docs_urlNone
authorMichael Mintz
requires_python>=3.7
licenseMIT
keywords tab completion console
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # tabcompleter (📃) [![](https://img.shields.io/pypi/v/tabcompleter.svg)](https://pypi.python.org/pypi/tabcompleter)

<img width="550" alt="tabcompleter" src="https://user-images.githubusercontent.com/6788579/204385233-838cbfbf-6ec7-4b45-812c-d0c2556a82e8.png">

**[tabcompleter](https://github.com/mdmintz/tabcompleter)** is a friendly fork of the (unmaintained) [fancycompleter](https://github.com/pdbpp/fancycompleter) package.

**``tabcompleter``** lets you use the **Tab** key to expand and autocomplete options in the Python console.

### Installation:

```bash
pip install tabcompleter
```

### Usage:

```python
import tabcompleter
tabcompleter.interact(persist_history=True)

# Now use the Tab key in the Python console
```

An example of using the **Tab** key to see all possibilities:

<img width="550" alt="tabcompleter" src="https://user-images.githubusercontent.com/6788579/204386211-5fc44f73-e29f-4e87-b0ca-bb8ea69217af.png">

### More examples:

**``tabcompleter``** is used by packages such as ``pdbp`` and ``seleniumbase``:

* https://pypi.org/project/pdbp/
* https://github.com/mdmintz/pdbp
* https://pypi.org/project/seleniumbase/
* https://github.com/seleniumbase/SeleniumBase

--------

<img width="550" alt="tabcompleter" src="https://user-images.githubusercontent.com/6788579/204411997-34d199c6-4a84-4fb4-96ec-8e3ed6374ece.png">

--------

(**``tabcompleter``** is maintained by the [SeleniumBase Dev Team](https://github.com/seleniumbase/SeleniumBase))

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/mdmintz/tabcompleter",
    "name": "tabcompleter",
    "maintainer": "Michael Mintz",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "tab completion console",
    "author": "Michael Mintz",
    "author_email": "mdmintz@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/e6/91/7ba7c50c2ee2cc7ed5eb442334e6cc42f2f2441352c4aeab3fb254dfa2dc/tabcompleter-1.3.0.tar.gz",
    "platform": "Windows",
    "description": "# tabcompleter (\ud83d\udcc3) [![](https://img.shields.io/pypi/v/tabcompleter.svg)](https://pypi.python.org/pypi/tabcompleter)\n\n<img width=\"550\" alt=\"tabcompleter\" src=\"https://user-images.githubusercontent.com/6788579/204385233-838cbfbf-6ec7-4b45-812c-d0c2556a82e8.png\">\n\n**[tabcompleter](https://github.com/mdmintz/tabcompleter)** is a friendly fork of the (unmaintained) [fancycompleter](https://github.com/pdbpp/fancycompleter) package.\n\n**``tabcompleter``** lets you use the **Tab** key to expand and autocomplete options in the Python console.\n\n### Installation:\n\n```bash\npip install tabcompleter\n```\n\n### Usage:\n\n```python\nimport tabcompleter\ntabcompleter.interact(persist_history=True)\n\n# Now use the Tab key in the Python console\n```\n\nAn example of using the **Tab** key to see all possibilities:\n\n<img width=\"550\" alt=\"tabcompleter\" src=\"https://user-images.githubusercontent.com/6788579/204386211-5fc44f73-e29f-4e87-b0ca-bb8ea69217af.png\">\n\n### More examples:\n\n**``tabcompleter``** is used by packages such as ``pdbp`` and ``seleniumbase``:\n\n* https://pypi.org/project/pdbp/\n* https://github.com/mdmintz/pdbp\n* https://pypi.org/project/seleniumbase/\n* https://github.com/seleniumbase/SeleniumBase\n\n--------\n\n<img width=\"550\" alt=\"tabcompleter\" src=\"https://user-images.githubusercontent.com/6788579/204411997-34d199c6-4a84-4fb4-96ec-8e3ed6374ece.png\">\n\n--------\n\n(**``tabcompleter``** is maintained by the [SeleniumBase Dev Team](https://github.com/seleniumbase/SeleniumBase))\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "tabcompleter --- Autocompletion in the Python console.",
    "version": "1.3.0",
    "project_urls": {
        "Bug Tracker": "https://github.com/mdmintz/tabcompleter/issues",
        "Changelog": "https://github.com/mdmintz/tabcompleter/releases",
        "Download": "https://pypi.org/project/tabcompleter/#files",
        "Homepage": "https://github.com/mdmintz/tabcompleter",
        "PyPI": "https://pypi.org/project/tabcompleter/",
        "Source": "https://github.com/mdmintz/tabcompleter"
    },
    "split_keywords": [
        "tab",
        "completion",
        "console"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ce4933f8e1e8cd7795f02e6b846231218538ad95dd6ff440e09ac0b8124baad4",
                "md5": "7a8be274c247573507b4768d255d16fa",
                "sha256": "59dfe825f4d88a51d486c0a513763eca6224f2146518d185ee2ebfc4f2398b80"
            },
            "downloads": -1,
            "filename": "tabcompleter-1.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7a8be274c247573507b4768d255d16fa",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 6522,
            "upload_time": "2023-09-08T19:46:02",
            "upload_time_iso_8601": "2023-09-08T19:46:02.732034Z",
            "url": "https://files.pythonhosted.org/packages/ce/49/33f8e1e8cd7795f02e6b846231218538ad95dd6ff440e09ac0b8124baad4/tabcompleter-1.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e6917ba7c50c2ee2cc7ed5eb442334e6cc42f2f2441352c4aeab3fb254dfa2dc",
                "md5": "4e575ef3ea72c9caf9f3e7927b1e0988",
                "sha256": "47b9d4f783d14ebca5c66223c7f82cc1ef89f7313ba9ea0ce75265670178bb6e"
            },
            "downloads": -1,
            "filename": "tabcompleter-1.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "4e575ef3ea72c9caf9f3e7927b1e0988",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 9887,
            "upload_time": "2023-09-08T19:46:04",
            "upload_time_iso_8601": "2023-09-08T19:46:04.621130Z",
            "url": "https://files.pythonhosted.org/packages/e6/91/7ba7c50c2ee2cc7ed5eb442334e6cc42f2f2441352c4aeab3fb254dfa2dc/tabcompleter-1.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-08 19:46:04",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mdmintz",
    "github_project": "tabcompleter",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "tabcompleter"
}
        
Elapsed time: 0.11588s