Metadata-Version: 1.0
Name: underscode
Version: 0.1.0
Summary: Underscode -- A Python identifier-like encoding
Home-page: http://underscode.selidor.net/
Author: Ivan Vilata i Balaguer
Author-email: ivan@selidor.net
License: GNU Lesser General Public License (LGPL)
Download-URL: http://underscode.selidor.net/dist/underscode-0.1.0.tar.gz
Description: Underscode is an encoding which is capable of representing
        *any* Unicode string as a valid (and quite similar) Python
        identifier.  The way Unicode strings are encoded minimises
        the chances of clashing with other existing names, while not
        obscuring the resulting string too much.
        
        Some method decorators are provided which allow arbitrary
        objects to be accessed as normal instance attributes, with
        optional tab-completion support for interactive usage.  The
        standard Python codec API is also supported.
Keywords: encoding,identifier,codec,Unicode
Platform: Any
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
