This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
To use this you'll need the following installed into your env | |
- https://pypi.org/project/codeowners/ | |
- https://pypi.org/project/tabulate/ | |
Another approach to installing everything would be to use uv's scripts-dependency functionality: | |
- https://docs.astral.sh/uv/guides/scripts/#declaring-script-dependencies | |
Then using `uvx url-to-gist` with https://docs.astral.sh/uv/guides/tools/#requesting-different-sources |
OlderNewer