nekmo/pip-rating
Run pip-rating on the project to get the requirements rating based on criteria like freshness, popularity, maintenance, etc.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| file | Path to the requirements file. | no | — |
| format | Output format. Available formats: text, tree, json, only-rating & badge. | no | text |
| file_type | Requirements file type. By default this is autodetected. Available types: requirements, setup.cfg, setup.py, Pipfile & pyproject.toml | no | "" |
| ignore_packages | Packages to ignore separated by spaces. | no | "" |
| create_badge | Create a badge image with the rating. | no | false |
| badge_path | Path to save the badge image. | no | pip-rating-badge.svg |
| badge_branch | Branch to push the badge image. | no | "" |
| badge_style | Badge style. Available styles: flat, flat-square & for-the-badge. | no | flat |
| badge_s_color | Badge color for S rating. | no | "" |
| badge_a_color | Badge color for A rating. | no | "" |
| badge_b_color | Badge color for B rating. | no | "" |
| badge_c_color | Badge color for C rating. | no | "" |
| badge_d_color | Badge color for D rating. | no | "" |
| badge_e_color | Badge color for E rating. | no | "" |
| badge_f_color | Badge color for F rating. | no | "" |
Outputs
no outputs