Metadata-Version: 2.1
Name: data-buckaroo
Version: 0.1.0
Summary: Description
Home-page: https://github.com/mumblepins/data-buckaroo/
License: LGPL-3.0-or-later
Author: Daniel Sullivan
Author-email: mumblepins@users.noreply.github.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Provides-Extra: pandas
Requires-Dist: boto3
Requires-Dist: botocore
Requires-Dist: pandas; extra == "pandas"
Requires-Dist: tabulate
Project-URL: Documentation, https://mumblepins.github.io/data-buckaroo/
Project-URL: Repository, https://github.com/mumblepins/data-buckaroo/
Description-Content-Type: text/markdown

# Data Buckaroo

Lightweight AWS Data Wrangler, for Athena queries only

### Install

```bash
pip install data-buck
```
