cli
cli
Functions
Name | Description |
---|---|
cli | PanoptiPy - Python code quality assessment tool. |
scan | Scan one or more local codebases for code quality issues. |
scan_team | Scan repositories accessible to a team within a GitHub organization. |
scan_user | Scan public repositories of a GitHub user. |
cli
cli.cli()
PanoptiPy - Python code quality assessment tool.
scan
format, output) cli.scan(paths, config,
Scan one or more local codebases for code quality issues.
scan_team
cli.scan_team(
org,
team,
config,format,
output,
exclude_forks,
max_repos,
token, )
Scan repositories accessible to a team within a GitHub organization.
scan_user
cli.scan_user(
username,
config,format,
output,
include_private,
exclude_forks,
max_repos,
token, )
Scan public repositories of a GitHub user.