.. _`mysqlclient`:

mysqlclient
===========

Python interface to MySQL

======== ===========
Home     https://github.com/PyMySQL/mysqlclient-python
Versions 1.3.7
License  GNU General Public License (GPL)
Recipe   https://github.com/bioconda/bioconda-recipes/tree/master/recipes/mysqlclient
======== ===========

Installation
------------

.. highlight: bash

With an activated Bioconda channel (see :ref:`setup`), install with::

   conda install mysqlclient

and update with::

   conda update mysqlclient