Metadata-Version: 2.3
Name: marioutils
Version: 1.2.4
Summary: Utils library for DB connection and logging
Project-URL: Homepage, https://github.com/MarioHdzCtu/MarioUtils
Project-URL: Issues, https://github.com/MarioHdzCtu/MarioUtils/issues
Author-email: Mario Hernandez <mariohertu@gmail.com>
License-File: LICENSE.txt
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Requires-Dist: azure-core>=1.30.2
Requires-Dist: azure-identity>=1.17.1
Requires-Dist: azure-storage-blob>=12.20.0
Requires-Dist: mariadb>=1.1.10
Requires-Dist: pymssql>=2.2.11
Requires-Dist: sqlalchemy>=2.0.25
Provides-Extra: dev
Requires-Dist: pytest>=8.0.0; extra == 'dev'
Description-Content-Type: text/markdown


# Mario Utils

This project is used as a Python library for managing database connections (Now just supporting SQLServer over pymssql) and Logging for future scripts, avoiding boilerplate code.


## Authors

- [@MarioHdzCtu](https://github.com/MarioHdzCtu)

