mysql

Virtual package for MySQL-python


License
MIT
Install
pip install mysql==0.0.3

Documentation

Virtual MySQL-python package

Warning

Do not use this package. Instead, directly refer to the mysqlclient package.

This package is a 'virtual package', which requires MySQL-python (Python 2) or mysqlclient (Python 3) to install. In effect, this means 'pip install mysql' will actually install MySQL-python.

Note

Instead of depending on this package, please depend on the relevant package directly.

See also: