PEP 541 is accepted.
But I think most users already switched from MySQLdb to mysqlclient.
So, what should we do for now?
a. Claim taking over MySQLdb on PyPI
a1. Release package for both name
a2. Remove mysqlclient and continue MySQLdb
- b. Keep current package name.
- b1. Don't change import name.
- b2. Change import name as 'mysqlclient'
Now I prefer b1.
a is removed, see #232 (comment)