Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix: validation issues with examples (#2269) | Iwan Aucamp | 2023-03-13 | 1 | -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 berkeleydb | Nicholas Car | 2021-06-28 | 1 | -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 raises | Iwan Aucamp | 2021-05-30 | 1 | -4/+4 |
| | | |||||
* | | removed simple_example as it didn't do anything interesting | Nicholas Car | 2021-04-25 | 1 | -59/+0 |
|/ | |||||
* | touched up all examples | Nicholas Car | 2020-03-27 | 1 | -6/+13 |
| | |||||
* | a slightly opinionated autopep8 run | Gunnar Aastrand Grimnes | 2018-10-30 | 1 | -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 examples | Gunnar Aastrand Grimnes | 2017-01-30 | 1 | -15/+14 |
| | |||||
* | and even more doc updates | Gunnar Aastrand Grimnes | 2013-05-07 | 1 | -43/+38 |
| | |||||
* | examples updates, some slice fixes | Gunnar Aastrand Grimnes | 2013-05-02 | 1 | -11/+9 |
| | |||||
* | cleaned up examples | Gunnar Aastrand Grimnes | 2013-03-09 | 1 | -15/+18 |
| | |||||
* | Migrated standalone examples out of docs into separate, executable example files | Graham Higgins | 2012-01-13 | 1 | -0/+57 |