gitcomp
v1.0.4: Prepare for release (#29)
Gitub 사용자와 리포지토리를 각 항목과 연관시켜 GitHub 사용자와 git_score 비교하는 CLI가있는 간단한 파이썬 패키지는 점수에 매핑 된 가중 기능의 가중 합계입니다. 사용자 에 대한 git_score 팔로어, 팔로어 대 다음 비율, 공개 요령 수 및 사용자가 참여하는 조직의 수를 기준으로 계산됩니다. 공공 저장소 의 경우, 리포지토리 자체가 지어진 경우 별의 수와 감시자 수를 결정하는 요인은 포크 수 입니다.
PIB를 통해 설치 :
pip install gitcomp usage: gitcomp [-h] [-u user_name [user_name ...] | -r repo [repo ...]] [-t output_t] [-o out]
gitcomp A CLI utility to compare the vital stats of GitHub repositories
optional arguments:
-h, --help show this help message and exit
-u user_name [user_name ...], --user user_name [user_name ...]
-u, --user <username...> The GitHub username(s) to query against.
Multiple usernames can be queried at a time by providing a space
separated argument list.
-r repo [repo ...], --repo repo [repo ...]
-r, --repo <repo> The public GitHub repository to query against
where repo takes the form: <user/repo>
Example: -r octocat/Spoon-Knife
-t output_t, --type output_t
-t, --type <type> Default: ascii. Choose the format of output.
All output is dumped to STDOUT unless output file is specified
using -o, --output flag.
The types available are: json: Show the result as JSON
csv: Format the output to CSV
ascii: Show the result as an ASCII Table
html: Show output as HTML Table
-o out, --output out -o, --output <out_file> Output to out_file, defaults to STDOUT.
gitcomp -u Rohitrajak1807 avaish1409gitcomp -r avaish1409/VideoChatBot Rohitrajak1807/algorithmsgitcomp -u Rohitrajak1807 avaish1409 -t ASCIIgitcomp -u Rohitrajak1807 avaish1409 -t jsongitcomp -u Rohitrajak1807 avaish1409 -t csvgitcomp -u Rohitrajak1807 avaish1409 -t htmlgitcomp -u Rohitrajak1807 avaish1409 -t json -o res.jsongitcomp -u Rohitrajak1807 avaish1409 -t csv -o res.csvgitcomp -u Rohitrajak1807 avaish1409 -t html -o res.htmlgitcomp -u Rohitrajak1807 avaish1409 -o res.txt변경 사항 https://github.com/avaish1409/gitcomp/releases에 대한 릴리스 노트를 참조하십시오
main 과 제목이라는 이름의 지점에서 변경 documentation-fixes 을 작성하십시오.GitComp는 MIT 라이센스에 따라 라이센스가 부여됩니다.