.dockerignore
.editorconfig
.flake8
.gitignore
.gitlab-ci.yml
LICENSE
MANIFEST.in
Makefile
README.rst
pyproject.toml
.github/scripts/docs.sh
.github/scripts/package-build.sh
.github/workflows/deploy-pages.yml
.github/workflows/ouisparql-package.yml
docker/.gitignore
docker/Makefile
docker/README.md
docker/docker-compose.yml
docker/dockerfile.python-dbs
docker/dockerfile.python-mysql
docker/dockerfile.python-postgres
docs/source/conf.py
docs/source/contributing.rst
docs/source/defining-sparql-queries.rst
docs/source/endpoint-driver-adapters.rst
docs/source/getting-started.rst
docs/source/index.rst
docs/source/todo.rst
docs/source/versions.rst
example/example.py
example/sparql/queries.rq
example/species/sparql/queries.rq
ouisparql/__init__.py
ouisparql/ouisparql.py
ouisparql/py.typed
ouisparql/queries.py
ouisparql/query_loader.py
ouisparql/types.py
ouisparql/utils.py
ouisparql.egg-info/PKG-INFO
ouisparql.egg-info/SOURCES.txt
ouisparql.egg-info/dependency_links.txt
ouisparql.egg-info/requires.txt
ouisparql.egg-info/top_level.txt
ouisparql/adapters/__init__.py
ouisparql/adapters/generic.py
ouisparql/adapters/pyformat.py
ouisparql/adapters/sparqlwrapper.py
tests/Makefile
tests/conf_sparql_wrapper.py
tests/conftest.py
tests/pytest.ini
tests/test_sparql.py
tests/utils.py
tests/sparql/queries.rq