Metadata-Version: 2.1
Name: Abigale2
Version: 1.3.5
Summary: This project is inherited from the original [Abigale](http://git.snowwalkerj.cn:81/SnowWalkerJ/Abigale), with the folloing improvements/changes:.
Home-page: https://github.com/yanjlee/Abigale2
Author: yanjlee
Author-email: yanjlee@163.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: faker
Requires-Dist: execjs
Requires-Dist: loguru
Requires-Dist: base64
Requires-Dist: hashlib
Requires-Dist: Crypto
Requires-Dist: pandas
Requires-Dist: fuzzywuzzy
Requires-Dist: httpx
Requires-Dist: Pillow
Requires-Dist: playwright
Requires-Dist: PyExecJS
Requires-Dist: redis
Requires-Dist: fastapi
Requires-Dist: uvicorn
Requires-Dist: APScheduler
Requires-Dist: beautifulsoup4
Requires-Dist: bs4
Requires-Dist: certifi
Requires-Dist: clickhouse-driver
Requires-Dist: curl-cffi
Requires-Dist: DrissionPage
Requires-Dist: fake-useragent
Requires-Dist: Flask
Requires-Dist: Flask-APScheduler
Requires-Dist: Flask-Cors
Requires-Dist: frida
Requires-Dist: gevent
Requires-Dist: Jinja2
Requires-Dist: langchain
Requires-Dist: langchain-community
Requires-Dist: suiutils-py
Requires-Dist: 58

# Abigale 2

This project is inherited from the original [Abigale](http://git.snowwalkerj.cn:81/SnowWalkerJ/Abigale), with the folloing improvements/changes:

- More detailed backtest / risk information and analysis
- ~~No longer support multi-users~~
- Reduce the burden of background API

## Docker Installation

```bash
echo "ALLOW_ORIGIN=http://{your domain}" > .env
docker-compose up -d
```
