diff --git a/python/Cargo.toml b/python/Cargo.toml index 9169726160..b2930202e1 100644 --- a/python/Cargo.toml +++ b/python/Cargo.toml @@ -4,9 +4,10 @@ version = "0.5.1" authors = ["Qingping Hou "] homepage = "https://github.com/delta-io/delta-rs" license = "Apache-2.0" -description = "Python binding for delta-rs" +description = "Native Delta Lake Python binding based on delta-rs with Pandas integration" readme = "README.md" edition = "2018" +keywords = ["deltalake", "delta", "datalake", "pandas", "arrow"] [lib] name = "deltalake" @@ -38,7 +39,7 @@ classifier = [ "License :: OSI Approved :: Apache Software License", "Programming Language :: Python :: 3 :: Only" ] -project-url = { Repo = "https://github.com/delta-io/delta-rs" } +project-url = { Repo = "https://github.com/delta-io/delta-rs", Documentation = "https://delta-io.github.io/delta-rs/python/", "Bug Tracker" = "https://github.com/delta-io/delta-rs/issues" } requires-dist = [ "pyarrow>=4", 'numpy<1.20.0;python_version<="3.6"', diff --git a/python/README.md b/python/README.md index 0b518240c9..d0963b7615 100644 --- a/python/README.md +++ b/python/README.md @@ -5,8 +5,9 @@ Deltalake-python [![userdoc](https://img.shields.io/badge/docs-user-blue)](https://delta-io.github.io/delta-rs/python/) [![apidoc](https://img.shields.io/badge/docs-api-blue)](https://delta-io.github.io/delta-rs/python/api_reference.html) -Native [Delta Lake](https://delta.io/) binding for Python based on -[delta-rs](https://github.com/delta-io/delta-rs). +Native [Delta Lake](https://delta.io/) Python binding based on +[delta-rs](https://github.com/delta-io/delta-rs) with +[Pandas](https://pandas.pydata.org/) integration. Installation