Metadata-Version: 1.1
Name: TinkerPy
Version: 0.2.3
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) contains the package `tinkerpy` which provides:
        
              *   funtionality related to Python 2 versus 3
              *   special mapping implementations
              *   some useful decorators
              *   SAX handlers
              *   other functionality like a class handling integers represented as
                  strings (StrIntegers) special list implementation (AllowingList), the
                  flatten() function to flatten data structures composed of iterables
                  and a function to create anonymous classes (anonymous_class())
              *   a Finite State Machine implementation
              
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
