Metadata-Version: 1.1
Name: memsql
Version: 2.14.1
Summary: Useful utilities and plugins for MemSQL integration.
Home-page: http://github.com/memsql/memsql-python
Author: MemSQL
Author-email: support@memsql.com
License: LICENSE.txt
Description: =======================
        MemSQL Python Libraries
        =======================
        
        This library contains various plugins and wrappers designed by MemSQL
        engineers for a couple of important python libraries.
        
        Install
        =======
        
        .. code:: bash
        
            pip install memsql
        
        Testing
        =======
        
        .. image:: https://travis-ci.org/memsql/memsql-python.png
            :target: https://travis-ci.org/memsql/memsql-python
        
        Run tests by executing :code:`make test`.
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
