pyocient


Namepyocient JSON
Version 3.3.2 PyPI version JSON
download
home_pagehttps://www.ocient.com/
SummaryOcient Hyperscale Data Warehouse DBAPI Driver
upload_time2024-05-24 15:16:06
maintainerNone
docs_urlNone
authorOcient Inc
requires_pythonNone
licenseApache License, Version 2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Ocient Hyperscale Data Warehouse DBAPI Driver

This python database API conforms to the Python Database API
Specification 2.0 and can be used to access the Ocient database.

This module can also be called as a main function, in which case
it acts as a CLI for the database.

When called as main, it a connection string in DSN (data source name)
format, followed by zero or more query strings that will be executed.
Output is returned in JSON format by default.

The Ocient DSN is of the format:
   `ocient://user:password@[host][:port][/database][?param1=value1&...]`

`user` and `password` must be supplied.  `host` defaults to localhost,
port defaults to 4050, database defaults to `system` and `tls` defaults
to `unverified`.

Currently supported parameters are:

- tls: Which can have the values "off", "unverified", or "on"
- force: Which can have the values "true"

Release notes are available at https://github.com/ocient/pyocient_release/.
Documentation for the database is at https://docs.ocient.com.


            

Raw data

            {
    "_id": null,
    "home_page": "https://www.ocient.com/",
    "name": "pyocient",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Ocient Inc",
    "author_email": "info@ocient.com",
    "download_url": null,
    "platform": null,
    "description": "# Ocient Hyperscale Data Warehouse DBAPI Driver\n\nThis python database API conforms to the Python Database API\nSpecification 2.0 and can be used to access the Ocient database.\n\nThis module can also be called as a main function, in which case\nit acts as a CLI for the database.\n\nWhen called as main, it a connection string in DSN (data source name)\nformat, followed by zero or more query strings that will be executed.\nOutput is returned in JSON format by default.\n\nThe Ocient DSN is of the format:\n   `ocient://user:password@[host][:port][/database][?param1=value1&...]`\n\n`user` and `password` must be supplied.  `host` defaults to localhost,\nport defaults to 4050, database defaults to `system` and `tls` defaults\nto `unverified`.\n\nCurrently supported parameters are:\n\n- tls: Which can have the values \"off\", \"unverified\", or \"on\"\n- force: Which can have the values \"true\"\n\nRelease notes are available at https://github.com/ocient/pyocient_release/.\nDocumentation for the database is at https://docs.ocient.com.\n\n",
    "bugtrack_url": null,
    "license": "Apache License, Version 2.0",
    "summary": "Ocient Hyperscale Data Warehouse DBAPI Driver",
    "version": "3.3.2",
    "project_urls": {
        "Homepage": "https://www.ocient.com/",
        "documentation": "https://docs.ocient.com/",
        "release_notes": "https://github.com/ocient/pyocient_release/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ae36b04d4d14968d92f299e2b77c59b6909da47ca5ab66b4785cc0410321c753",
                "md5": "8503d90aae0d0a919ad8cdac6ba7606e",
                "sha256": "f1d7d9f6b9e1829378cf7055886b6bc559ea2110421f83f2c66ee4b1bc3f57a0"
            },
            "downloads": -1,
            "filename": "pyocient-3.3.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8503d90aae0d0a919ad8cdac6ba7606e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 50953,
            "upload_time": "2024-05-24T15:16:06",
            "upload_time_iso_8601": "2024-05-24T15:16:06.250570Z",
            "url": "https://files.pythonhosted.org/packages/ae/36/b04d4d14968d92f299e2b77c59b6909da47ca5ab66b4785cc0410321c753/pyocient-3.3.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-24 15:16:06",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ocient",
    "github_project": "pyocient_release",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pyocient"
}
        
Elapsed time: 0.36639s