Metadata-Version: 2.1
Name: cog2
Version: 0.2.6
Summary: This is the sdk for build a production ready docker container, to learn more please visit WizModel.com
Home-page: https://www.wizmodel.com/
Author: Vurtne Saerdna
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: openai (>=0.28.0,<0.29.0)
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
```

