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.

JSON storage wrapper and editor. Created with love by Boss_1s.

Once upon a time, this was just a small project to solve a problem: the over-steep learning curve for scratchattach's database functionality. Now, I have decided to make it a library, something with humble beginnings with big hopes in its future.

This is, after all, the greatest piece of a CPython progam I have made. ;)


Badges

Download

CPython Package Nightly Beta Nightly

Status

Release Tests Nightly

Info & Docs

Changelog PyPI - Version License Contributing Security


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]

The development package includes Pylint and Griffe for testing and finding breaking changes. You can see the tests in the test folder.

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!

Contribute

Roadmap

Report a Bug

Scratchattach

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.3.0.20260724rc0.tar.gz (36.5 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.3.0.20260724rc0.tar.gz.

File metadata

File hashes

Hashes for key_multivalue_storage-1.3.0.20260724rc0.tar.gz
Algorithm Hash digest
SHA256 3c2ad056109c04ad8e83a25a8a36d532f1a2f15710d180b202f4e662b456df15
MD5 91b70e4cb8ac90a46a712e55cd202581
BLAKE2b-256 e8905c2847e8c5799ca959860cf5ff0b72ceb4bd2ef6d52270c0bc0c9624d5a6

See more details on using hashes here.

Provenance

The following attestation bundles were made for key_multivalue_storage-1.3.0.20260724rc0.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.3.0.20260724rc0-py3-none-any.whl.

File metadata

File hashes

Hashes for key_multivalue_storage-1.3.0.20260724rc0-py3-none-any.whl
Algorithm Hash digest
SHA256 3f30ec7dddf04140526abe6c6d7d2b355561056e501bda7a9a6c49069ffebb46
MD5 b3fd33ce3532958dc95d06b30d1b2afa
BLAKE2b-256 8b9e8ccfffe6311f3939befd9654ca6c51a419c34e92ef27314a66455e2be0f1

See more details on using hashes here.

Provenance

The following attestation bundles were made for key_multivalue_storage-1.3.0.20260724rc0-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