{"categories":[{"label":"Database","url":"https://skillfed.io/packages/category/database/5"}],"enrichment":{"capability":"simplekv provides a unified key-value storage API that abstracts over multiple backends\u2014filesystem, SQLAlchemy, MongoDB, Redis, S3, and Google Storage\u2014letting you swap storage implementations without changing application code.","skillfed_tags":["storage-abstraction","multi-backend","dormant"],"use_cases":["Prototype or build a small application where you want to defer the storage backend choice until later, starting with in-memory or filesystem storage.","Write a library or service that needs to support multiple storage backends without coupling to any single implementation.","Store and retrieve binary blobs with a consistent interface across different backends.","Migrate data between storage systems by swapping the backend without rewriting application code."],"what_it_does":"simplekv is a lightweight abstraction layer for key-value storage that lets you write code against a single, simple API and swap the underlying storage backend\u2014filesystem, database, cloud service, or in-memory\u2014without changing your application. It's designed for small, frequently accessed data or large binary blobs where you want flexibility in where and how data is persisted.\n\nThe package has no runtime dependencies, making it easy to install. However, it is dormant: the last release was in 2020, and there has been no active maintenance since. It supports Python 2 and 3 but provides no explicit version constraint. If your use case fits the existing feature set and you don't need ongoing updates or support for the latest backend versions, it can work; otherwise, consider whether a more actively maintained alternative is safer for your project.","worth_installing":"Yes, if you need a simple, dependency-free key-value abstraction and your use case aligns with the existing backends and feature set. No, if you require active maintenance, support for the latest backend versions, or ongoing security updates. The dormant status means you're committing to maintaining compatibility yourself if backend libraries evolve."},"id":"simplekv","links":{"html":"https://skillfed.io/packages/simplekv","md":"https://skillfed.io/packages/simplekv.md","pypi":"https://pypi.org/project/simplekv/"},"maintenance":{"status":"dormant"},"meta":{"latest_release":"2020-04-09","license_spdx":null,"license_treatment":"permissive","name":"simplekv","python_support":"unspecified","summary":"A key-value storage for binary data, support many backends."},"popularity":{"monthly_downloads":98939,"position":13048,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.14.1"}
