معرفی شرکت ها


archive-repo-0.0.2


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Tools for archival of a GitHub repository
ویژگی مقدار
سیستم عامل OS Independent
نام فایل archive-repo-0.0.2
نام archive-repo
نسخه کتابخانه 0.0.2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Mike Bishop
ایمیل نویسنده mbishop@evequefou.be
آدرس صفحه اصلی https://github.com/MikeBishop/archive-repo
آدرس اینترنتی https://pypi.org/project/archive-repo/
مجوز -
# 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/tokens - `outfile`: 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 by `python3 -m archive-repo archive` - `repo`: Target GitHub repo - `git_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


نیازمندی

مقدار نام
- python-dateutil
- requests


زبان مورد نیاز

مقدار نام
>=3.6 Python


نحوه نصب


نصب پکیج whl archive-repo-0.0.2:

    pip install archive-repo-0.0.2.whl


نصب پکیج tar.gz archive-repo-0.0.2:

    pip install archive-repo-0.0.2.tar.gz