summaryrefslogtreecommitdiff
path: root/rdflib/tools
Commit message (Expand)AuthorAgeFilesLines
* fix: eliminate bare `except:` (#2350)Iwan Aucamp2023-04-123-4/+4
* refactor: eliminate inheritance from object (#2339)Iwan Aucamp2023-04-101-2/+2
* fix: reference to global inside `get_target_namespace_elements` (#2311)Iwan Aucamp2023-03-251-1/+1
* fix: correctly handle resources with multiple comments in defined_namespace_c...Han Kruiger2023-03-141-1/+2
* feat: diverse type hints (#2264)Iwan Aucamp2023-03-122-10/+27
* build(deps-dev): bump black from 22.12.0 to 23.1.0 (#2248)dependabot[bot]2023-03-113-5/+0
* add chunk serializer & tests (#1968)Nicholas Car2022-08-121-0/+132
* [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2022-04-155-23/+18
* Add isort (#1689)eggplants2022-02-211-4/+2
* Black rdflib except for rdflib/namespace/_GEO.pyIwan Aucamp2022-01-021-5/+5
* Update rdflib/tools/rdfs2dot.pyNicholas Car2021-12-171-1/+1
* style fixes onlynicholascar2021-12-162-27/+25
* Merge pull request #1489 from RDFLib/hextuplesNicholas Car2021-12-091-5/+3
|\
| * Flak8 improvementsnicholascar2021-12-071-5/+3
* | addressed @aucampia's 2 commentsnicholascar2021-12-071-47/+51
* | add script to generated DefinedNamespaces, with testssdo-httpsnicholascar2021-12-011-0/+182
|/
* Fix typos discovered by codespellChristian Clauss2021-10-141-1/+1
* rename arg LOVE to nsjimman20032021-10-061-2/+2
* blacked everything6.0.0Nicholas Car2021-07-201-1/+4
* Merge branch 'master' into hsolbrig/masterEdmond Chuc2021-07-085-43/+34
|\
| * minor docco updatesNicholas Car2021-06-181-1/+3
| * removed RDFa since format no longer supportedNicholas Car2021-04-251-2/+2
| * fix: fixes #1208Blake Regalia2020-12-031-1/+1
| * replace cgi by html, fixes issue #1110angus2020-08-271-2/+2
| * Merge pull request #1149 from ashleysommer/t0b3_githubNicholas Car2020-08-275-35/+25
| |\
| | * re-run blackAshley Sommer2020-08-271-1/+1
| | * fix escaping (deprecated since py 3.6)t0b32020-06-221-1/+1
| | * 2to3 whole sourcebaset0b32020-06-225-35/+25
| * | simplify yieldDonny Winston2020-08-051-1/+1
| * | make csv2rdf work in py3; add testDonny Winston2020-06-121-4/+3
| |/
* | Change to absolute imports to attempt to fix a Travis issuehsolbrig2020-05-261-1/+1
|/
* changes for flake8Nicholas Car2020-05-173-19/+18
* blacked all python filesNicholas Car2020-05-165-171/+307
* removal of all uses of package sixNicholas Car2020-05-162-10/+5
* a slightly opinionated autopep8 runGunnar Aastrand Grimnes2018-10-305-7/+17
* bool support for csv2rdfGunnar Aastrand Grimnes2017-04-111-1/+16
* fixed tiny bug with literal columns in csv2rdfGunnar Aastrand Grimnes2017-04-111-1/+1
* default column conversions for csv2rdfGunnar Aastrand Grimnes2017-02-021-5/+16
* converted csv2rdf to sixGunnar Aastrand Grimnes2017-01-301-1/+4
* removed most of the six import from py3compatGunnar Aastrand Grimnes2017-01-301-1/+1
* converted csv2rdfGunnar Aastrand Grimnes2017-01-301-12/+13
* trivial py3 conversion of toolsGunnar Aastrand Grimnes2017-01-304-2/+10
* removed compat code for supporting legacy python versionsGunnar Aastrand Grimnes2017-01-271-26/+1
* fixed a handful of stupid bugs in the csv2rdf toolGunnar Aastrand Grimnes2015-10-271-6/+9
* rdfpipe: open stdout in buffer mode in Python3 formatDan Scott2014-04-021-0/+4
* Allow colon in rdfpipe format kwargs and base as kwNiklas Lindström2013-10-221-3/+5
* minor rdf2dot whitespace fixGunnar Aastrand Grimnes2013-07-291-1/+1
* Do not add extra namespace bindings in rdfpipe (clutters output unnecessarily)Niklas Lindström2013-07-191-12/+1
* Use ConjunctiveGraph in rdfpipe to support parsing and serialization of datasetsNiklas Lindström2013-07-191-9/+12
* doc updatesgromgull2013-05-165-2/+38