Tools for archival of a GitHub repository
Project description
archive-repo
Captures and stores data about a GitHub repo for archival purposes
Archive command
usage: python3 -m archive-repo archive [-h] [--reference [REFFILE]] [--issues-only] [--quiet] repo githubToken [outFile]
Archive repo issues and PRs.
positional arguments:
repo
: The GitHub repository to fetch, e.g. "quicwg/base-drafts"githubToken
: A token for a GitHub account with permission to read the selected repository; see https://github.com/settings/tokensoutfile
: Where the output should be written; if omitted, stdout is used.
optional arguments:
-h
: Displays help text--reference
: Optionally, previous output of this script. Makes the new run faster, since only new/changed issues and PRs need to be fetched.--issues-only
: Only fetch issues, not PRs--quiet
: Only write errors to stderr; otherwise, status is written to stderr
Note that providing an output file can make processing faster if the respository has not changed since the reference file was generated.
Generate PR Branches
usage: python3 -m archive-repo pr_branches [-h] [--include-merged] [--dry-run] input repo git_dir
Identify the source repos and forks of PRs from an archive, creating local branches as needed
positional arguments:
input
: Archive file generated bypython3 -m archive-repo archive
repo
: Target GitHub repogit_dir
: Local directory with git repo (default: local directory)
optional arguments:
-h
: Display help message--include-merged
: include merged PRs in analysis--dry-run
: Show what would be done, without making any changes
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file archive-repo-0.0.3.tar.gz
.
File metadata
- Download URL: archive-repo-0.0.3.tar.gz
- Upload date:
- Size: 10.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 167e6d48fcd311c220857d7286d937d44a0bf7c72e01a83488abe5f519a58f10 |
|
MD5 | 4a789ff06313ab3e110615c89e9d70a9 |
|
BLAKE2b-256 | 081883f5de16c78ac784e39b6a0c285ca4e848bfd716ac158f9603fe6739e9eb |
File details
Details for the file archive_repo-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: archive_repo-0.0.3-py3-none-any.whl
- Upload date:
- Size: 10.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c245d7851e71ec3b87325ac33ca5df5c8054fd49ef701288b3470db92a595e2a |
|
MD5 | 65fc06feb1585de80e1c1517fca5859e |
|
BLAKE2b-256 | 2aaa3eaa91a86a8ba1b6c5cc726a427c20ba8f2bedc2813c384d443e52673b71 |