https://github.com/monetdb/pymonetdb
The Python API for MonetDB
https://github.com/monetdb/pymonetdb
Last synced: 6 months ago
JSON representation
The Python API for MonetDB
- Host: GitHub
- URL: https://github.com/monetdb/pymonetdb
- Owner: MonetDB
- License: mpl-2.0
- Created: 2014-11-14T13:50:54.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2025-10-08T08:26:11.000Z (8 months ago)
- Last Synced: 2025-10-21T19:59:41.761Z (8 months ago)
- Language: Python
- Homepage: https://www.monetdb.org/
- Size: 555 KB
- Stars: 29
- Watchers: 7
- Forks: 22
- Open Issues: 3
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
README
.. 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.7+
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/.