Metadata-Version: 1.1
Name: PyTraPaL
Version: 0.1.0
Summary: A path language for traversal of Python data structures.
Home-page: http://github.com/IvIePhisto/PyTraPaL
Author: Michael Pohl
Author-email: pohl-michael@gmx.biz
License: MIT
Description: This project implements a path language to traverse structures of objects for
        Python 2 and 3. It is developed as part of the diploma thesis of Michael Pohl
        "Architektur und Implementierung des Objektmodells für ein Web Application
        Framework" (Rheinische Friedrich-Wilhelms Universität Bonn, 2013-2014).
        
Keywords: traversal path
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Software Development
