summaryrefslogtreecommitdiff
path: root/examples/sparql_query_example.py
Commit message (Collapse)AuthorAgeFilesLines
* fix: validation issues with examples (#2269)Iwan Aucamp2023-03-131-1/+11
| | | | | | | | | I want to add examples for securing RDFLib network access using `sys.addaudithook` and `urllib.request.install_opener`, but I want to also validate the examples in our CI pipeline, so we can demonstrate they work to our users. This change adds validation for all examples, and the addition of the security examples in a seperate PR will then also get validated.
* docs: fix sphinx nitpicky issues (#2036)Iwan Aucamp2022-07-181-1/+1
| | | | | | | | | | | | | Enable nitpicky mode for Sphinx and fix all warnings and errors that occur when running with nitpicky enabled. Other changes: - Add a tox environment for building docs (-docs). This is so we can test building docs on various versions of python as there seems to be some differences in warnings between different versions. This tox environment is enabled for linux CI builds. - Change readthedocs to use python 3.9 as earlier versions do not handle `@typing.overload` with type aliases. - Fixes https://github.com/RDFLib/rdflib/issues/1878
* re-do, including changes from aucampia's PRGraham Higgins2021-12-151-1/+1
|
* ensure all examples workNicholas Car2021-06-181-2/+2
|
* touched up all examplesNicholas Car2020-03-271-8/+4
|
* a slightly opinionated autopep8 runGunnar Aastrand Grimnes2018-10-301-1/+1
| | | | | | | | opinions is mainly: no to long lines, but not at any cost. notation3.py crashses autopep :D Also rdflib/__init__.py gets completely broken
* converted examplesGunnar Aastrand Grimnes2017-01-301-6/+2
|
* and even more doc updatesGunnar Aastrand Grimnes2013-05-071-18/+20
|
* cleanup - move stuff from rdfextras to sensible packages - entry_points for ↵Gunnar Aastrand Grimnes2013-05-031-1/+6
| | | | console scripts
* example cleanup - copy examples from rdflib-sparqlGunnar Aastrand Grimnes2013-04-251-27/+23
|
* cleaned up examplesGunnar Aastrand Grimnes2013-03-091-3/+3
|
* fixed exampleGunnar Aastrand Grimnes2012-07-211-9/+8
|
* Migrated standalone examples out of docs into separate, executable example filesGraham Higgins2012-01-131-0/+32