Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 1.12 KB

README.md

File metadata and controls

45 lines (31 loc) · 1.12 KB

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