refactor: update the repo to support the 1.0 specification #41
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Many thanks for submitting your Pull Request ❤️!
What this PR does / why we need it:
This PR addresses #26 . This repo has not been updated in quite some time, and the python SDK is not terribly useful at the moment because it is still pointing to 0.8. This PR updates the SDK to the 1.0 spec, and also updates the repo to use more modern python tooling and standards, like
pyproject.tomlanduv.This PR makes the following changes:
uvandpyproject.tomlruffandmypylinterpygraphvizwithpydotto remove a C++ compilation dependencyspecificationrepo as a git submodule-- add unit tests to validate parsing all examples
-- add unit tests to create all examples in python, and serialize correctly to the yaml examples
-- add unit tests to validate creating dot files for all examples
.pre-commit-hook.yamlfileSpecial notes for reviewers:
Apologies in advance for such a large PR! Given the nature of the move from 0.8 and 1.0, it was hard to rework the repo without reworking the entire codebase. I also acknowledge making some opinionated changes, so I welcome feedback if there are things that should be changed or addressed to more closely align to project goals.
Additional information (if needed):