Installation
$ [sudo] pip install github-repos
Config
| bash | python |
|---|---|
export GITHUB_TOKEN="your_github_token" |
os.environ["GITHUB_TOKEN"]="your_github_token" |
Examples
delete orphaned repos (if basename = repo name)
$ cd ~/git/owner
$ python -m github_repos | awk -F '/' '{print $2}' | grep -v -iF "$(ls -1)" | xargs python -m github_delete
Release files for github-repos 2020.12.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| github-repos-2020.12.3.tar.gz | 1.7 kB | Details |
Release files / github-repos-2020.12.3.tar.gz
| Download URL | github-repos-2020.12.3.tar.gz |
|---|---|
| Size | 1.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
6984a44b617935781116bf2f220e1746077ddc783e879f34eb138ad89264b676
|
|
BLAKE2b-256 checksum How to use checksums |
b16464ae3e48eb8b52194fc88d915c5e71aef102106e3a9843c60db099fb4116
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.6.0 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.6
|