summaryrefslogtreecommitdiff
path: root/rdflib/plugins/shared
Commit message (Expand)AuthorAgeFilesLines
* refactor: eliminate inheritance from object (#2339)Iwan Aucamp2023-04-101-1/+1
* fix: Add `to_dict` method to the JSON-LD `Context` class. (#2310)Iwan Aucamp2023-03-251-2/+35
* fix: JSON-LD context construction from a `dict` (#2306)Iwan Aucamp2023-03-241-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-052-69/+138
* fix: don't modify base when processing context inputsHarold Solbrig2022-12-241-2/+3
* [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2022-04-152-13/+10
* [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2022-03-161-1/+6
* Merge remote-tracking branch 'upstream/master' into jsonld_connegIwan Aucamp2022-03-161-1/+1
|\
| * Remove redundant type ignores and fix typing errorsIwan Aucamp2022-03-151-1/+1
* | deduplicate importNicholas Car2022-01-041-3/+1
* | Merge branch 'master' into jsonld_connegNicholas Car2022-01-032-19/+47
|\ \ | |/
| * Merge pull request #1634 from aucampia/iwana-20211028T2358-jsonld_typesNicholas Car2022-01-021-18/+46
| |\
| | * Add some type annotations to the JSON-LD codeIwan Aucamp2021-12-291-18/+46
| * | Black rdflib except for rdflib/namespace/_GEO.pyIwan Aucamp2022-01-021-1/+1
| |/
* | Merge remote-tracking branch 'origin/master' into jsonld_connegIwan Aucamp2021-12-281-3/+13
|\ \ | |/
| * style fixes onlynicholascar2021-12-162-1/+2
| * more Flak8 improvementsnicholascar2021-12-112-1/+6
| * per pro G Klyne, cleanup and additional testGraham Higgins2021-12-061-4/+2
| * fix for issue 1484 raised and solved by Graham Klyne:Graham Higgins2021-12-031-3/+12
* | Merge branch 'master' into jsonld_connegNicholas Car2021-12-011-4/+7
|\ \ | |/
| * Merge pull request #1463 from joshmoore/python-graphNicholas Car2021-12-011-1/+5
| |\
| | * Merge remote-tracking branch 'origin/master' into python-graphjmoore2021-11-261-0/+2
| | |\
| | * | Remove debugging printjmoore2021-11-161-4/+1
| | * | RFC: Add PythonInputSource to create py-based graphsjmoore2021-11-151-2/+9
| * | | Make the test pass on windowsIwan Aucamp2021-11-241-2/+2
| | |/ | |/|
* | | Merge branch 'master' into jsonld_connegNicholas Car2021-11-211-0/+2
|\ \ \ | |/ /
| * | Fix JSON-LD data import adds trailing slashes to IRIs (#1443)Martin van der Werff2021-10-281-0/+2
| |/
* | Allow URLInputSource to get content-negotiation links from the Link headers o...Ashley Sommer2021-10-123-9/+21
|/
* Fix mypy type errors and add mypy to .drone.ymlIwan Aucamp2021-09-102-5/+9
* Add __init__ for shared jsonld moduleNatanael Arndt2021-07-171-0/+0
* Add unit tests for issue #1294 with @expectedFailureIwan Aucamp2021-07-131-5/+5
* re-blacked JSON-LD codeAshley Sommer2021-07-081-2/+3
* integrate jsonld code into rdflib coreAshley Sommer2021-07-075-0/+661