Skip to main content

A simple library that allows the JSON storage of one key to multiple values.

Project description

Key to Multivalue Storage - kms

kms - a tiny side project tuned into a library.

CPython


Release Tests License


PyPI - Version

Installation

Install with pip:

pip install -U key-multivalue-storage

Or, download the latest version of the .whl file in the releases page

You can also choose to download the development environment alongside the package:

pip install -U key-multivalue-storage[dev]

Usage

  • Create a Storage object to prepare the data to be stored:
from key-multivalue-storage import Storage
my-db = Storage("my_top_level_key", mysubkey="myvalue", myothersk="anotherval")
  • To store the object, use Storage.store().
my-db.store("database.json")
  • You can change certain global settings for each Storage instance.
Storage.indent = 4 #indent size of JSON files
Storage.encode = True # Whether to encode stored values
Storage.auto_delete_self = True
# Whether to automatically release the object
# from memory after certain operations i.e.
# Storage.store()

See the full documentation here!

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

key_multivalue_storage-1.2.2.20260517.3b0.tar.gz (22.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

File details

Details for the file key_multivalue_storage-1.2.2.20260517.3b0.tar.gz.

File metadata

File hashes

Hashes for key_multivalue_storage-1.2.2.20260517.3b0.tar.gz
Algorithm Hash digest
SHA256 23cd85813571caf2fe4901863ac43b76027f58d8d7d0ea5047b9427b70b9d21f
MD5 db982e28d8c00d8f25a54e795ad284bd
BLAKE2b-256 45e43d7a8b487056e7d0169918dfd38054417cbd3422198913c9effaada0251b

See more details on using hashes here.

Provenance

The following attestation bundles were made for key_multivalue_storage-1.2.2.20260517.3b0.tar.gz:

Publisher: release.yml on Boss-1s/key_multivalue_storage

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file key_multivalue_storage-1.2.2.20260517.3b0-py3-none-any.whl.

File metadata

File hashes

Hashes for key_multivalue_storage-1.2.2.20260517.3b0-py3-none-any.whl
Algorithm Hash digest
SHA256 ee0353d7d3740b839ceda4d4ad6493269c9aac572f980ec0fbe7619d2b44e911
MD5 5f7bd004052c6c359e0162cfd14a35dc
BLAKE2b-256 8c284f2c62944530efb0cce60e4bddfa509dea7fea38f67987dc69cbbf683d68

See more details on using hashes here.

Provenance

The following attestation bundles were made for key_multivalue_storage-1.2.2.20260517.3b0-py3-none-any.whl:

Publisher: release.yml on Boss-1s/key_multivalue_storage

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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