Metadata-Version: 2.4
Name: fd-akshare
Version: 0.1.0
Summary: CLI for AKShare Chinese financial data library
Author: FindDataOfficial
License: MIT
Project-URL: Repository, https://github.com/FindDataOfficial/DAAS
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click>=8.0
Requires-Dist: pandas>=1.0
Requires-Dist: akshare>=1.17.0
Requires-Dist: sqlalchemy>=1.4
Provides-Extra: repl
Requires-Dist: prompt_toolkit>=3.0; extra == "repl"
Provides-Extra: dev
Requires-Dist: pytest>=8.0; extra == "dev"
Dynamic: license-file

# fd-akshare

CLI for AKShare Chinese financial data library — discover, search, and call any of 673+ AKShare functions from the terminal.

```bash
pip install fd-akshare
fd-akshare --help
fd-akshare list
fd-akshare search 历史行情
fd-akshare call stock_zh_a_hist symbol=000001 period=daily
```

Built with [cli-anything-hub](https://github.com/your-org/cli-anything-hub) methodology.
