gituser/docker_multiarch/: mysqlclient-1.4.6 metadata and description

Homepage Simple index

Python interface to MySQL

author Inada Naoki
author_email songofacandy@gmail.com
classifiers
  • Development Status :: 5 - Production/Stable
  • Environment :: Other Environment
  • License :: OSI Approved :: GNU General Public License (GPL)
  • Operating System :: MacOS :: MacOS X
  • Operating System :: Microsoft :: Windows :: Windows NT/2000
  • Operating System :: OS Independent
  • Operating System :: POSIX
  • Operating System :: POSIX :: Linux
  • Operating System :: Unix
  • Programming Language :: C
  • Programming Language :: Python
  • Programming Language :: Python :: 2
  • Programming Language :: Python :: 2.7
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3.5
  • Programming Language :: Python :: 3.6
  • Programming Language :: Python :: 3.7
  • Programming Language :: Python :: 3.8
  • Topic :: Database
  • Topic :: Database :: Database Engines/Servers
description_content_type text/markdown
license GPL
File Tox results History
mysqlclient-1.4.6-cp310-cp310-manylinux_2_24_aarch64.whl
Size
1 MB
Type
Python Wheel
Python
3.1.0
mysqlclient-1.4.6-cp310-cp310-manylinux_2_24_x86_64.whl
Size
1 MB
Type
Python Wheel
Python
3.1.0
mysqlclient-1.4.6-cp37-cp37m-linux_aarch64.whl
Size
55 KB
Type
Python Wheel
Python
3.7
mysqlclient-1.4.6-cp37-cp37m-manylinux_2_24_aarch64.whl
Size
1 MB
Type
Python Wheel
Python
3.7
mysqlclient-1.4.6-cp37-cp37m-manylinux_2_24_x86_64.whl
Size
1 MB
Type
Python Wheel
Python
3.7
mysqlclient-1.4.6-cp38-cp38-manylinux_2_24_aarch64.whl
Size
1 MB
Type
Python Wheel
Python
3.8
mysqlclient-1.4.6-cp38-cp38-manylinux_2_24_x86_64.whl
Size
1 MB
Type
Python Wheel
Python
3.8
mysqlclient-1.4.6-cp39-cp39-manylinux_2_24_aarch64.whl
Size
1 MB
Type
Python Wheel
Python
3.9
mysqlclient-1.4.6-cp39-cp39-manylinux_2_24_x86_64.whl
Size
1 MB
Type
Python Wheel
Python
3.9

mysqlclient

Build Status

This is a fork of MySQLdb1.

This project adds Python 3 support and bug fixes. I hope this fork is merged back to MySQLdb1 like distribute was merged back to setuptools.

Install

Prerequisites

You may need to install the Python and MySQL development headers and libraries like so:

On Windows, there are binary wheels you can install without MySQLConnector/C or MSVC.

Note on Python 3 : if you are using python3 then you need to install python3-dev using the following command :

sudo apt-get install python3-dev # debian / Ubuntu

sudo yum install python3-devel # Red Hat / CentOS

Install from PyPI

pip install mysqlclient

NOTE: Wheels for Windows may be not released with source package. You should pin version in your requirements.txt to avoid trying to install newest source package.

Install from source

  1. Download source by git clone or zipfile.
  2. Customize site.cfg
  3. python setup.py install

Documentation

Documentation is hosted on Read The Docs