Metadata-Version: 2.1
Name: tokelor
Version: 0.1.1
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.7,<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.7
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.1,<0.5.0)
Project-URL: Repository, https://github.com/lensvol/tokelor
Description-Content-Type: text/markdown

# tokelor

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

