Skip to main content

File-Storehouse

File Storehouse logo

Manage files in bulk quantity using a friendly dict-like interface


  • QA: CI CodeQL pre-commit.ci status Coverage Quality Gate Status CodeFactor

  • Docs: Docs

  • Meta: Wizard Template Checked with mypy Hatch project Ruff GitHub License EffVer Versioning


Overview

File-Storehouse is a lightweight Python package that aims to facilitate the management of files in bulk quantity.

There are four key points that are combined to achieving such a goal:

  • Mapping Interface - The file managers are leveraged by the Mapping and MutableMapping interfaces, which means that everything can be done using a friendly dict-like interface. For instance:

    # Store data to a file:
    file_manager[id] = file_content
    # Retrine data from a file
    file_content = file_manager[id]
    # Delete a file
    del file_manager[id]
    # Loop through all files
    for id, content in file_manager.items():
        pass
    # and many more...
    
  • Engine - Choose the engine (or back-end) your file managers are connected to:

    • S3 buckets, powered by boto3;
    • Local filesystem and more are planned.
  • Key Mapping - Customize a two-way key mapping between the dict-like keys and the files' location at the engines according to the business rules of your application.

  • Transformations - Configure a chained operation to convert the files back and forward between your Python code and the storage. The supported operations are:

    • Encode/decode bytes and strings;
    • Dump/load Json files;
    • Compress/decompress tarballs and more transformations are planned.

Example

Please, take a look at the user story used for testing.

Copyright and License

© 2022 Felipe N. Schuch. All content is under MIT License.

Release files for file-storehouse 0.5.1

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for file-storehouse 0.5.1
File Size Uploaded
file_storehouse-0.5.1.tar.gz 215.3 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for file-storehouse 0.5.1
File Interpreter ABI Platform
file_storehouse-0.5.1-py3-none-any.whl Python 3 none any Details

Total release size: 230.0 kB

Release files / file_storehouse-0.5.1.tar.gz

Download URL file_storehouse-0.5.1.tar.gz
Size 215.3 kB
Tags Source
SHA-256 checksum
How to use checksums
9c31135da912b4b33f707831f738def249de9eda2de4900cd0e79078cc0854fe
BLAKE2b-256 checksum
How to use checksums
5fec08ab2fbd79c37d3090dc9d201e830d6e84ce2422fd095cc1b4fdab8764e3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.12.9

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Jul 11, 2025.

Transparency log

Release files / file_storehouse-0.5.1-py3-none-any.whl

Download URL file_storehouse-0.5.1-py3-none-any.whl
Size 14.7 kB
Tags Python 3
SHA-256 checksum
How to use checksums
dbc9b1283121f55c5caf320450e8c392854ef9feffb579d81f26d369d09b80c3
BLAKE2b-256 checksum
How to use checksums
b9e568dd4f66cc38476948c37671de45b1c3d8c6a86d28f7ed61ba3a8cbcc00d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.12.9

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Jul 11, 2025.

Transparency log

Release history Release notifications | RSS feed

This release

0.5.1 This release

2 release files

0.5.0

2 release files

0.4.0

2 release files

0.3.4

2 release files

0.3.3

2 release files

0.3.2

2 release files

0.3.1

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page