Metadata-Version: 2.3
Name: template-ml-model
Version: 0.1.0
Summary: Package that helps to deploy a ML model
Author: Alini Ribeiro
Author-email: aliniribeiroo@gmail.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
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: boto3 (>=1.24.71,<2.0.0)
Requires-Dist: requests-mock (>=1.10.0,<2.0.0)
Requires-Dist: typer (>=0.6.1,<0.7.0)
Project-URL: Documentation, https://github.com/liniribeiro/li-aws-helper
Project-URL: Homepage, https://github.com/liniribeiro/li-aws-helper
Project-URL: Source, https://github.com/liniribeiro/li-aws-helper
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
```

