Metadata-Version: 2.1
Name: extractlib
Version: 0.0.3
Summary: Python library which provides utilities for implementing custom extracts
Home-page: https://github.com/adaptivemgmt/extractlib
Author: Knoema
Author-email: info@knoema.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: boto3
Requires-Dist: pytz
Requires-Dist: requests
Requires-Dist: pyyaml

![ADM Logo](adm_logo.png)
# extractlib
Python library which provides utilities for implementing custom extracts that hook into the Oasis ETL pipeline

## Installation
1. Install
    ```bash
    pip install extractlib
    ```


