View the language breakdown of your entire GitHub account.
Project description
GitHub displays beautiful language breakdowns on each repo on their website; however, they do not show your entire language breakdown across all your projects.
Linguist can return the language breakdown of your personal repos or all repos you have access to individually via the command line, then Linguist will build a customized pie chart breakdown of your overall language usage across all repos (limited to the top 8 for clarity; all languages are returned via CLI). Configure some settings and quickly find out what languages you use the most!
Install
pip3 install linguist-breakdown
Usage
Usage:
GITHUB_TOKEN=123... linguist --type owner --pieces 8 --forks
Options
-t, --type TYPE The repo type to look at (OPTIONS: all, owner, member, private, public).
-p, --pieces PIECES Number of chart pieces of the chart to generate (will use greatest percentages).
-f, --forks Include forked repos in the language breakdown.
TYPE expects a string option listed above.
PIECES expects an integer. The lower the number, the more readable your graph will be.
Development
Install project with dev depencencies:
pip3 install -e ."[dev]"
Lint the project:
pylint linguist/*.py
Project details
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
Hashes for linguist_breakdown-1.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ee98aae44567223fe3074d9d614c87a61137541f7cb6478651142747f39afd7c |
|
MD5 | 28a392709aac8f8c3c30bc25fabcbdc4 |
|
BLAKE2b-256 | 3a00993eabbfdde0108bf3874c89b711072aad2c6639e12c91b9d8d7d60a125a |