OpenGD77 + RepeaterBook
- https://github.com/afourney/hamkit/tree/main/packages/repeaterbook
- https://github.com/desertblade/OpenGD77-Repeaterbook
- https://github.com/TomHW/OpenGD77
ogdrb is available on PyPI:
# With uv
uv add ogdrb
# With pip
pip install ogdrb
# With Poetry
poetry add ogdrbYou can also install the latest version of the code directly from GitHub:
# With uv
uv add git+https://github.com/MicaelJarniac/ogdrb
# With pip
pip install git+git://github.com/MicaelJarniac/ogdrb
# With Poetry
poetry add git+git://github.com/MicaelJarniac/ogdrbFor more examples, see the full documentation.
from ogdrb import ogdrbPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
More details can be found in CONTRIBUTING.
This project was created with the MicaelJarniac/crustypy template.