Metadata-Version: 2.1
Name: TushareDownloader
Version: 1.0.0
Summary: A package for download China A market stock data using tushare api, and automatically store to a local database
Home-page: https://github.com/Yanzhong-Hub/TushareDownloader
Author: Yanzhong Huang
Author-email: bagelquant@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas~=2.2.1
Requires-Dist: tushare~=1.4.5
Requires-Dist: pymysql~=1.1.0
Requires-Dist: sqlalchemy~=2.0.28
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == "dev"
Requires-Dist: twine>=4.0.2; extra == "dev"

# TushareDownloader
A packege for download China A market stock data using tushare api, and automatically store to a local database 

Full documents please refer to: [BagelQuant](https://www.bagelquant.com/TushreDownloader)

## Installation

```bash
pip install TushareDownloader
```

## Usage

```python

```
