Skip to content

Commit

Permalink
Update readme (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
xbrianh authored Sep 3, 2024
1 parent 6ebf303 commit b55ebe8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b55ebe8

Please sign in to comment.