View the language breakdown of your entire GitHub account.
This project has been archived.
The maintainers of this project have marked this project as archived. No new releases are expected.
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 Breakdown can return the language breakdown of your personal repos or all repos you have access to individually via the command line, then Linguist Breakdown 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!
Sample Output:
Overall language breakdown:
{
"JavaScript": 33.77,
"PHP": 27.36,
"HTML": 12.33,
"Python": 8.5,
"Shell": 5.49,
"CSS": 5.44,
"Blade": 3.91,
"Go": 0.77,
"Dockerfile": 0.39,
"C#": 0.39,
"Hack": 0.38,
"Makefile": 0.34,
"Java": 0.34,
"Ruby": 0.2,
"Emacs Lisp": 0.09,
"Vue": 0.08,
"PowerShell": 0.06,
"Batchfile": 0.05,
"TSQL": 0.05,
"Zimpl": 0.03,
"JSONiq": 0.01,
"VBScript": 0.01
}
Install
# Install tool
pip3 install linguist-breakdown
# Install locally
make install
# Get Makefile help
make help
Usage
NOTE: Percentages may vary from the terminal output and chart depending on how many chart pieces you elect to use (eg: using only 4 chart pieces when you have 10 languages that output on the console).
Usage:
GITHUB_TOKEN=123... linguist-breakdown --type private --pieces 4 --forks --chart
Options:
-h, --help show this help message and exit
-t TYPE, --type TYPE The repo type to look at (OPTIONS: all, owner, member, private, public).
-p PIECES, --pieces PIECES
Number of chart pieces to generate (will use greatest percentages)
-f, --forks Include forked repos in the language breakdown.
-c, --chart Generate a chart of the language breakdown.
Development
# Lint the project
make lint
# Run tests
make test
# Run test coverage
make coverage
# Run the tool locally
venv/bin/python linguist_breakdown/breakdown.py --help
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file linguist-breakdown-2.0.0.tar.gz.
File metadata
- Download URL: linguist-breakdown-2.0.0.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e81b7cbec9e5f7e1778ee607d8c9cf8ef1b1fc7f55e336080e9eccd4a9731f77
|
|
| MD5 |
357b5605150cb367a265eeeabbfd3451
|
|
| BLAKE2b-256 |
da7394ae8393c031dbfe5f2b065bb7c08f5bb3c8e199014a4c893117dc0af85c
|
File details
Details for the file linguist_breakdown-2.0.0-py3-none-any.whl.
File metadata
- Download URL: linguist_breakdown-2.0.0-py3-none-any.whl
- Upload date:
- Size: 6.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
06ebf2d6a92721c62ff7229152b1c038b9a5c2e794436ade9b465df7abea73fd
|
|
| MD5 |
82520145dca3783e2d6e21cad4618e9e
|
|
| BLAKE2b-256 |
29ffd263a934061b6a284c3d4a5f0d99022fddf13675cc07a6e1bc8fdbf9fae1
|