Metadata-Version: 2.1
Name: tokelor
Version: 0.1.5
Summary: Visualize Python token stream produced by tokenize module.
Home-page: https://github.com/lensvol/tokelor
License: MIT
Keywords: tokenize,tokens
Author: Kirill Borisov
Author-email: lensvol@gmail.com
Requires-Python: >=3.6,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Utilities
Requires-Dist: click (>=7.0,<8.0)
Requires-Dist: colorama (>=0.4,<0.5)
Project-URL: Repository, https://github.com/lensvol/tokelor
Description-Content-Type: text/markdown

# 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] 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))

