summaryrefslogtreecommitdiff
path: root/rdflib/tools/rdfpipe.py
Commit message (Collapse)AuthorAgeFilesLines
* rename arg LOVE to nsjimman20032021-10-061-2/+2
|
* removed RDFa since format no longer supportedNicholas Car2021-04-251-2/+2
|
* 2to3 whole sourcebaset0b32020-06-221-2/+0
| | | | Signed-off-by: t0b3 <thomas.bettler@gmail.com>
* changes for flake8Nicholas Car2020-05-171-1/+0
|
* blacked all python filesNicholas Car2020-05-161-52/+75
|
* removal of all uses of package sixNicholas Car2020-05-161-4/+2
|
* a slightly opinionated autopep8 runGunnar Aastrand Grimnes2018-10-301-3/+4
| | | | | | | | opinions is mainly: no to long lines, but not at any cost. notation3.py crashses autopep :D Also rdflib/__init__.py gets completely broken
* removed most of the six import from py3compatGunnar Aastrand Grimnes2017-01-301-1/+1
| | | | now six is used throughout.
* trivial py3 conversion of toolsGunnar Aastrand Grimnes2017-01-301-0/+2
|
* rdfpipe: open stdout in buffer mode in Python3 formatDan Scott2014-04-021-0/+4
| | | | | | | | Due to sys.stdout being string mode in Python 3 and all of the serializing happening in bytes mode, we need to open sys.stdout.buffer instead to avoid the exception "TypeError: must be str, not bytes". Closes #375. Signed-off-by: Dan Scott <dan@coffeecode.net>
* Allow colon in rdfpipe format kwargs and base as kwNiklas Lindström2013-10-221-3/+5
|
* 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
|
* cleanup - move stuff from rdfextras to sensible packages - entry_points for ↵Gunnar Aastrand Grimnes2013-05-031-0/+187
console scripts