Metadata-Version: 2.4
Name: ecom_statics
Version: 0.0.3
Summary: Ecom statics
Home-page: https://git.ecom.com.ar/ecom-data/ecom_statics
Author: Ecom
Author-email: equipo.ecomdata@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-python
Dynamic: summary

## Version

- Python 3.12.3

## Limpiar

``` shell
Remove-Item -Recurse -Force build, dist, *.egg-info
```

## Actualizar

``` shell
python setup.py sdist bdist_wheel
```

## Publicar en Produccion

``` shell
twine upload dist/*
```

## Instalar

``` shell
pip install ecom-statics
```
