Metadata-Version: 2.1
Name: util-rpa
Version: 1.32
Summary: Utilitarios usados por RPA Python
Author: Jonathan Bolo
Author-email: jonathan.bolo@telefonica.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Utilities
Requires-Python: >=3.9.0
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: numpy (==1.22.3)
Requires-Dist: openpyxl (==3.0.9)
Requires-Dist: paramiko (==2.9.2)
Requires-Dist: pysftp (==0.2.9)
Requires-Dist: python-dateutil (==2.8.2)
Requires-Dist: requests (==2.27.1)
Requires-Dist: simplejson (==3.17.6)
Requires-Dist: twine (==3.8.0)
Requires-Dist: typeshed-client (==2.0.3)

pip install twine
python setup.py bdist_wheel 
python setup.py sdist

twine upload dist/* 

