summaryrefslogtreecommitdiff
path: root/rdflib/plugin.py
Commit message (Expand)AuthorAgeFilesLines
* feat: add type hints to `rdflib.query` and related (#2097)Iwan Aucamp2022-08-241-1/+1
* fix: Don't register berkelydb as a store if it is not available on the system...Clay G2022-08-231-6/+11
* Toplevel n80x (#2046)Graham Higgins2022-07-281-2/+2
* docs: fix sphinx nitpicky issues (#2036)Iwan Aucamp2022-07-181-1/+10
* [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2022-04-151-13/+14
* Unify plugin loadingIwan Aucamp2022-01-301-8/+7
* first version of parsernicholascar2021-12-061-0/+6
* basic hextuples serializernicholascar2021-12-031-0/+6
* rename turtle2 longturtle; update parser & plubing docconicholascar2021-12-031-6/+6
* tidy plugin.py file formattingnicholascar2021-12-031-52/+283
* Add type hintsIwan Aucamp2021-10-241-16/+46
* Merge pull request #1445 from Panaetius/masterNicholas Car2021-10-181-8/+15
|\
| * Use version conditional imports to accomodate mypyIwan Aucamp2021-10-171-4/+5
| * replace pkg_resources with importlib.metadataRalf Grubenmann2021-10-141-6/+12
* | complete turtle2 serializer with testsNicholas Car2021-10-021-0/+1
|/
* fix: use correct name for json-ldStig B. Dørmænen2021-08-091-1/+1
* blacked everything6.0.0Nicholas Car2021-07-201-1/+4
* integrate jsonld code into rdflib coreAshley Sommer2021-07-071-0/+7
* Merge branch 'master' of https://github.com/RDFLib/rdflib into berkeleydbNicholas Car2021-06-281-2/+6
|\
| * Add mypy to CI pipelines and fix errors it raisesIwan Aucamp2021-05-301-2/+6
* | Sleepycat -> BerkeleyDBname change; incomplete code updateNicholas Car2021-05-081-1/+1
|/
* Reorder plugins and add commentsNatanael Arndt2021-01-281-19/+20
* Fix #1236. Add TriG mimetype for registering Parsers and Serializers.Natanael Arndt2021-01-281-0/+4
* Merge remote-tracking branch 'origin/master' into t0b3_masterAshley Sommer2020-08-271-8/+9
|\
| * Merge pull request #1133 from ashleysommer/in_memory_storeNicholas Car2020-08-271-3/+4
| |\
| | * Removed IOMemory storeAshley Sommer2020-08-191-5/+4
| | * New full-featured In-Memory-Store taking advantage of Python3 dict performanceAshley Sommer2020-07-191-1/+3
| * | Merged two Ntriples parser filesAshley Sommer2020-08-191-5/+5
| |/
* | 2to3 whole sourcebaset0b32020-06-221-3/+0
|/
* blacked all python filesNicholas Car2020-05-161-209/+191
* Register additional serializer plugins for SPARQL mime types.Darren Garvey2020-03-281-0/+9
* make SPARQLconnector work with DBpediaJoern Hees2019-10-301-0/+3
* a slightly opinionated autopep8 runGunnar Aastrand Grimnes2018-10-301-1/+1
* Merge pull request #828 from gromgull/remove_rdfaGunnar Aastrand Grimnes2018-10-271-39/+0
|\
| * remove rdfa and microdata parsers from core RDFLibGunnar Aastrand Grimnes2018-10-271-39/+0
* | also register sparql result parsers by content-typeGunnar Aastrand Grimnes2018-05-151-0/+20
|/
* six: plugin.py: headers, handling of iteritemsJoern Hees2017-01-301-1/+4
* quote cleanup OCDJoern Hees2017-01-251-2/+2
* serializer/parser alias for 'ntriples'Joern Hees2017-01-251-0/+6
* serializer/parser alias for 'ttl'Joern Hees2017-01-251-0/+6
* add a NTSerializer sub-class for nt11 (#700)Gunnar Aastrand Grimnes2017-01-241-0/+7
* Added a TriG parserGunnar Aastrand Grimnes2013-07-291-0/+3
* made query res pprinter into a serializerGunnar Aastrand Grimnes2013-05-091-0/+3
* mimetype for trix, dont double-test parsers/serializers registered twice - re...gromgull2013-05-081-0/+6
* Merge pull request #277 from uholzer/register_with_mimetypeGunnar Aastrand Grimnes2013-05-081-0/+27
|\
| * Register parsers and serializers with mime-typeUrs Holzer2013-05-071-0/+27
* | py3 test fix - again. rdflib.paths doc updategromgull2013-05-081-2/+1
|/
* added plugin infrastructure for sparql-update plugins and a graph.update methodGunnar Aastrand Grimnes2013-05-021-2/+9
* removed last traces of sqliteGunnar Aastrand Grimnes2013-05-011-3/+0
* Add some storage conveniencesGraham Higgins2013-03-211-0/+46