Visualize Python token stream produced by tokenize module.
# tokelor --help
Usage: tokelor [OPTIONS] SOURCE
Visualize Python token stream produced by tokenize module.
Options:
--nl / --no-nl Display newline tokens.
--bare / --no-bare Replace bold text with underlinings.
--help Show this message and exit.
# pip install tokelor
# git clone git@github.com:lensvol/tokelor.git
# poetry install --develop
This project is licensed under the MIT License - see the LICENSE file for details
- Kirill Borisov (lensvol@gmail.com)