summaryrefslogtreecommitdiff
path: root/rdflib/plugins/parsers/jsonld.py
Commit message (Expand)AuthorAgeFilesLines
* refactor: eliminate inheritance from object (#2339)Iwan Aucamp2023-04-101-1/+1
* build(deps-dev): bump black from 22.12.0 to 23.1.0 (#2248)dependabot[bot]2023-03-111-1/+0
* feat: add parser type hints (#2232)Iwan Aucamp2023-03-051-40/+97
* [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2022-04-151-12/+12
* Merge branch 'master' into jsonld_connegNatanael Arndt2022-03-161-11/+0
|\
| * Don't update `SUFFIX_FORMAT_MAP` in `plugins/parsers/jsonld.py`Iwan Aucamp2022-01-081-11/+0
* | Merge branch 'master' into jsonld_connegNicholas Car2022-01-031-1/+2
|\ \ | |/
| * Add some type annotations to the JSON-LD codeIwan Aucamp2021-12-291-1/+2
* | Merge remote-tracking branch 'origin/master' into jsonld_connegIwan Aucamp2021-12-281-1/+1
|\ \ | |/
| * Flak8 improvementsnicholascar2021-12-071-1/+1
* | Allow URLInputSource to get content-negotiation links from the Link headers o...Ashley Sommer2021-10-121-2/+4
|/
* Fix mypy type errors and add mypy to .drone.ymlIwan Aucamp2021-09-101-3/+4
* remove bad doctest declarations that are no longer required, were causing sub...Ashley Sommer2021-07-091-3/+0
* re-blacked JSON-LD codeAshley Sommer2021-07-081-1/+6
* integrate jsonld code into rdflib coreAshley Sommer2021-07-071-0/+544