Skip to content

Leev1s/aktools-docker

 
 

Repository files navigation

aktools-docker

This repo is a auto builder for aktools docker image. Use default Dockerfile and update every night. The api will bind 0.0.0.0:8080 by default.

docker pull lev1s/aktools
# compose.yaml
version: "3.8"
services:
  aktools:
    container_name: aktools
    image: lev1s/aktools:latest
    ports:
      - 8080:8080
    network_mode: bridge
    restart: unless-stopped

PyPI - Python Version PyPI Downloads Documentation Status Ruff aktools Actions Status MIT Licence code style: prettier

AKTools

AKTools is a package of HTTP API for AKShare! It depends on AKShare, FastAPI and Typer.

AKTools 是一款用于快速搭建 AKShare HTTP API 的工具,通过 AKTools 可以利用一行命令来启动 HTTP 服务,从而让原本专属服务于 Python 用户的开源财经数据接口库 AKShare 的使用 突破编程语言的限制。无论您使用的是 C/C++、Java、Go、Rust、Ruby、PHP、JavaScript、R、Matlab、Stata 等编程语言或软件都可以快速、轻松获取财经数据,助力您更好地展开研究和开发工作。

AKTools 中文文档

Homepage

AKTools set a simple homepage for user to provide simple reference information. When you set up your environment and deploy your local application, then you can type http:127.0.0.1:8080 in your browser. We are developing more functions now, please pay more attention!

About

A auto builder of aktools docker image. Update every night.

Topics

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Languages

  • Python 87.8%
  • HTML 8.8%
  • Dockerfile 1.9%
  • Mako 1.5%