tokelor

Visualize Python token stream produced by tokenize module.


Keywords
tokenize, tokens, python
License
MIT
Install
pip install tokelor==0.1.5

Documentation

tokelor

PyPI PyPI - Python Version License Code style: black

Visualize Python token stream produced by tokenize module.

Example

Example usage

Usage

# 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.

Installation

# pip install tokelor

Getting started with development

# git clone git@github.com:lensvol/tokelor.git
# poetry install --develop

License

This project is licensed under the MIT License - see the LICENSE file for details

Authors