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


# 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)

