Metadata-Version: 2.4
Name: shadowshell
Version: 202509020002
Summary: www.shadowshell.xyz
Author-email: shadowshell <shadowshell@foxmail.com>
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: configparser
Requires-Dist: sqlalchemy
Requires-Dist: pymysql

# Install

``` shell

> pip3 install shadowshell --upgrade

# > python3 -m pip install shadowshell
# > pip3 install shadowshell --upgrade -i https://pypi.org/simple/

# > python3 -m pip install --index-url https://test.pypi.org/simple/ --no-deps shadowshell --upgrade

```

``` BASH

> python3 -c "from shadowshell import ShadowShell; ShadowShell().hello();"

```

# Package

- [How to package](https://packaging.python.org/en/latest/tutorials/packaging-projects/)

# View package list

- [PYPI](https://pypi.org/project/shadowshell/#history)

- [Test PYPI](https://test.pypi.org/project/shadowshell/#history)

