Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [pre-commit.ci] auto fixes from pre-commit.com hooks | pre-commit-ci[bot] | 2022-04-15 | 1 | -1/+2 |
| | | | | for more information, see https://pre-commit.ci | ||||
* | Run flake8 | jmoore | 2021-11-23 | 1 | -1/+1 |
| | |||||
* | Run black | jmoore | 2021-11-23 | 1 | -4/+2 |
| | |||||
* | Add equivalency test using isomorphic | jmoore | 2021-11-23 | 1 | -6/+9 |
| | |||||
* | Remove use of pytest | jmoore | 2021-11-15 | 1 | -1/+0 |
| | |||||
* | RFC: Add PythonInputSource to create py-based graphs | jmoore | 2021-11-15 | 1 | -0/+76 |
In order to manipulate a JSON-LD structure before creating a graph (specifically to simplify rdf:Seq handling), it is currently necessary to use `json.loads` followed by `dumps` and then let `Graph().parse()` re-load. By detecting `dict` instances and creating a `PythonInputSource`, a single call to `loads` suffices. |