Metadata-Version: 1.0
Name: Products.ZSPARQLMethod
Version: 0.4
Summary: Zope product for making SPARQL queries, simiar to ZSQLMethod
Home-page: UNKNOWN
Author: Eau de Web
Author-email: office@eaudeweb.ro
License: Mozilla Public License 1.1
Description: **********************
        Products.ZSPARQLMethod
        **********************
        
        Zope2 utility for querying a SPARQL endpoint. See documentation:
        http://www.eionet.europa.eu/software/Products.ZSPARQLMethod/
        
        
        Changelog
        =========
        
        0.4 (2011-10-24)
        ----------------
        
        * Look for `ZSPARQLMETHOD_DEFAULT_ENDPOINT` when creating a method [moregale]
        * Remove the `map_and_execute` method because `__call__` is enough [moregale]
        * `__call__` returns a `MethodResult` object [moregale #4516]
        
        0.3 (2011-05-31)
        ----------------
        
        * First version on PyPI [moregale]
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Zope2
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Mozilla Public License 1.1 (MPL 1.1)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
