-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clean up repository & fix workflows #5
Conversation
Move files around, use imports from "tripper.*" and extend Python support to include 3.7 and 3.8.
First run through with in-place changes from pre-commit hooks
Split up tests into separate test functions for better environment isolation.
This should be considered temporary and should be fixed ASAP.
Added return types to `serialize()` method.
Temporarily do not publish package on PyPI.
Remove already implemented suggested future development. Co-authored-by: Jesper Friis <jesper-friis@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the style discussion starts to converge... the best would be if it is possible to find time for quickly agree on the best practices we want to follow.
This might not be "quickly" done, but we have indeed started a wiki document internally to outline these best practices. Please see our internal chat thread. |
These represent the parts of an RDF Triple: subject, predicate, object.
Fixes #1
Fixes #2
This PR is an initial "clean up" of the files under
tripper
as well as a code base update according to the pre-commit hooks.Furthermore, this ensures the CI workflows pass.
Fixes #8
The latest commits now enables releasing the package to PyPI under the name
tripperpy
, which should (hopefully) be updated totripper
once the issue pypi/support#2286 has been resolved.