No project description provided
Project description
structcheck
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",
])
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
structcheck-1.0.41.tar.gz
(9.9 kB
view details)
Built Distribution
File details
Details for the file structcheck-1.0.41.tar.gz
.
File metadata
- Download URL: structcheck-1.0.41.tar.gz
- Upload date:
- Size: 9.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.2 CPython/3.10.8 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7c46633fb4b19b9d67ac861e2c0830b2ebaa785362547ca3c2d5bc9e0598e171 |
|
MD5 | 21b4ef43cc401b0d4db888a4d48cca93 |
|
BLAKE2b-256 | d618b47d71bbe91fce5ae928b85b0775b832dc0140e17021eba535e11e4349d2 |
File details
Details for the file structcheck-1.0.41-py3-none-any.whl
.
File metadata
- Download URL: structcheck-1.0.41-py3-none-any.whl
- Upload date:
- Size: 11.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.2 CPython/3.10.8 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aa16651d67ba51f81bd0d1d8fe95d128eb4eb64a3fb52322ba037b363c78cc3b |
|
MD5 | 6c13427480da352c49c5c193d61bcf8b |
|
BLAKE2b-256 | 1a84fb205991a3151dd213d49b6a38eefae0a466e9c524d359f99f05d691bb84 |