About Anaconda Help Download Anaconda

Carta / packages / mysqlclient 1.3.12

Python interface to MySQL

Installers

  • osx-64 v1.3.12
  • linux-64 v1.3.12

conda install

To install this package run one of the following:
conda install carta::mysqlclient

Description

=========================

Python interface to MySQL

mysqlclient is a fork of MySQL-python. It adds Python 3 support and fixed many bugs.

MySQLdb is an interface to the popular MySQL_ database server for Python. The design goals are:

  • Compliance with Python database API version 2.0 [PEP-0249]_
  • Thread-safety
  • Thread-friendliness (threads will not block each other)

MySQL-5.5 through 5.7 and Python 2.7, 3.4+ are currently supported. PyPy is supported too.

MySQLdb is Free Software_.

.. _MySQL: http://www.mysql.com/ .. _Free Software: http://www.gnu.org/ .. [PEP-0249] https://www.python.org/dev/peps/pep-0249/


© 2025 Anaconda, Inc. All Rights Reserved. (v4.0.7) Legal | Privacy Policy