Metadata-Version: 1.1
Name: untokenize
Version: 0.1
Summary: Transforms tokens into original source code (while preserving whitespace).
Home-page: https://github.com/myint/untokenize
Author: Steven Myint
Author-email: UNKNOWN
License: Expat License
Description: ============
        untokenize
        ============
        
        Transforms tokens into original source code. Unlike the standard library's
        ``tokenize.untokenize()``, it preserves the original whitespace.
        
        .. image:: https://travis-ci.org/myint/untokenize.png?branch=master
           :target: https://travis-ci.org/myint/untokenize
           :alt: Build status
        
        
        Usage
        =====
        
        .. code-block:: python
        
            import untokenize
            untokenize.untokenize(tokens)
        
Keywords: tokenize,untokenize,transform,generate
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Environment :: Console
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
