iginx-pyclient


Nameiginx-pyclient JSON
Version 0.7.2 PyPI version JSON
download
home_pageNone
SummaryIGinX-PyClient
upload_time2024-10-11 07:11:31
maintainerNone
docs_urlNone
authorTHU IGinX
requires_python>=3.8
licenseApache License 2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # IGinX-PyClient

## What is it?

[IGinX (Intelligent enGine X)](https://github.com/IGinX-THU/IGinX) is an open source polystore system. A polystore system provides an integrated data management service over a set of one or more potentially heterogeneous database/storage engines, serving heterogeneous workloads.

IGinX-PyClient is a Python interface library designed for IGinX, offering a convenient Session interface for users to effortlessly leverage the powerful features of IGinX within a Python environment. With this interface, users can perform database queries, manage data streams, and execute other operations supported by IGinX without leaving the Python ecosystem.

## Where to get?

Python binary installers for the latest released version are available at the [Python package index](https://pypi.org/project/iginx-pyclient)

```bash
pip install iginx-pyclient
```

## Dependencies

- pandas(>=2.0.3)

## Example

Please refer to code below:

- [SQL example code](https://github.com/IGinX-THU/IGinX/blob/main/session_py/example.py)
- [file operation example code](https://github.com/IGinX-THU/IGinX/blob/main/session_py/file_example.py)


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "iginx-pyclient",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "THU IGinX",
    "author_email": "TSIginX@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/7b/b4/3fcfe0fcb1532b9e889fe70b4473205cb96a7d94b26808debab3f40f480a/iginx-pyclient-0.7.2.tar.gz",
    "platform": null,
    "description": "# IGinX-PyClient\n\n## What is it?\n\n[IGinX (Intelligent enGine X)](https://github.com/IGinX-THU/IGinX) is an open source polystore system. A polystore system provides an integrated data management service over a set of one or more potentially heterogeneous database/storage engines, serving heterogeneous workloads.\n\nIGinX-PyClient is a Python interface library designed for IGinX, offering a convenient Session interface for users to effortlessly leverage the powerful features of IGinX within a Python environment. With this interface, users can perform database queries, manage data streams, and execute other operations supported by IGinX without leaving the Python ecosystem.\n\n## Where to get?\n\nPython binary installers for the latest released version are available at the [Python package index](https://pypi.org/project/iginx-pyclient)\n\n```bash\npip install iginx-pyclient\n```\n\n## Dependencies\n\n- pandas(>=2.0.3)\n\n## Example\n\nPlease refer to code below:\n\n- [SQL example code](https://github.com/IGinX-THU/IGinX/blob/main/session_py/example.py)\n- [file operation example code](https://github.com/IGinX-THU/IGinX/blob/main/session_py/file_example.py)\n\n",
    "bugtrack_url": null,
    "license": "Apache License 2.0",
    "summary": "IGinX-PyClient",
    "version": "0.7.2",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d5529c0053186e8cc97e94349598af6753e0ce8e781a2a5baac5ee89d0d04412",
                "md5": "9aedca7b38219e2f9f3176e4cce7ee89",
                "sha256": "259cda090f84f781c6514d6219d37b2d32394e8a415f86e2fb330656b829f119"
            },
            "downloads": -1,
            "filename": "iginx_pyclient-0.7.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9aedca7b38219e2f9f3176e4cce7ee89",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 56523,
            "upload_time": "2024-10-11T07:11:30",
            "upload_time_iso_8601": "2024-10-11T07:11:30.355537Z",
            "url": "https://files.pythonhosted.org/packages/d5/52/9c0053186e8cc97e94349598af6753e0ce8e781a2a5baac5ee89d0d04412/iginx_pyclient-0.7.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7bb43fcfe0fcb1532b9e889fe70b4473205cb96a7d94b26808debab3f40f480a",
                "md5": "17b24545df57f8c8c61c0277e94eca53",
                "sha256": "e214590484bd3e14ceb17974eac0caeca79829e494eaf297ecfcdd781f4db50f"
            },
            "downloads": -1,
            "filename": "iginx-pyclient-0.7.2.tar.gz",
            "has_sig": false,
            "md5_digest": "17b24545df57f8c8c61c0277e94eca53",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 49804,
            "upload_time": "2024-10-11T07:11:31",
            "upload_time_iso_8601": "2024-10-11T07:11:31.568032Z",
            "url": "https://files.pythonhosted.org/packages/7b/b4/3fcfe0fcb1532b9e889fe70b4473205cb96a7d94b26808debab3f40f480a/iginx-pyclient-0.7.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-11 07:11:31",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "iginx-pyclient"
}
        
Elapsed time: 1.73852s