Metadata-Version: 2.4
Name: usss-mysqlhandler
Version: 0.3.0
Summary: MySQL convenience package 
Author-email: Julian Briggs <julian.briggs@sheffield.ac.uk>
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.14
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: mysql-connector-python>=9.6.0
Requires-Dist: pyyaml>=6.0.3
Dynamic: license-file

# Simplify using MySQL
## Class and methods to simplify using MySQL

MysqlHandler class is a context manager, use thus:


  
This 
1. opens connection to MySQL
2. Provides methods simplify executing queries (delete, insert, select, update) and getting results.
3. Closes the connection reliably on exit from scope

Simple: insert ... on duplicate key update

https://guides.github.com/features/mastering-markdown/

