Metadata-Version: 2.1
Name: pyqueen
Version: 1.1.5
Summary: Rule your Data
Home-page: https://github.com/ts7ming/pyqueen.git
Author: ts7ming
Author-email: qiming.ma@outlook.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.4
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas>=2.0.0
Requires-Dist: SQLAlchemy>=2.0.0
Requires-Dist: xlrd==1.2.0
Requires-Dist: XlsxWriter

# PyQueen

![](logo.jpg)

![github license](https://img.shields.io/github/license/ts7ming/pyqueen)
[![LICENSE](https://img.shields.io/badge/license-Anti%20996-blue.svg)](https://github.com/996icu/996.ICU/blob/master/LICENSE)
![Language](https://img.shields.io/badge/language-Python-brightgreen)
[![Documentation Status](https://readthedocs.org/projects/pyqueen/badge/?version=latest)](https://pyqueen.readthedocs.io/zh-cn/latest/?badge=latest)
![GitHub Repo stars](https://img.shields.io/github/stars/ts7ming/pyqueen)
![GitHub forks](https://img.shields.io/github/forks/ts7ming/pyqueen)
[![PyPI downloads](https://img.shields.io/pypi/dm/pyqueen.svg)](https://pypistats.org/packages/pyqueen)

PyQueen is a data development toolkit that can build ETL workflows

## Install

```bash
pip install pyqueen
```

## Doc

- [Document](https://pyqueen.readthedocs.io/en/latest/)
- [中文文档](https://pyqueen.readthedocs.io/zh-cn/latest/)

## Overview
- pyqueen.DataSource
- pyqueen.Model
- pyqueen.Dingtalk
- pyqueen.Email
- pyqueen.Wechat
- pyqueen.Showdoc
- pyqueen.TimeKit
- pyqueen.Utils
- pyqueen.cmd
- pyqueen.Chart
