Metadata-Version: 2.4
Name: shadowshell
Version: 202506170002
Summary: www.shadowshell.xyz
Project-URL: Homepage, https://github.com/pypa/sampleproject
Project-URL: Issues, https://github.com/pypa/sampleproject/issues
Author-email: shadowshell <shadowshellxyz@foxmail.com>
License-Expression: MIT
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Requires-Dist: configparser
Description-Content-Type: text/markdown

# 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)

