Metadata-Version: 1.1
Name: TinkerPy
Version: 0.2.2
Summary: Tools tinkering with basic Python stuff.
Home-page: https://github.com/IvIePhisto/TinkerPy
Author: Michael Pohl
Author-email: pohl-michael@gmx.biz
License: MIT License
Description:       This Python 2 and 3 project (tested with CPython 2.7 and 3.3 as well as
              PyPy 2.0) contains the package ``tinkerpy`` which provides:
        
              *   funtionality related to Python 2 versus 3
              *   special dictionary and list implementations
              *   a function to flatten data structures composed of iterables
              *   some useful decorators
              *   SAX handlers
              
Keywords: tool decorator dict mapping Unicode
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
