arrow-udf-flight 0.4.2

Client for remote Arrow UDFs.
Documentation
# How to publish this library

Install the build tool:

```sh
pip3 install build twine
```

Build the library:

```sh
python3 -m build
```

Upload the library to PyPI:

```sh
twine upload dist/*
```