hydra-py icon indicating copy to clipboard operation
hydra-py copied to clipboard

Hydra implementation of Python

Results 2 hydra-py issues
Sort by recently updated
recently updated
newest added

This allows things like: ```python import hydra.tpf from rdflib import * g=Graph('TPFStore'); g.open('https://query.wikidata.org/bigdata/ldf') list(g.query('SELECT * WHERE { wd:Q42 wdt:P31 ?x. }')) ```

Please consider adding support for Python3 to hydra-py. It seems not to be many changes; the branch at https://github.com/andrejsab/hydra-py/ lists the first steps. (I had to drop the httplib2 workaround...