https://github.com/lensvol/tokelor
Visualize Python token stream produced by tokenize module.
https://github.com/lensvol/tokelor
python tokenize
Last synced: about 2 months ago
JSON representation
Visualize Python token stream produced by tokenize module.
- Host: GitHub
- URL: https://github.com/lensvol/tokelor
- Owner: lensvol
- License: mit
- Created: 2019-10-06T08:19:14.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-25T09:08:44.000Z (over 6 years ago)
- Last Synced: 2025-02-08T15:17:32.940Z (over 1 year ago)
- Topics: python, tokenize
- Language: Python
- Size: 192 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tokelor



[](https://github.com/psf/black)
Visualize Python token stream produced by tokenize module.
## Example

## 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
```shell script
# pip install tokelor
```
## Getting started with development
```shell script
# git clone git@github.com:lensvol/tokelor.git
# poetry install --develop
```
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details
## Authors
* **Kirill Borisov** ([lensvol@gmail.com](mailto:lensvol@gmail.com))