File-Storehouse
Manage files in bulk quantity using a friendly dict-like interface
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)
| File | Size | Uploaded | |
|---|---|---|---|
| file_storehouse-0.5.1.tar.gz | 215.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| 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 logRelease 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