Metadata-Version: 2.1
Name: cog2
Version: 0.1.7
Summary: wizmodel.com wiz sdk
Author: incoming
Author-email: 18320122+incomingflyingbrick@users.noreply.github.com
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: requests (>=2.31.0,<3.0.0)
Requires-Dist: typer[all] (>=0.9.0,<0.10.0)
Description-Content-Type: text/markdown

# cog2 a modified version of cog

Use this command to start the virtual environment
```commandline
poetry shell
```
install to current the program virtual environment
```commandline
peotry install
```

build the whl
```commandline
poetry build
```

PyPi token config
```commandline
poetry config pypi-token.pypi pypi-wubalubadubdub-deadbeef1234
```

build and publish
```commandline
poetry publish --build
```

install from pip
```commandline
pip install --user cog2
```

