summaryrefslogtreecommitdiff
path: root/rdflib/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* tools package markerGunnar Aastrand Grimnes2013-05-051-0/+0
* cleanup - move stuff from rdfextras to sensible packages - entry_points for c...Gunnar Aastrand Grimnes2013-05-035-0/+1033