ikvpy


Nameikvpy JSON
Version 0.0.36 PyPI version JSON
download
home_pageNone
SummaryPython client for IKV (Inlined Key Value Store).
upload_time2024-05-12 05:01:50
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords ikv ikv py client ikv python inlined inlined python client
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Readme: See https://github.com/inlinedio/ikv-store


Generating python code from proto:

$> python3 -m pip install grpcio-tools

$> pwd
/Users/pushkar/projects/ikv-store/ikv-python-client/ikv-py

$> python3 -m grpc_tools.protoc -I../../ikv-cloud/src/main/proto --python_out=./schemas --pyi_out=./schemas --grpc_python_out=./schemas ../../ikv-cloud/src/main/proto/*.proto

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "ikvpy",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "ikv, ikv py client, ikv python, inlined, inlined python client",
    "author": null,
    "author_email": "Inlined I/O <pushkar@inlined.io>",
    "download_url": "https://files.pythonhosted.org/packages/c7/06/59ed18cf13b44e260a4af1a49ef29ed92a474829176a77ccdfb9ffb40aad/ikvpy-0.0.36.tar.gz",
    "platform": null,
    "description": "Readme: See https://github.com/inlinedio/ikv-store\n\n\nGenerating python code from proto:\n\n$> python3 -m pip install grpcio-tools\n\n$> pwd\n/Users/pushkar/projects/ikv-store/ikv-python-client/ikv-py\n\n$> python3 -m grpc_tools.protoc -I../../ikv-cloud/src/main/proto --python_out=./schemas --pyi_out=./schemas --grpc_python_out=./schemas ../../ikv-cloud/src/main/proto/*.proto\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Python client for IKV (Inlined Key Value Store).",
    "version": "0.0.36",
    "project_urls": {
        "Documentation": "https://github.com/inlinedio/ikv-store#readme",
        "Issues": "https://github.com/inlinedio/ikv-store/issues",
        "Source": "https://github.com/inlinedio/ikv-store/ikv-python-client"
    },
    "split_keywords": [
        "ikv",
        " ikv py client",
        " ikv python",
        " inlined",
        " inlined python client"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4f7095bb0689a721a9f635c4187791e8e44514b3a43369095d5de0f516a3ef91",
                "md5": "635c5c63ffd824eb7f707cc3706b7eb4",
                "sha256": "b0edf6fb6482877940f6c2b5d59a7fabe30cb554b13b88ca52805f043cfda5b3"
            },
            "downloads": -1,
            "filename": "ikvpy-0.0.36-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "635c5c63ffd824eb7f707cc3706b7eb4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 23675,
            "upload_time": "2024-05-12T05:01:49",
            "upload_time_iso_8601": "2024-05-12T05:01:49.087559Z",
            "url": "https://files.pythonhosted.org/packages/4f/70/95bb0689a721a9f635c4187791e8e44514b3a43369095d5de0f516a3ef91/ikvpy-0.0.36-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c70659ed18cf13b44e260a4af1a49ef29ed92a474829176a77ccdfb9ffb40aad",
                "md5": "eb90777a3b611961ebe3f29ea4a01dd4",
                "sha256": "c0ce7dfb61456c283c9ba2cdeb68b3647f245c3905bca652ca2a1068804939d1"
            },
            "downloads": -1,
            "filename": "ikvpy-0.0.36.tar.gz",
            "has_sig": false,
            "md5_digest": "eb90777a3b611961ebe3f29ea4a01dd4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 18861,
            "upload_time": "2024-05-12T05:01:50",
            "upload_time_iso_8601": "2024-05-12T05:01:50.287647Z",
            "url": "https://files.pythonhosted.org/packages/c7/06/59ed18cf13b44e260a4af1a49ef29ed92a474829176a77ccdfb9ffb40aad/ikvpy-0.0.36.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-12 05:01:50",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "inlinedio",
    "github_project": "ikv-store#readme",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "ikvpy"
}
        
Elapsed time: 0.31170s