sindre-lmdb


Namesindre-lmdb JSON
Version 2023.9.11 PyPI version JSON
download
home_pagehttps://github.com/SindreYang/pylmdb
Summarysimple lmdb wrapper
upload_time2023-09-11 07:04:21
maintainer
docs_urlNone
authorSindreYang
requires_python
licenseGNU General Public License v3.0
keywords
VCS
bugtrack_url
requirements numpy psutil lmdb msgpack
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/SindreYang/pylmdb",
    "name": "sindre-lmdb",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "SindreYang",
    "author_email": "",
    "download_url": "",
    "platform": null,
    "description": "",
    "bugtrack_url": null,
    "license": "GNU General Public License v3.0",
    "summary": "simple lmdb wrapper",
    "version": "2023.9.11",
    "project_urls": {
        "Homepage": "https://github.com/SindreYang/pylmdb"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4cac9471e70cf7ba1de87e67d156e07de78ae27469ccfc6dad8c76ef2f0d479b",
                "md5": "5b85d37a28fed54d312920141c77c24b",
                "sha256": "fe0ddbfa52602c8277fb2029b571def2c21bc045fd0d9a300595ac606c1dcdd4"
            },
            "downloads": -1,
            "filename": "sindre_lmdb-2023.9.11-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5b85d37a28fed54d312920141c77c24b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 9703,
            "upload_time": "2023-09-11T07:04:21",
            "upload_time_iso_8601": "2023-09-11T07:04:21.034607Z",
            "url": "https://files.pythonhosted.org/packages/4c/ac/9471e70cf7ba1de87e67d156e07de78ae27469ccfc6dad8c76ef2f0d479b/sindre_lmdb-2023.9.11-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-11 07:04:21",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "SindreYang",
    "github_project": "pylmdb",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "numpy",
            "specs": [
                [
                    "~=",
                    "1.22.3"
                ]
            ]
        },
        {
            "name": "psutil",
            "specs": [
                [
                    "~=",
                    "5.9.1"
                ]
            ]
        },
        {
            "name": "lmdb",
            "specs": [
                [
                    "~=",
                    "1.4.1"
                ]
            ]
        },
        {
            "name": "msgpack",
            "specs": [
                [
                    "~=",
                    "1.0.5"
                ]
            ]
        }
    ],
    "lcname": "sindre-lmdb"
}
        
Elapsed time: 0.11704s