kudu-python


Namekudu-python JSON
Version 1.17.0 PyPI version JSON
download
home_pagehttp://kudu.apache.org/
SummaryPython interface to the Apache Kudu C++ Client API
upload_time2023-09-05 11:40:53
maintainerApache Kudu team
docs_urlNone
author
requires_python
licenseApache License, Version 2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ## kudu-python: Python interface to the Apache Kudu C++ Client API

Using this package requires that you install the Kudu C++ client libraries and
headers. See http://getkudu.io for more.

To install from PyPI, run

```
pip install kudu-python
```

Installation from source requires Cython.
            

Raw data

            {
    "_id": null,
    "home_page": "http://kudu.apache.org/",
    "name": "kudu-python",
    "maintainer": "Apache Kudu team",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "dev@kudu.apache.org",
    "keywords": "",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/21/d0/68918997d1d293789d901bb288b2b6764c41c73a0b66b07a94d5ac0ec3ae/kudu-python-1.17.0.tar.gz",
    "platform": null,
    "description": "## kudu-python: Python interface to the Apache Kudu C++ Client API\n\nUsing this package requires that you install the Kudu C++ client libraries and\nheaders. See http://getkudu.io for more.\n\nTo install from PyPI, run\n\n```\npip install kudu-python\n```\n\nInstallation from source requires Cython.",
    "bugtrack_url": null,
    "license": "Apache License, Version 2.0",
    "summary": "Python interface to the Apache Kudu C++ Client API",
    "version": "1.17.0",
    "project_urls": {
        "Homepage": "http://kudu.apache.org/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "21d068918997d1d293789d901bb288b2b6764c41c73a0b66b07a94d5ac0ec3ae",
                "md5": "1fb7bd727eb297d2cc0eeb36d88e6d75",
                "sha256": "409313d5a63d7bf5faf0ae721c0b169870e3293497bf76aafe7cea85f92c6287"
            },
            "downloads": -1,
            "filename": "kudu-python-1.17.0.tar.gz",
            "has_sig": false,
            "md5_digest": "1fb7bd727eb297d2cc0eeb36d88e6d75",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 425268,
            "upload_time": "2023-09-05T11:40:53",
            "upload_time_iso_8601": "2023-09-05T11:40:53.440885Z",
            "url": "https://files.pythonhosted.org/packages/21/d0/68918997d1d293789d901bb288b2b6764c41c73a0b66b07a94d5ac0ec3ae/kudu-python-1.17.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-05 11:40:53",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "kudu-python"
}
        
Elapsed time: 0.11905s