Metadata-Version: 1.1
Name: cdbx
Version: 0.1.1
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
Description: =========================================
          CDBx - CDB Reimplementation for Python
        =========================================
        
        CDBx is `CDB`_ reimplementation for Python.
        
        Supported python versions are Python 2.7 and Python 3.3 and above.
        
        .. _CDB: https://cr.yp.to/cdb.html
        
        
        Development Status
        ~~~~~~~~~~~~~~~~~~
        
        Beta.
        
        
        Copyright and License
        ~~~~~~~~~~~~~~~~~~~~~
        
        Copyright 2016 - 2018
        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: 0x8103A37E
        
        
            If God intended people to be naked, they would be born that way.
            -- Oscar Wilde
        
        .. vim:tw=72 syntax=rest
        
Platform: UNKNOWN
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.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Database
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
