Tabcompleter

Latest version: v1.3.0

Safety actively analyzes 626983 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

1.3.0

Prevent deprecation warnings and drop Python 3.6 support
* This resolves https://github.com/mdmintz/tabcompleter/issues/7
* This resolves https://github.com/mdmintz/tabcompleter/issues/8

1.2.1

Refactoring
* Refactor the code
--> https://github.com/mdmintz/tabcompleter/commit/4a672b66e772e560c63171ac51ddfb6eeec13e34

1.2.0

Drop support for Python 2.7
* This resolves https://github.com/mdmintz/tabcompleter/issues/4

1.1.0

Drop the "pyrepl" dependency

* This resolves https://github.com/mdmintz/tabcompleter/issues/2

1.0.0

tabcompleter

First Official Release

<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))

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.