Metadata-Version: 1.1
Name: Products.ZSPARQLMethod
Version: 1.4
Summary: Zope product for making SPARQL queries, simiar to ZSQLMethod
Home-page: https://github.com/eea/Products.ZSPARQLMethod
Author: European Environment Agency: IDM2 A-Team
Author-email: eea-edw-a-team-alerts@googlegroups.com
License: GPL
Description: ======================
        Products.ZSPARQLMethod
        ======================
        .. image:: http://ci.eionet.europa.eu/job/eea/job/Products.ZSPARQLMethod/job/master/badge/icon
          :target: http://ci.eionet.europa.eu/job/eea/job/Products.ZSPARQLMethod/job/master/display/redirect
        
        Zope2 utility for querying a SPARQL endpoint. See documentation:
        http://www.eionet.europa.eu/software/Products.ZSPARQLMethod/
        
        Changelog
        =========
        
        1.4 - (2017-12-12)
        ------------------
        * Change: Replace eeacms/zptlint with eeacms/plone-test:4 zptlint
          [avoinea refs #90415]
        
        1.3 - (2017-11-07)
        ------------------
        * Bug fix: Fix i18n
          [petchesi-iulian refs #88509]
        * Bug fix: Fix PyFlakes
          [petchesi-iulian refs #88509]
        * Bug fix: Fix failing tests
          [petchesi-iulian refs #88509]
        * Bug fix: Remove tests dependency on pycurl and fix dependency on
          wsgi_intercept
          [petchesi-iulian refs #88509]
        
        1.2 - (2017-07-18)
        ------------------
        * Change: Added sparql export method formats (xml, xmlschema, json) to be stored
          and retrieved from cache
          [zoltan_andras refs #86464]
        
        1.1 - (2017-04-24)
        ------------------
        * Change: updated package information
          [eduard-fironda]
        
        1.0 - (2014-10-01)
        ------------------
        * document_src protected with view permission
          [nituacor]
        
        0.9 - (2014-08-22)
        ----------------------
        * return processed document source
          [nituacor]
        
        0.9-dev - (2014-08-22)
        ----------------------
        * History tab added
          [nituacor]
        * Documentation updated: comments inside SPARQL queries are not supported
          [nituacor]
        
        0.8 - (2014-05-13)
        ------------------
        * Change: updated imported modules to get rid of DeprecationWarning
          [ghicaale refs #19289]
        
        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: EEA Add-ons Plone Zope
Platform: UNKNOWN
Classifier: Framework :: Zope2
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.0
Classifier: Framework :: Plone :: 4.1
Classifier: Framework :: Plone :: 4.2
Classifier: Framework :: Plone :: 4.3
Classifier: Programming Language :: Zope
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
