Metadata-Version: 2.4
Name: shadowshell
Version: 202600000012
Summary: www.shadowshell.xyz
Author-email: shadowshell <shadowshell@foxmail.com>
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: sqlalchemy
Requires-Dist: pymysql
Requires-Dist: pandas
Requires-Dist: openpyxl
Requires-Dist: openai
Requires-Dist: pydantic
Requires-Dist: httpx
Requires-Dist: flask
Requires-Dist: flask-cors
Requires-Dist: flask-restful
Requires-Dist: PyJWT

# shadowshell

## Installation

### Production

```bash
pip3 install shadowshell --upgrade
```

### Test (Test PyPI)

``` bash
./bin/installtest.sh
```

