![]() |
pyenv-virtualenv for Windows 1.2
A 'pyenv' plugin to manage Python virtual environments, depending on different Python versions, for various Python projects.
|
Go to the source code of this file.
Classes | |
| class | tbl.SimpleTable |
Namespaces | |
| namespace | tbl |
Functions | |
| int | tbl.readableLen (str cell_content) |
| Calculate the length of cell content skipping ANSI ESC sequences (e.g. | |
Variables | |
| int | tbl.HEADER = 1 |
| int | tbl.SEPARATOR = 2 |
| int | tbl.DATA = 3 |
| list | tbl.ROW_TYPES = [HEADER, SEPARATOR, DATA] |
Library to output colored tables in "pyenv-virtualenv".
Definition in file tbl.py.