repokit
A small toolkit for scripts that operate over a GitHub account's repos:
fetch them via asyncgh, keep the
non-archived/non-fork (by default) ones matching an only/skip filter,
run an async CLI entrypoint with shared-client cleanup (run_cli), and fan
work out over the repos in bounded parallel via
reconcilekit (run_parallel). No config-file
loading, no sops, no fork/exclude policy — those are a caller concern, which
is why list_repos's include_forks defaults to none included rather than
reading any file.
Published to PyPI as hugoh-repokit; imported as repokit.
API
Full API reference, generated from the docstrings:
hugoh.github.io/fleet-tools/repokit
(rebuilt on every push that touches this package — see
.github/workflows/docs.yml).
Example
import asyncio
import os
from repokit import list_repos, run_cli
async def main(args) -> int:
repos = await list_repos(os.environ["GH_OWNER"], only=args.only, skip=args.skip)
for repo in repos:
print(repo.name)
return 0
def cli(argv: list[str]) -> int:
return run_cli(main, parse_args(argv))
Consumers
repo-admin/ (in this repo) uses the full surface for
repo_admin.py/activity.py, consumed as a uv workspace member —
repo-admin/lib.py layers its own config-file-backed fork/exclude policy,
sops-based secrets, and console/progress_bar/etc. re-exports from
asyncgh/reconcilekit on top, kept local since none of that is generic.
digest-action (a separate repo,
since GitHub Marketplace only publishes actions from a repository root)
consumes it as a regular PyPI dependency for list_repos + run_cli.
Release files for hugoh-repokit 0.3.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| hugoh_repokit-0.3.1.tar.gz | 6.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| hugoh_repokit-0.3.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 12.0 kB
Release files / hugoh_repokit-0.3.1.tar.gz
| Download URL | hugoh_repokit-0.3.1.tar.gz |
|---|---|
| Size | 6.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a0730bbcab911e078efdc8eea7950c20e1b93a05f436499f63b683206826aefc
|
|
BLAKE2b-256 checksum How to use checksums |
c621cfe755484a37d9e46b6757ad107f0801be7a2485cc39ca429cf78ff1744a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.
Transparency logRelease files / hugoh_repokit-0.3.1-py3-none-any.whl
| Download URL | hugoh_repokit-0.3.1-py3-none-any.whl |
|---|---|
| Size | 6.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
4b022a36013308c81b686031929bc9a0a5cdde0d36989119872c43956b3b893e
|
|
BLAKE2b-256 checksum How to use checksums |
eb37397f9b225df6fac3c7ead5dff31421a284639e93d597c230304b7ca65209
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.
Transparency log