python310-pymysql
Python 3.10 - PyMySQL - Pure Python MySQL Driver
3.4.2
2023-07-18
eisfair-noarch
the eisfair team, team(at)eisfair(dot)org
stable
python310-base 3.4.2
python310-cryptography 3.4.0
Internal Program Version: PyMySQL 1.0.3
This package contains a pure-Python MySQL client library. Documentation
on the MySQL client/server protocol can be found here:
http://forge.mysql.com/wiki/MySQL_Internals_ClientServer_Protocol
The goal of pymysql is to be a drop-in replacement for MySQLdb and work
on CPython 2.3+, Jython, IronPython, PyPy and Python 3. We test for
compatibility by simply changing the import statements in the Django
MySQL backend and running its unit tests as well as running it against
the MySQLdb and myconnpy unit tests.
https://github.com/PyMySQL/PyMySQL