Metadata-Version: 2.4
Name: mm_rpa_utils
Version: 0.0.5
Summary: Un módulo con funciones básicas
Author-email: Carlos Sancho <carlos@memorandum.es>
License: MIT
Project-URL: Homepage, https://github.com/tu_usuario/mi_modulo
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: selenium~=4.17.2
Requires-Dist: requests~=2.32.0
Requires-Dist: pyautogui==0.9.54
Requires-Dist: python-dotenv~=1.1.1
Requires-Dist: twine==6.2.0
Requires-Dist: build==1.3.0

# mm_rpa_utils

### build

1. python -m build
2. python -m twine upload dist/*
