> Release doc template by good-docs, see [here](https://gitlab.com/tgdp/templates) for their templates.
25th February 2025
The initial release of the `sudoblark_python_core` library! All available on [PyPI](https://pypi.org/project/sudoblark-python-core/) no less. _The readme is a bit borked on there, but my first time to PyPI meant I didn't know what the package name would be!_
There's quite a bit in this release, nearly 3000~ lines, which would be quite the bloat to document here.
However, there is a live source of documentation available [here](https://sudoblark.github.io/sudoblark.python.core/). It is recommended to read that to understand how to use the library, classes it exports, supported interfaces etc.
New features
* **GitHubClient**
GitHubClient interface allows you to:
- Retrieve organisations within GitHub
- Lookup a personal or organisation-scoped repository
- Lookup pull requests, or a singular pull request, on a given repository
- Lookup comments for a given pull request
- Post comments on a pull request
- Update, overwrite, and delete comments on a pull request
More information available in the live docs under:
- Known interfaces
- Useful Examples
What's Changed
* Bootstrap repo and setup GitHub interface by benjaminlukeclark in https://github.com/sudoblark/sudoblark.python.core/pull/4
* Add in release instructions by benjaminlukeclark in https://github.com/sudoblark/sudoblark.python.core/pull/5
New Contributors
* benjaminlukeclark made their first contribution in https://github.com/sudoblark/sudoblark.python.core/pull/4
**Full Changelog**: https://github.com/sudoblark/sudoblark.python.core/commits/1.0.0