Metadata-Version: 1.1
Name: Products.ZSPARQLMethod
Version: 0.7
Summary: Zope product for making SPARQL queries, simiar to ZSQLMethod
Home-page: https://svn.eionet.europa.eu/repositories/Zope/trunk/Products.ZSPARQLMethod
Author: European Environment Agency
Author-email: webadmin@eea.europa.eu
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.7 - (2013-05-20)
        ------------------
        * Change: Updated to work with changed sparql-client
          [szabozo0 refs #14349]
        * Bug fix: Updated run_with_timeout to not use threading as timeout but pass the timeout value to the sparql-client
          [szabozo0 refs #14349]
        
        0.6 - (2012-11-22)
        ----------------------
        * Bug fix: Fixed tests for Products.ZSPARQLMethod
          [szabozo0 refs #5539]
        * Bug fix: on returned HTTPError from endpoint, display the proper error
          instead of SaxParserError. 
          Note: this doesn't work right now with the EEA Content Registry, it needs
          to work with a third party endpoint.
          [tiberich refs #5515]
        
        0.5 - (2012-08-03)
        ------------------
        * Made more changes to package metadata to comply to EEA release procedures.
          Added required url and cleaned up old version info logic.
          [demarant]
        * Added missing version.txt file required by Zope used by eea.eggmonkey.
          Made history.txt conforming to eea.eggmonkey required syntax.
          [demarant]
        * Bug fix: in r28259 Fixed the setup.py which referenced to deleted CHANGES.rst
          which broke the package installation.
          [demarant] 
        
        0.4.1 - (2012-01-05)
        --------------------
        * Fix package metadata
          [dumitval]
        
        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]
        
        
Keywords: sparql rdf linkeddata semanticweb zope python
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
