summaryrefslogtreecommitdiff
path: root/examples/simple_example.py
Commit message (Collapse)AuthorAgeFilesLines
* fix: validation issues with examples (#2269)Iwan Aucamp2023-03-131-5/+9
| | | | | | | | | 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.
* Merge branch 'master' of https://github.com/RDFLib/rdflib into berkeleydbNicholas Car2021-06-281-0/+59
|\ | | | | | | | | | | | | | | | | # Conflicts: # docs/intro_to_sparql.rst # examples/conjunctive_graphs.py # examples/simple_example.py # examples/sleepycat_example.py # tox.ini
| * Add mypy to CI pipelines and fix errors it raisesIwan Aucamp2021-05-301-4/+4
| |
* | removed simple_example as it didn't do anything interestingNicholas Car2021-04-251-59/+0
|/
* touched up all examplesNicholas Car2020-03-271-6/+13
|
* 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-15/+14
|
* and even more doc updatesGunnar Aastrand Grimnes2013-05-071-43/+38
|
* examples updates, some slice fixesGunnar Aastrand Grimnes2013-05-021-11/+9
|
* cleaned up examplesGunnar Aastrand Grimnes2013-03-091-15/+18
|
* Migrated standalone examples out of docs into separate, executable example filesGraham Higgins2012-01-131-0/+57