Skip to main content

File-Finger-Print generator

Project description

FFP2

Simple library to generate File-Fingerprints (hashes over content to compare files or check for changes)


FFP2 can help you to generate fingerprint (hashes) over the content of files. Wiht that you can easily check if 2 different files have the very same content or if the content of a file was modified.

Installation

$ pip install ffp2

Usage

>>> from ffp2 import Filefingerprint
>>> fingerprint = Filefingerprint('FilepathGoesHere')
>>> print (fingerprint)

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ffp2-0.1.tar.gz (1.9 kB view hashes)

Uploaded Source

Built Distribution

ffp2-0.1-py3-none-any.whl (2.9 kB view hashes)

Uploaded Python 3

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