Metadata-Version: 2.1
Name: wrgl
Version: 0.11.6
Summary: Data matching utilities
Home-page: https://github.com/wrgl/python-sdk
Author: Khoi Pham
Author-email: pckhoi@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/wrgl/python-sdk/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Wrgl Python SDK

[![pypi](https://img.shields.io/pypi/v/wrgl)](https://pypi.org/project/wrgl/)
[![docs](https://readthedocs.org/projects/wrgl/badge/)](https://wrgl.readthedocs.io/en/latest/)
[![release-workflow](https://github.com/wrgl/python-sdk/actions/workflows/taggedrelease.yml/badge.svg)](https://github.com/wrgl/python-sdk/actions/workflows/taggedrelease.yml)

This library wraps [Wrgl HTTP API](https://www.wrgl.co/doc/http-api).

## Installation

```
pip install wrgl
```

## Documentation

- [Quickstart](https://wrgl.readthedocs.io/en/latest/quickstart.html)


