summaryrefslogtreecommitdiff
path: root/rdflib/tools/csv2rdf.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix typos discovered by codespellChristian Clauss2021-10-141-1/+1
|
* Merge branch 'master' into hsolbrig/masterEdmond Chuc2021-07-081-7/+6
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # rdflib/__init__.py # rdflib/compat.py # rdflib/namespace/__init__.py # rdflib/plugins/parsers/rdfxml.py # rdflib/plugins/serializers/rdfxml.py # rdflib/tools/csv2rdf.py # test/test_dawg.py # test/test_namespace.py # test/test_nt_misc.py # test/test_rdfxml.py # test/test_seq.py # test/test_trig.py # test/testutils.py
| * minor docco updatesNicholas Car2021-06-181-1/+3
| |
| * Merge pull request #1149 from ashleysommer/t0b3_githubNicholas Car2020-08-271-3/+1
| |\ | | | | | | Remove all remnants of Python2 compatibility
| | * fix escaping (deprecated since py 3.6)t0b32020-06-221-1/+1
| | | | | | | | | | | | Signed-off-by: t0b3 <thomas.bettler@gmail.com>
| | * 2to3 whole sourcebaset0b32020-06-221-3/+1
| | | | | | | | | | | | Signed-off-by: t0b3 <thomas.bettler@gmail.com>
| * | 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
|/ | | | Fix a few odd's and ends warnings as well
* changes for flake8Nicholas Car2020-05-171-11/+11
|
* blacked all python filesNicholas Car2020-05-161-48/+62
|
* removal of all uses of package sixNicholas Car2020-05-161-6/+3
|
* a slightly opinionated autopep8 runGunnar Aastrand Grimnes2018-10-301-3/+7
| | | | | | | | opinions is mainly: no to long lines, but not at any cost. notation3.py crashses autopep :D Also rdflib/__init__.py gets completely broken
* 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
|
* converted csv2rdfGunnar Aastrand Grimnes2017-01-301-12/+13
|
* fixed a handful of stupid bugs in the csv2rdf toolGunnar Aastrand Grimnes2015-10-271-6/+9
|
* doc updatesgromgull2013-05-161-0/+10
|
* cleanup - move stuff from rdfextras to sensible packages - entry_points for ↵Gunnar Aastrand Grimnes2013-05-031-0/+498
console scripts