Skip to main content

Generates file hash reports

Project description

Generates File Hash Reports

A simple utility to generate hash reports.

Example

import logging

from shapeandshare.fingerprint.dataset import DataSet

if __name__ == "__main__":
    logging.basicConfig(level=logging.INFO)

    data_set: DataSet = DataSet(name="dataset", search_path=".")
    data_set.hash()
    data_set.generate_dataframe()

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

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page