Skip to main content

Creates/Updates an Index of files with hashes in a directory

Project description

Flashpoint Indexer

Description

Flashpoint Indexer (fpindexer) is an indexing tool / library designed to quickly create and update an index of Flashpoint Launcher curations in a directory. Relative path, size, date modified, game ID and sha256 content hashes are saved.

Usage

An index.json file will be made in the directory you run the indexer on.

As a script

python3 -m fpindexer [path]

OR

flashpoint-indexer [path]

If path is not provided then it will index the working directory

As a library

from fpindexer import index_path

path = '/path/to/folder'
index_path(path)

Output

{
  "someDumbName.7z": {
    "lastModified": 1590658883.555613,
    "size": 1758212,
    "gameId": "5cd8c62b-f488-4586-98fc-3da7c3c3206e",
    "sha256": "9ea3cbaf8f7d485f3b44d483f743559c4a2241c45a131ef94368445e3f013cc8"
  }
}

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

flashpoint-indexer-1.1.0.tar.gz (4.0 kB view hashes)

Uploaded Source

Built Distribution

flashpoint_indexer-1.1.0-py3-none-any.whl (5.5 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