Metadata-Version: 1.0
Name: TinkerPy
Version: 0.1.0
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 project contains the package ``tinkerpy`` which provides:
        
              *   special dictionary implementations
              *   a function to flatten data structures composed of iterables
              *   some useful decorators
              *   a function to create an UTF-16 string from an Unicode codepoint
              
Keywords: tool decorator dict mapping Unicode
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
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: Topic :: Software Development :: Libraries :: Python Modules
