Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-25T09:08:44.000Z (almost 5 years ago)
- Last Synced: 2024-10-03T20:47:04.204Z (3 months 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
![PyPI](https://img.shields.io/pypi/v/tokelor)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/tokelor)
![License](https://img.shields.io/github/license/lensvol/tokelor)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)Visualize Python token stream produced by tokenize module.
## Example
![Example usage](https://raw.githubusercontent.com/lensvol/tokelor/master/docs/example.png)
## Usage
```
# tokelor --help
Usage: tokelor [OPTIONS] SOURCEVisualize 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 [email protected]: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** ([[email protected]](mailto:[email protected]))