Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename arg LOVE to ns | jimman2003 | 2021-10-06 | 1 | -2/+2 |
| | |||||
* | removed RDFa since format no longer supported | Nicholas Car | 2021-04-25 | 1 | -2/+2 |
| | |||||
* | 2to3 whole sourcebase | t0b3 | 2020-06-22 | 1 | -2/+0 |
| | | | | Signed-off-by: t0b3 <thomas.bettler@gmail.com> | ||||
* | changes for flake8 | Nicholas Car | 2020-05-17 | 1 | -1/+0 |
| | |||||
* | blacked all python files | Nicholas Car | 2020-05-16 | 1 | -52/+75 |
| | |||||
* | removal of all uses of package six | Nicholas Car | 2020-05-16 | 1 | -4/+2 |
| | |||||
* | a slightly opinionated autopep8 run | Gunnar Aastrand Grimnes | 2018-10-30 | 1 | -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 py3compat | Gunnar Aastrand Grimnes | 2017-01-30 | 1 | -1/+1 |
| | | | | now six is used throughout. | ||||
* | trivial py3 conversion of tools | Gunnar Aastrand Grimnes | 2017-01-30 | 1 | -0/+2 |
| | |||||
* | rdfpipe: open stdout in buffer mode in Python3 format | Dan Scott | 2014-04-02 | 1 | -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 kw | Niklas Lindström | 2013-10-22 | 1 | -3/+5 |
| | |||||
* | Do not add extra namespace bindings in rdfpipe (clutters output unnecessarily) | Niklas Lindström | 2013-07-19 | 1 | -12/+1 |
| | |||||
* | Use ConjunctiveGraph in rdfpipe to support parsing and serialization of datasets | Niklas Lindström | 2013-07-19 | 1 | -9/+12 |
| | |||||
* | cleanup - move stuff from rdfextras to sensible packages - entry_points for ↵ | Gunnar Aastrand Grimnes | 2013-05-03 | 1 | -0/+187 |
console scripts |