filedbm


Namefiledbm JSON
Version 0.0.6 PyPI version JSON
download
home_pagehttps://github.com/mullenkamp/filedbm
SummaryA persistent key-value database
upload_time2023-05-21 21:18:58
maintainer
docs_urlNone
authorMike Kittridge
requires_python
licenseApache
keywords shelve dbm
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            FileDBM
==================================

FileDBM is a simple dbm-style database where key/value pairs are stored in files under a defined directory.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/mullenkamp/filedbm",
    "name": "filedbm",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "shelve dbm",
    "author": "Mike Kittridge",
    "author_email": "mullenkamp1@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/bd/65/a840747ad949dce06f4a45303666ceebac6ffac3fe889cec6f780494ee86/filedbm-0.0.6.tar.gz",
    "platform": null,
    "description": "FileDBM\n==================================\n\nFileDBM is a simple dbm-style database where key/value pairs are stored in files under a defined directory.\n",
    "bugtrack_url": null,
    "license": "Apache",
    "summary": "A persistent key-value database",
    "version": "0.0.6",
    "project_urls": {
        "Homepage": "https://github.com/mullenkamp/filedbm"
    },
    "split_keywords": [
        "shelve",
        "dbm"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e2c473ed38306f56025765db4797c5cc25ac54172d79a75dea17ce7963c69267",
                "md5": "5401599f0fc3683e529f0a486bdd0353",
                "sha256": "ccbfe27d3b94b00115f37182b936fa8086a40e59558150be4613f88d82c7ff9b"
            },
            "downloads": -1,
            "filename": "filedbm-0.0.6-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5401599f0fc3683e529f0a486bdd0353",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 9796,
            "upload_time": "2023-05-21T21:18:56",
            "upload_time_iso_8601": "2023-05-21T21:18:56.673601Z",
            "url": "https://files.pythonhosted.org/packages/e2/c4/73ed38306f56025765db4797c5cc25ac54172d79a75dea17ce7963c69267/filedbm-0.0.6-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bd65a840747ad949dce06f4a45303666ceebac6ffac3fe889cec6f780494ee86",
                "md5": "d2d96987d606b353a5a1c5120ce092df",
                "sha256": "43af40a7cf0e530f4b41892f613211f486c24c40f7148b03023da861ecada7b5"
            },
            "downloads": -1,
            "filename": "filedbm-0.0.6.tar.gz",
            "has_sig": false,
            "md5_digest": "d2d96987d606b353a5a1c5120ce092df",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 11343,
            "upload_time": "2023-05-21T21:18:58",
            "upload_time_iso_8601": "2023-05-21T21:18:58.398349Z",
            "url": "https://files.pythonhosted.org/packages/bd/65/a840747ad949dce06f4a45303666ceebac6ffac3fe889cec6f780494ee86/filedbm-0.0.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-21 21:18:58",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mullenkamp",
    "github_project": "filedbm",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "filedbm"
}
        
Elapsed time: 0.06606s