Metadata-Version: 2.4
Name: tbbackoff
Version: 0.0.5
Summary: Implementacion de token bucket con backoff exponencial
Home-page: https://github.com/radiocutfm/tbbackoff
Author: Lambda Sistemas
Author-email: desarrollo@fierro.com.ar
License: MIT
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: summary

= Proceso de release =

1. Cambiar el número de versión en `setup.py`

2. Generar el paquete

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

3. Subirlo a pypi

```
twine upload dist/*
```

TODO: Configuración inicial de twine.
