diff --git a/README.md b/README.md index fc63ffb..6abb7c3 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,15 @@ A loose implementation of the deltalake [protocol](https://github.com/delta-io/d in Python on top of [pyarrow](https://arrow.apache.org/docs/python/index.html), focused on extensibility, customizability, and distributed data. +This is mostly inspired by the [deltalake package](https://github.com/delta-io/delta-rs), and is (much) less battle tested. +However, it is more flexible given it's Pythonic design. If you're interested give it a shot and maybe even help make it +better. + +## Install +``` +pip install xdlake +``` + ## Usage #### Instantiation