itemdb


Nameitemdb JSON
Version 1.2.0 PyPI version JSON
download
home_pagehttps://github.com/almarklein/itemdb
SummaryEasy transactional database for Python dicts, backed by SQLite
upload_time2024-04-18 14:29:18
maintainerNone
docs_urlNone
authorAlmar Klein
requires_python>=3.7
licenseMIT
keywords database sqlite no-sql
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
The itemdb library allows you to store and retrieve Python dicts in a
database on the local filesystem, in an easy, fast, and reliable way.

Based on the rock-solid and ACID compliant SQLite, but with easy and
explicit transactions using a ``with`` statement. It provides a simple
object-based API, with the flexibility to store (JSON-compatible) items
with arbitrary fields, and add indices when needed.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/almarklein/itemdb",
    "name": "itemdb",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "database, sqlite, no-sql",
    "author": "Almar Klein",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/e0/d2/9e9c270d1d163884918b66dbd870be6e427d928de756487314cbbe3dfe35/itemdb-1.2.0.tar.gz",
    "platform": "any",
    "description": "\nThe itemdb library allows you to store and retrieve Python dicts in a\ndatabase on the local filesystem, in an easy, fast, and reliable way.\n\nBased on the rock-solid and ACID compliant SQLite, but with easy and\nexplicit transactions using a ``with`` statement. It provides a simple\nobject-based API, with the flexibility to store (JSON-compatible) items\nwith arbitrary fields, and add indices when needed.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Easy transactional database for Python dicts, backed by SQLite",
    "version": "1.2.0",
    "project_urls": {
        "Homepage": "https://github.com/almarklein/itemdb"
    },
    "split_keywords": [
        "database",
        " sqlite",
        " no-sql"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "def3a09ca7ad174bdfe84c13e868293ffeb58bf92d588fd4aa850e46137712e3",
                "md5": "200c0a6b00eaf57359841a7be5fbc260",
                "sha256": "237bbe41984fc8514252d296ac35d6a916f41e1b86c36023e83f83317ec46030"
            },
            "downloads": -1,
            "filename": "itemdb-1.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "200c0a6b00eaf57359841a7be5fbc260",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 8879,
            "upload_time": "2024-04-18T14:29:16",
            "upload_time_iso_8601": "2024-04-18T14:29:16.647078Z",
            "url": "https://files.pythonhosted.org/packages/de/f3/a09ca7ad174bdfe84c13e868293ffeb58bf92d588fd4aa850e46137712e3/itemdb-1.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e0d29e9c270d1d163884918b66dbd870be6e427d928de756487314cbbe3dfe35",
                "md5": "675056a265bf05583a97290513029ecf",
                "sha256": "aea50f1d35dc9695ed3ae9848312748dfa6135f079631c32329e9600e80054fa"
            },
            "downloads": -1,
            "filename": "itemdb-1.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "675056a265bf05583a97290513029ecf",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 9566,
            "upload_time": "2024-04-18T14:29:18",
            "upload_time_iso_8601": "2024-04-18T14:29:18.347643Z",
            "url": "https://files.pythonhosted.org/packages/e0/d2/9e9c270d1d163884918b66dbd870be6e427d928de756487314cbbe3dfe35/itemdb-1.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-18 14:29:18",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "almarklein",
    "github_project": "itemdb",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "itemdb"
}
        
Elapsed time: 0.23042s