tabcompleter


Nametabcompleter JSON
Version 1.4.0 PyPI version JSON
download
home_pagehttps://github.com/mdmintz/tabcompleter
Summarytabcompleter --- Autocompletion in the Python console.
upload_time2024-10-28 00:44:52
maintainerMichael Mintz
docs_urlNone
authorMichael Mintz
requires_python>=3.8
licenseBSD
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.8",
    "maintainer_email": null,
    "keywords": "tab completion console",
    "author": "Michael Mintz",
    "author_email": "mdmintz@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/73/1a/ed3544579628c5709bae6fae2255e94c6982a9ff77d42d8ba59fd2f3b21a/tabcompleter-1.4.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": "BSD",
    "summary": "tabcompleter --- Autocompletion in the Python console.",
    "version": "1.4.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": "6544bb509c3d2c0b5a87e7a5af1d5917a402a32ff026f777a6d7cb6990746cbb",
                "md5": "f9ce36ea5689cc2b6f56d5384d02e0f8",
                "sha256": "d744aa735b49c0a6cc2fb8fcd40077fec47425e4388301010b14e6ce3311368b"
            },
            "downloads": -1,
            "filename": "tabcompleter-1.4.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f9ce36ea5689cc2b6f56d5384d02e0f8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 6725,
            "upload_time": "2024-10-28T00:44:51",
            "upload_time_iso_8601": "2024-10-28T00:44:51.267321Z",
            "url": "https://files.pythonhosted.org/packages/65/44/bb509c3d2c0b5a87e7a5af1d5917a402a32ff026f777a6d7cb6990746cbb/tabcompleter-1.4.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "731aed3544579628c5709bae6fae2255e94c6982a9ff77d42d8ba59fd2f3b21a",
                "md5": "28fb5a042eb33fd56ef70d97af261395",
                "sha256": "7562a9938e62f8e7c3be612c3ac4e14c5ec4307b58ba9031c148260e866e8814"
            },
            "downloads": -1,
            "filename": "tabcompleter-1.4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "28fb5a042eb33fd56ef70d97af261395",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 10431,
            "upload_time": "2024-10-28T00:44:52",
            "upload_time_iso_8601": "2024-10-28T00:44:52.665966Z",
            "url": "https://files.pythonhosted.org/packages/73/1a/ed3544579628c5709bae6fae2255e94c6982a9ff77d42d8ba59fd2f3b21a/tabcompleter-1.4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-28 00:44:52",
    "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.38401s