gitcomp
v1.0.4: Prepare for release (#29)
แพ็คเกจ Python อย่างง่ายกับ CLI เพื่อเปรียบเทียบผู้ใช้ GitHub และที่เก็บโดยเชื่อมโยง git_score กับแต่ละรายการซึ่งเป็นผลรวมของคุณสมบัติที่มีน้ำหนักแมปกับคะแนน git_score สำหรับ ผู้ใช้ จะถูกคำนวณบนพื้นฐานของ ผู้ติดตามผู้ติดตามต่ออัตราส่วนดังต่อไปนี้จำนวน GISTS สาธารณะและจำนวนองค์กรที่ ผู้ใช้เป็นส่วนหนึ่งของ สำหรับ พื้นที่เก็บข้อมูลสาธารณะ ปัจจัยที่กำหนดคือ จำนวนของส้อมถ้าที่เก็บของตัวเองถูกแยกออกหรือไม่จำนวนดาวและจำนวนผู้เฝ้าดู
ติดตั้งผ่าน PIP:
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