Metadata-Version: 2.1
Name: airflow-provider-fxiaoke
Version: 0.0.8
Summary: `Fxiaoke CRM(ShareCRM) for Airflow hooks and operators.`__ 
Home-page: https://github.com/wbchn/apache-airflow-providers-fxiaoke
Author: wbin
Author-email: wbin.chn@gmail.com
License: Apache License 2.0
Keywords: airflow,providers,fxiaoke,ShareCRM
Platform: UNKNOWN
Classifier: Framework :: Apache Airflow
Classifier: Framework :: Apache Airflow :: Provider
Requires-Python: ~=3.8
Description-Content-Type: text/markdown
Requires-Dist: apache-airflow (>=2.2.0)
Requires-Dist: apache-airflow-providers-google (>=6.0.0)
Requires-Dist: fxiaoke-python (>=0.0.2)

# Apache-airflow-providers-fxiaoke

Airflow plugin for [fxiaoke API](https://open.fxiaoke.com/wiki.html)

## Install

```bash
pip install airflow-providers-fxiaoke
```

## Usage

Create New connections named `fxiaoke_default` with extra json:
`{"app_id":"", "app_secret":"", "permanent_code":"", "open_user_id":""}`

### Hooks

- FxiaokeHooks


### Operators

- FxiaokeToGCSOperator


