Metadata-Version: 2.1
Name: pymonetdb
Version: 1.6.1
Summary: Native MonetDB client Python API
Home-page: http://www.monetdb.org/
Author: MonetDB BV
Author-email: info@monetdb.org
License: UNKNOWN
Download-URL: https://github.com/MonetDB/pymonetdb
Platform: UNKNOWN
Classifier: Topic :: Database
Classifier: Topic :: Database :: Database Engines/Servers
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: Implementation :: PyPy
Provides-Extra: test
Provides-Extra: doc
License-File: LICENSE

.. This Source Code Form is subject to the terms of the Mozilla Public
.. License, v. 2.0.  If a copy of the MPL was not distributed with this
.. file, You can obtain one at http://mozilla.org/MPL/2.0/.
..
.. Copyright 1997 - July 2008 CWI, August 2008 - 2016 MonetDB B.V.

.. This document is written in reStructuredText (see
   http://docutils.sourceforge.net/ for more information).
   Use ``rst2html.py`` to convert this file to HTML.


Introduction
============

pymonetdb is a native python client API for monetDB. This API is cross-platform,
and doesn't depend on any monetdb libraries. It has support for Python 3.6+
and PyPy. The driver is Python DBAPI 2.0 compatible.

.. image:: https://img.shields.io/pypi/v/pymonetdb.svg
  :target: https://pypi.python.org/pypi/pymonetdb

.. image:: https://img.shields.io/pypi/pyversions/pymonetdb.svg
  :target: https://pypi.python.org/pypi/pymonetdb


Installation
============

The quickest way to get started is to install pymonetdb from pypi::

    $ pip install pymonetdb


Documentation
=============

You can find the online pymonetdb documentation at 
http://pymonetdb.readthedocs.io/


License
=======

This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0.  If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.


