1
0
Utility for working with scheme+ld and other data-graph and semantic web formats.
Go to file
2025-05-27 00:30:20 +02:00
.gitea/workflows 🤖 Repository layout updated to latest version 2025-05-27 00:30:20 +02:00
datagraph 🤖 Bumped version to 0.1.31 2025-05-26 18:44:46 +02:00
test Code quality 2024-11-28 22:31:58 +01:00
.gitignore 🤖 Repository layout updated to latest Python version 2024-06-13 22:01:55 +02:00
CONVENTIONS.md 🤖 Repository layout updated to latest version 2025-05-27 00:30:20 +02:00
LICENSE 🤖 Repository layout updated to latest version 2025-05-27 00:30:20 +02:00
README.md 🤖 Repository layout updated to latest version 2025-05-27 00:30:20 +02:00
requirements_test.txt Fixed requirements file 2024-06-08 18:46:28 +02:00
requirements.txt Updated workflows to v6.21 2024-05-27 21:02:59 +02:00
ruff.toml 🤖 Repository layout updated to latest version 2024-10-31 22:38:54 +01:00
setup.py 🤖 Repository layout updated to latest version 2025-05-27 00:30:20 +02:00

Datagraph Library

Test program/library

Utility for working with scheme+ld and other data-graph and semantic web formats.

Dependencies

This project requires Python 3.8 or newer.

All required libraries can be installed easily using:

pip install -r requirements.txt

Full list of requirements:

Contributing

Feel free to submit pull requests. Please follow the Code Conventions when doing so.

Testing

Testing requires the pytest library.

Run tests with the following command:

pytest test

Test coverage can be run using the pytest-cov extension:

pytest --cov=datagraph test

License

Copyright (c) 2022-2025 Jon Michael Aanes

All rights reserved.