Metadata-Version: 2.4
Name: ecom_statics
Version: 0.0.8
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

## VersiÃ³n

- Python 3.12.3

## Limpiar

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

## Actualizar

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

## Publicar en producciÃ³n

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

## Instalar

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

## Actualizar a la ultima versiÃ³n

``` shell
pip install --upgrade --no-cache-dir ecom-statics
```
