Metadata-Version: 2.1
Name: cegodb
Version: 1.0.0
Summary: Cego Python Driver
Home-page: https://www.lemke-it.com/pythoncego
Author: Björn Lemke
License: LGPL 2.1
Project-URL: Documentation, https://www.lemke-it.com/pythoncego/
Project-URL: Source Code, https://www.lemke-it.com/pythoncego
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Environment :: MacOS X
Classifier: License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)
Classifier: Programming Language :: C
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Topic :: Database
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

<p align="center">
  <a href="http://www.lemke-it.com/">
    Cego Python Driver
  </a>
</p>

##  Python Cego Driver

[![License (LGPL version 2.1)][licence-image]](LICENSE)
[![Python 3.7][python-image]][python-url]


Cego Python Driver enables python programs to access cego databases, using an API
which is compliant with the Python DB API 2.0 (PEP-249). It is written in C and uses cego C wrapper
client library for client server communication.

This implementation is derived from the MariaDB Connector written by Georg Richter

## License

Python Cego Driver is licensed under the LGPL 2.1 or later (LGPL-2.1-or-later)

## Source code

Python Cego Driver source code is hosted on (https://www.lemke-it.com)

## Documentation

Python Cego Driver documentation can be found on (https://www.lemke-it.com)

## Bugs

Bugs and feature requests should be sent to lemke@lemke-it.com

[licence-image]:https://img.shields.io/badge/license-GNU%20LGPL%20version%202.1-green.svg?style=flat-square
[python-image]:https://img.shields.io/badge/python-3.7-blue.svg
[python-url]:https://www.python.org/downloads/release/python-370/
