Metadata-Version: 1.0
Name: uprefix
Version: 0.1
Summary: An import hook for Python 3 that removes u prefixes from Python source code before compiling it.
Home-page: https://bitbucket.org/vinay.sajip/uprefix/
Author: Vinay Sajip
Author-email: vinay_sajip@yahoo.co.uk
License: UNKNOWN
Description: The uprefix module provides an import hook for Python 3 which replaces
        'u' prefixes on Unicode literal strings in Python source code.
        
        It is intended to assist users when porting Python 2.x code to 3.x.
        
        The latest version of uprefix can be found at
        
        https://bitbucket.org/vinay.sajip/uprefix/
        
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Environment :: MacOS X
Classifier: Environment :: Win32 (MS Windows)
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: Implementation
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
