Metadata-Version: 2.1
Name: Products.ZMySQLDA
Version: 4.6
Summary: MySQL Zope adapter.
Home-page: https://zmysqlda.readthedocs.io
Author: HOFFMANN+LIEBENBERG in association with SNTL Publishing, Andy Dustman, John Eikenberry
Author-email: zms@sntl-publishing.com
License: ZPL 2.1
Project-URL: Documentation, https://zmysqlda.readthedocs.io
Project-URL: Issue Tracker, https://github.com/zms-publishing/Products.ZMySQLDA/issues
Project-URL: Sources, https://github.com/zms-publishing/Products.ZMySQLDA
Platform: UNKNOWN
Classifier: Development Status :: 6 - Mature
Classifier: Environment :: Web Environment
Classifier: Framework :: Zope
Classifier: Framework :: Zope2
Classifier: Framework :: Zope :: 2
Classifier: Framework :: Zope :: 4
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
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: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Database
Classifier: Topic :: Database :: Front-Ends
Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*
Requires-Dist: setuptools
Requires-Dist: six
Requires-Dist: mysqlclient
Requires-Dist: Products.ZSQLMethods
Provides-Extra: docs
Requires-Dist: Sphinx ; extra == 'docs'
Requires-Dist: repoze.sphinx.autointerface ; extra == 'docs'

Products.ZMySQLDA
=================

.. image:: https://api.travis-ci.com/zms-publishing/Products.ZMySQLDA.svg?branch=master
   :target: https://travis-ci.com/zms-publishing/Products.ZMySQLDA

.. image:: https://readthedocs.org/projects/zmysqlda/badge/?version=latest
   :target: https://zmysqlda.readthedocs.io
   :alt: Documentation Status

.. image:: https://img.shields.io/pypi/v/Products.ZMySQLDA.svg
   :target: https://pypi.org/project/Products.ZMySQLDA/
   :alt: Latest stable release on PyPI

.. image:: https://img.shields.io/pypi/pyversions/Products.ZMySQLDA.svg
   :target: https://pypi.org/project/Products.ZMySQLDA/
   :alt: Stable release supported Python versions

This is the MySQL database adapter product for Zope.

Compatibility
-------------
* ``Zope2`` 2.13.26 and up under Python 2.7 in conjunction with
  ``Products.ZSQLMethods`` up to and including 2.13.5.

* ``Zope`` 4 after 4.0beta5 under Python 2.7 and Python 3.5 and higher.

* MySQL versions 3.22 and later including MariaDB. You need version 4.1
  or higher for unicode support.


