Skip to content

vincentBenet/structcheck

Repository files navigation

structcheck

Upload Python Package Python application Pylint

Installation

Pip installation

pip install structcheck

Version check (linux)

pip freeze | grep structcheck

Check installation

python -m structcheck --help

Usage

Shell command

No arguments

python -m structcheck

A popup windows will ask you for directory and config file

Arguments

Path to scan:

python -m structcheck -p "/path/to/scan"

A popup windows will ask you for config file

python -m structcheck -p "/path/to/scan" -c "/path/to/config.json"

Python usage

import structcheck

txt, reports, logs = structcheck.scan()  # Same as command 'python -m structcheck'

You can add arguments with:

txt, reports, logs = structcheck.scan([
	"-p", "/path/to/scan",
	"-c", "/path/to/config.json",
])

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published