Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tatiana/SPARQLWrapper
SPARQLWrapper fork. Original source code available at: https://sourceforge.net/projects/sparql-wrapper/
https://github.com/tatiana/SPARQLWrapper
Last synced: 13 days ago
JSON representation
SPARQLWrapper fork. Original source code available at: https://sourceforge.net/projects/sparql-wrapper/
- Host: GitHub
- URL: https://github.com/tatiana/SPARQLWrapper
- Owner: tatiana
- Created: 2013-08-07T18:50:40.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-04T01:36:57.000Z (over 10 years ago)
- Last Synced: 2024-08-01T22:57:18.296Z (3 months ago)
- Language: Python
- Size: 195 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SPARQLWrapper
=============SPARQLWrapper fork. Original source code available at: https://sourceforge.net/projects/sparql-wrapper/
It has two differences when compared to the upstream source:
- Support to digest authentication
- Fixes related to Python 3This project initial commit is a copy of r177 (~ release 1.5.3) and was cloned (checked out) from the official SVN repository, using:
$ svn checkout svn://svn.code.sf.net/p/sparql-wrapper/code/trunkls sparql-wrapper-code
Running test suite
------------------$ make tests
Note that 3 tests fail from the original repository, as described on:
- http://pastebin.com/LRnnLuU4
- http://pastebin.com/CYZaKyJeWill check this soon.