Various updates to export the main classes, update dependencies, and add an...

This commit is contained in:
Roshan Punnoose 2023-08-02 14:40:01 +00:00 committed by Ari Brown
parent 2c79e43f5f
commit 07d82c84d2
6 changed files with 424 additions and 12 deletions

View file

@ -43,6 +43,15 @@ data = athena.query('select count(*) as my_col from "trajectories"."kitware"').r
print(data.head(1))
```
# Build
To build the project, run the following commands. (Requires poetry installed):
```bash
poetry install
poetry build
```
# TODO
* parallelize the downloading of files