Recent Releases of sparqlwrapper
sparqlwrapper - 2.0.0
- Ported codebase to Python 3. Dropped support for Python 2
- Removed nosetest in favour of unittest
- Added a CLI:
rqw - Updated for RDFLib >= 6.1.1
- Added type hints
Special thanks to @eggplants for making this release happen.
- Python
Published by aucampia almost 4 years ago
sparqlwrapper - 1.8.5
Tagging version 1.8.5 release of SPARQLWrapper.
- Python
Published by dayures about 6 years ago
sparqlwrapper - 1.8.4
Tagging version 1.8.4 release of SPARQLWrapper.
- Python
Published by dayures almost 7 years ago
sparqlwrapper - 1.8.3
Tagging version 1.8.3 release of SPARQLWrapper. Problably it is not working for Python3
- Python
Published by dayures almost 7 years ago
sparqlwrapper - 1.6.4
- Fixed unicode problems on setup (issue #42)
- Python
Published by wikier over 11 years ago
sparqlwrapper - 1.6.3
- Fixed unicode problems with urllib in Python 3 (issue #35)
- Restored SPARQLWrapper2 class (issue #36)
- Enhanced warning for missing rdflib-jsonld (issue #38)
- Fixed build system (issue #39)
- Python
Published by wikier over 11 years ago
sparqlwrapper - 1.6.0
- Returning raw response in case of unknown content type returned
- Fixed some issues with the last version of the SPARQL 1.1 Update Protocol
setQuery()doesn't implyresetQuery()anymore- Deprecated
addCustomParameter(),addParameter()andclearParameter()come to provide all required functionality SPARQLWrapper,QueryResult,Value,Bindings(and classes inherited from them) are new-style classes now- POST queries are accompanied by full set of parameters now
- Added rudimentary support for JSON-LD
- Added proper unit tests without dependencies of external endpoints
- Fixed Python 3 compatibility issues in
SmartWrappermodule
- Python
Published by wikier over 11 years ago
sparqlwrapper - 1.6.1
- Added missing query types (issue #17)
- Added a new method to the API to select the request method to be fully SPARQL 1.1 Protocol compliant (issue #28)
- Improved the test suite coverage, including support to run the tests under Python 3.x (issues #20, #24 and #31)
- Python
Published by wikier over 11 years ago
sparqlwrapper - 1.6.2
- Fixed query type detection with comments (issue #32)
- Python
Published by wikier over 11 years ago