various GitHub related utilities
This respository contains multiple tools, each tool is documented individually.
It is recommended to use pipx to install this package. Installation instructions for pipx can be found at https://pipx.pypa.io/stable/installation/
This package is in development and has not been released on PyPI! It must be installed from TestPyPI.
# install from TestPyPI
pipx install --index-url=https://test.pypi.org/simple/ feeph.github_utils
The utilities in this repository require a Personal Access Token in order
to be allowed to talk to the GitHub API. The easiest way to acquire this
token is to install the GitHub Command Line utilities
and use gh auth login
.
Please submit bugs and request features on the issue tracker.
Contributions are always welcome.
Please refer to the Contribution guide.