.release-please-manifest.json
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MAINTAINERS.md
MANIFEST.in
README.md
RELEASING.md
SECURITY.md
SUPPORT.md
config.example.toml
destinations.example.txt
pyproject.toml
release-please-config.json
sources.example.txt
.github/PULL_REQUEST_TEMPLATE.md
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.yml
.github/workflows/ci.yml
.github/workflows/publish-pypi.yml
.github/workflows/publish-testpypi.yml
.github/workflows/release-please.yml
src/agmh.egg-info/PKG-INFO
src/agmh.egg-info/SOURCES.txt
src/agmh.egg-info/dependency_links.txt
src/agmh.egg-info/entry_points.txt
src/agmh.egg-info/requires.txt
src/agmh.egg-info/top_level.txt
src/anti_gh_ms_hysteria/__init__.py
src/anti_gh_ms_hysteria/__main__.py
src/anti_gh_ms_hysteria/cli.py
src/anti_gh_ms_hysteria/config.py
src/anti_gh_ms_hysteria/git_ops.py
src/anti_gh_ms_hysteria/http.py
src/anti_gh_ms_hysteria/models.py
src/anti_gh_ms_hysteria/notifications.py
src/anti_gh_ms_hysteria/py.typed
src/anti_gh_ms_hysteria/runner.py
src/anti_gh_ms_hysteria/state.py
src/anti_gh_ms_hysteria/tokens.py
src/anti_gh_ms_hysteria/ui.py
src/anti_gh_ms_hysteria/utils.py
src/anti_gh_ms_hysteria/destinations/__init__.py
src/anti_gh_ms_hysteria/destinations/base.py
src/anti_gh_ms_hysteria/destinations/bitbucket.py
src/anti_gh_ms_hysteria/destinations/forgejo.py
src/anti_gh_ms_hysteria/destinations/github.py
src/anti_gh_ms_hysteria/destinations/gitlab.py
src/anti_gh_ms_hysteria/destinations/sourcehut.py
src/anti_gh_ms_hysteria/sources/__init__.py
src/anti_gh_ms_hysteria/sources/base.py
src/anti_gh_ms_hysteria/sources/bitbucket.py
src/anti_gh_ms_hysteria/sources/forgejo.py
src/anti_gh_ms_hysteria/sources/github.py
src/anti_gh_ms_hysteria/sources/gitlab.py
src/anti_gh_ms_hysteria/sources/sourcehut.py
tests/test_config_and_utils.py