mirror of https://github.com/sgoudham/Enso-Bot.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
1.6 KiB
Plaintext
40 lines
1.6 KiB
Plaintext
Metadata-Version: 2.0
|
|
Name: mysql-connector-python
|
|
Version: 8.0.20
|
|
Summary: MySQL driver written in Python
|
|
Home-page: http://dev.mysql.com/doc/connector-python/en/index.html
|
|
Author: Oracle and/or its affiliates
|
|
Author-email: UNKNOWN
|
|
License: GNU GPLv2 (with FOSS License Exception)
|
|
Download-URL: http://dev.mysql.com/downloads/connector/python/
|
|
Keywords: mysql db
|
|
Platform: UNKNOWN
|
|
Classifier: Development Status :: 5 - Production/Stable
|
|
Classifier: Environment :: Other Environment
|
|
Classifier: Intended Audience :: Developers
|
|
Classifier: Intended Audience :: Education
|
|
Classifier: Intended Audience :: Information Technology
|
|
Classifier: Intended Audience :: System Administrators
|
|
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
|
|
Classifier: Operating System :: OS Independent
|
|
Classifier: Programming Language :: Python :: 2.7
|
|
Classifier: Programming Language :: Python :: 3
|
|
Classifier: Programming Language :: Python :: 3.4
|
|
Classifier: Programming Language :: Python :: 3.5
|
|
Classifier: Programming Language :: Python :: 3.6
|
|
Classifier: Programming Language :: Python :: 3.7
|
|
Classifier: Programming Language :: Python :: 3.8
|
|
Classifier: Topic :: Database
|
|
Classifier: Topic :: Software Development
|
|
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
|
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
Requires-Dist: protobuf (>=3.0.0)
|
|
Provides-Extra: dns-srv
|
|
Requires-Dist: dnspython (>=1.16.0); extra == 'dns-srv'
|
|
|
|
|
|
MySQL driver written in Python which does not depend on MySQL C client
|
|
libraries and implements the DB API v2.0 specification (PEP-249).
|
|
|
|
|