Metadata-Version: 2.1
Name: jwatchsync
Version: 0.0.5
Summary: Libreria para escribir y consultar información en JWatch
Home-page: https://bitbucket.org/desarrolloilu/rep-ti-jwatch/src/develop/JWatchSync-PY/
Author: qquiroa
Author-email: jmata@launion.com.gt
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: requests==2.31.0


# JWatchSync

Libreria para escribir y consultar informaciÃ³n en JWatch.

## Requerimientos
Instalar requirements.txt
- Python 3.9

## Â¿Como construir?
Ejecutar lo siguiente desde JWatchSync-PY:
```python
python setup.py sdist bdist_wheel
twine upload dist/*
```
