Metadata-Version: 2.1
Name: deploymodel
Version: 0.1.2
Summary: 
Author: Hello
Author-email: accounts@deploymodel.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
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: diskcache (>=5.6.3,<6.0.0)
Requires-Dist: docker (>=7.0.0,<8.0.0)
Requires-Dist: fastapi[all] (>=0.109.2,<0.110.0)
Requires-Dist: loguru (>=0.7.2,<0.8.0)
Requires-Dist: requests (>=2.31.0,<3.0.0)
Requires-Dist: tqdm (>=4.66.2,<5.0.0)
Requires-Dist: typer[all] (>=0.9.0,<0.10.0)
Description-Content-Type: text/markdown

# DeployModel

The awesome DeployModel

## Uploading a new boost version
```bash
docker build . -t boost:0.0.0 -f Dockerfile.pre
```

```bash
docker push boost:0.0.0
```
