myint / untokenize

Transforms tokens into original source code (while preserving whitespace)

Home Page:https://pypi.python.org/pypi/untokenize

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

untokenize

untokenize transforms tokens into source code. Unlike the standard library's tokenize.untokenize(), it preserves the original whitespace between tokens.

Build status

Usage

import untokenize
source_code = untokenize.untokenize(tokens)

Tests

To run the unit tests:

$ ./test_untokenize.py

There is also an acid test. It tokenizes Python code and confirms that the code generated by untokenize exactly matches the original source code from before tokenization:

$ ./test_acid.py

About

Transforms tokens into original source code (while preserving whitespace)

https://pypi.python.org/pypi/untokenize

License:MIT License


Languages

Language:Python 94.0%Language:Makefile 6.0%