Metadata-Version: 1.0
Name: GraphPath
Version: 0.7
Summary: A little-language for analysing graph-structured data, especially RDF.
Home-page: http://www.langdale.com.au/GraphPath/
Author: Arnold deVos
Author-email: adv@langdale.com.au
License: GNU General Public License (GPL)
Description: "A little-language for analysing RDF,
        the syntax of the GraphPath is reminiscent of Xpath.
        The graphpath package provides a query evaluator
        and a goal-driven inference engine for this language,
        which work together to perform graph analysis. The package
        can be teamed up with your favourite python RDF API
        (e.g. Redland, rdflib, or your own API).
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Internet :: RDF
