delta-sharing


Namedelta-sharing JSON
Version 1.1.0 PyPI version JSON
download
home_pagehttps://github.com/delta-io/delta-sharing/
SummaryPython Connector for Delta Sharing
upload_time2024-08-01 22:55:09
maintainerNone
docs_urlNone
authorThe Delta Lake Project Authors
requires_python>=3.8
licenseApache-2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Delta Sharing

[Delta Sharing](https://delta.io/sharing) is an open protocol for secure real-time exchange of large datasets, which enables secure data sharing across different computing platforms. It lets organizations share access to existing [Delta Lake](https://delta.io) and [Apache Parquet](https://parquet.apache.org) tables with other organizations, who can then directly read the table in Pandas, Apache Spark, or any other software that implements the open protocol.

This is the Python client library for Delta Sharing, which lets you load shared tables as [pandas](https://pandas.pydata.org/) DataFrames or as [Apache Spark](http://spark.apache.org/) DataFrames if running in PySpark with the [Apache Spark Connector library](https://github.com/delta-io/delta-sharing#set-up-apache-spark).

## Installation and Usage

1. Install using `pip install delta-sharing`.
2. To use the Python Connector, see [the project docs](https://github.com/delta-io/delta-sharing) for details.

## Documentation

This README only contains basic information about the Delta Sharing Python Connector. Please read [the project documentation](https://github.com/delta-io/delta-sharing) for full usage details.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/delta-io/delta-sharing/",
    "name": "delta-sharing",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "The Delta Lake Project Authors",
    "author_email": "delta-users@googlegroups.com",
    "download_url": "https://files.pythonhosted.org/packages/3e/2b/93dfbf213a7c4f07928b0c0c409cfc70a07251bcc2c8e31e2d7efe53a39f/delta_sharing-1.1.0.tar.gz",
    "platform": null,
    "description": "# Delta Sharing\n\n[Delta Sharing](https://delta.io/sharing) is an open protocol for secure real-time exchange of large datasets, which enables secure data sharing across different computing platforms. It lets organizations share access to existing [Delta Lake](https://delta.io) and [Apache Parquet](https://parquet.apache.org) tables with other organizations, who can then directly read the table in Pandas, Apache Spark, or any other software that implements the open protocol.\n\nThis is the Python client library for Delta Sharing, which lets you load shared tables as [pandas](https://pandas.pydata.org/) DataFrames or as [Apache Spark](http://spark.apache.org/) DataFrames if running in PySpark with the [Apache Spark Connector library](https://github.com/delta-io/delta-sharing#set-up-apache-spark).\n\n## Installation and Usage\n\n1. Install using `pip install delta-sharing`.\n2. To use the Python Connector, see [the project docs](https://github.com/delta-io/delta-sharing) for details.\n\n## Documentation\n\nThis README only contains basic information about the Delta Sharing Python Connector. Please read [the project documentation](https://github.com/delta-io/delta-sharing) for full usage details.\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Python Connector for Delta Sharing",
    "version": "1.1.0",
    "project_urls": {
        "Documentation": "https://github.com/delta-io/delta-sharing",
        "Homepage": "https://github.com/delta-io/delta-sharing/",
        "Issues": "https://github.com/delta-io/delta-sharing/issues",
        "Source": "https://github.com/delta-io/delta-sharing"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "071fe7b953ed2dca73b95786e1523d28d7b66c75a4261dafc3f132e38589c848",
                "md5": "18684d07442318678fa50ec169003807",
                "sha256": "d28755221152d777f684139303f5172b7d187f920eb5402df8f53f5672474bb6"
            },
            "downloads": -1,
            "filename": "delta_sharing-1.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "18684d07442318678fa50ec169003807",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 19726,
            "upload_time": "2024-08-01T22:55:07",
            "upload_time_iso_8601": "2024-08-01T22:55:07.991466Z",
            "url": "https://files.pythonhosted.org/packages/07/1f/e7b953ed2dca73b95786e1523d28d7b66c75a4261dafc3f132e38589c848/delta_sharing-1.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3e2b93dfbf213a7c4f07928b0c0c409cfc70a07251bcc2c8e31e2d7efe53a39f",
                "md5": "be974bdf121cfe7ae1758252fb68159e",
                "sha256": "2eff647d54a4a91d8d6d073b422c6829cc51c7a7a6e4fcb9c720fd6440a40d00"
            },
            "downloads": -1,
            "filename": "delta_sharing-1.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "be974bdf121cfe7ae1758252fb68159e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 16028,
            "upload_time": "2024-08-01T22:55:09",
            "upload_time_iso_8601": "2024-08-01T22:55:09.857141Z",
            "url": "https://files.pythonhosted.org/packages/3e/2b/93dfbf213a7c4f07928b0c0c409cfc70a07251bcc2c8e31e2d7efe53a39f/delta_sharing-1.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-01 22:55:09",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "delta-io",
    "github_project": "delta-sharing",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "delta-sharing"
}
        
Elapsed time: 2.26046s