- Introduction
- Development Status
- Copyright and License
- System Requirements
- Installation
- Documentation
- Bugs
- Author Information
cdbx is a CDB reimplementation for Python.
Beta.
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.
Supported python versions are 2.7 and 3.6+.
You also need a build environment for python C extensions (i.e. a compiler and the python development files).
$ pip install cdbx
Download the package, unpack it, change into the directory
$ python setup.py install
The command above will install a new "cdbx" package into python's library path.
You'll find a user documentation in the docs/userdoc/
directory of the
distribution package. Further, there's an api documentation, which can be found
in the docs/apidoc/ subdirectory.
The latest documentation is also available online at http://opensource.perlig.de/cdbx/.
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 or send a mail to cdbx-bugs@perlig.de.
André "nd" Malo nd@perlig.de, GPG: 0x029C942244325167
If God intended people to be naked, they would be born that way. -- Oscar Wilde