Metadata-Version: 2.3
Name: template-ml-model
Version: 0.3.0
Summary: Package that helps to deploy a ML model
Author: Alini Ribeiro
Author-email: aliniribeiroo@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: boto3 (>=1.24.71,<2.0.0)
Requires-Dist: lightgbm (==4.6.0)
Requires-Dist: numpy (==2.3.0)
Requires-Dist: pandas (==2.3.0)
Requires-Dist: polars (==1.30.0)
Requires-Dist: pyarrow (==21.0.0)
Requires-Dist: requests-mock (>=1.10.0,<2.0.0)
Requires-Dist: scikit_learn (==1.7.1)
Requires-Dist: scipy (==1.15.3)
Requires-Dist: torch (==2.6.0)
Requires-Dist: typer (>=0.6.1,<0.7.0)
Project-URL: Documentation, https://github.com/liniribeiro/template-ml-model
Project-URL: Homepage, https://github.com/liniribeiro/template-ml-model
Project-URL: Source, https://github.com/liniribeiro/template-ml-model
Description-Content-Type: text/markdown


## Local Development
For local development, follow these steps:

1. Build the project:
```
poetry build
```
2. Install the project:
```
poetry install
```
3. Install twine for publishing:
```
python3 -m pip install --upgrade twine
```


Pipy https://pypi.org/project/template-ml-model/
