Metadata-Version: 2.2
Name: chastack
Version: 0.1.0
Home-page: https://github.com/Hernanatn/chastack
Author: Hernán A. Teszkiewicz Novick
Author-email: "Hernán A.T.N." <herni@cajadeideas.ar>, "Joaquín C." <correajoaquin7@gmail.com>
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: zeep
Requires-Dist: xlsxwriter
Requires-Dist: pillow
Requires-Dist: flask
Requires-Dist: Flask-Caching
Requires-Dist: flask-cdn
Requires-Dist: flask-compress
Requires-Dist: flask-babel
Requires-Dist: Flask-Minify
Requires-Dist: google-api-python-client
Requires-Dist: google-auth-httplib2
Requires-Dist: google-auth-oauthlib
Requires-Dist: sobrecargar
Requires-Dist: solteron
Requires-Dist: chastack-bdd
Requires-Dist: chastack-utiles-flask
Requires-Dist: chastack-utiles-google
Dynamic: author
Dynamic: home-page

# Chastack
Repositorio con librerías internas de Ch'aska.

### Documentos de referencia:
- [Manual de Colaboración (aportes, git, etc.)](https://github.com/hernanatn/chastack/guías/GUIA_DE_ESTILO_COLABORACION.md)
- [Guía de Estilo para Python 3.X](https://github.com/hernanatn/chastack/guías/GUIA_DE_ESTILO_PYTHON.md)
- [Guía de Estilo para HTML con Jinja y HTMX](https://github.com/hernanatn/chastack/guías/GUIA_DE_ESTILO_JINJA_HTMX.md)
- [Guía de Estilo para SQL](https://github.com/hernanatn/chastack/guías/GUIA_DE_ESTILO_SQL.md)

### Librerías
- [sobrecargar.py](https://github.com/hernanatn/sobrecargar.py/)
- [solteron.py](https://github.com/hernanatn/solteron.py/)
- [bdd.py](https://github.com/hernanatn/bdd.py/)
- [útiles flask](https://github.com/hernanatn/utiles_flask.py/)
  - [enrutamiento](https://github.com/hernanatn/utiles_flask/ruteo.py)
  - [gestión de imágenes](https://github.com/hernanatn/utiles_flask/imagenes.py)
  - [manipulación de texto](https://github.com/hernanatn/utiles_flask/texto.py)
- [útiles google api](https://github.com/hernanatn/utiles_google.py/)
  - [gmail](https://github.com/hernanatn/utiles_google.py/correo.py)
  - (pendiente) [gsheets](https://github.com/hernanatn/utiles_google.py/calculo.py)
  - (pendiente) [gdocs](https://github.com/hernanatn/utiles_google.py/documentos.py)
