Metadata-Version: 2.1
Name: cdbx
Version: 0.2.4
Summary: CDB reimplementation for Python
Home-page: http://opensource.perlig.de/cdbx/
Author: André Malo
Author-email: nd@perlig.de
License: Apache License, Version 2.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved
Classifier: Operating System :: OS Independent
Classifier: Operating System :: POSIX
Classifier: Programming Language :: C
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.6
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 :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Database
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
License-File: LICENSE

=========================================
  CDBx - CDB Reimplementation for Python
=========================================

CDBx is `CDB`_ reimplementation for Python.

Supported python versions are Python 2.7 and Python 3.6+.

.. _CDB: https://cr.yp.to/cdb.html


Development Status
~~~~~~~~~~~~~~~~~~

Beta.


Copyright and License
~~~~~~~~~~~~~~~~~~~~~

Copyright 2016 - 2024
André Malo or his licensors, as applicable.

The whole package is distributed under the Apache License Version 2.0.
You'll find a copy in the root directory of the distribution or online
at: <http://www.apache.org/licenses/LICENSE-2.0>.


Bugs
~~~~

No bugs, of course. ;-)
But if you've found one or have an idea how to improve cdbx, feel
free to send a pull request on `github
<https://github.com/ndparker/cdbx>`_ or send a mail to
<cdbx-bugs@perlig.de>.


Author Information
~~~~~~~~~~~~~~~~~~

André "nd" Malo <nd perlig.de>
GPG: 0x029C942244325167

    If God intended people to be naked, they would be born that way.
    -- Oscar Wilde

.. vim:tw=72 syntax=rest
