Plyvel uses Github’s issue tracker. See the Plyvel project page on Github.
The Plyvel source code can be found on Github. See the Plyvel project page on Github.
A simple make suffices to build the Plyvel extension. Note that the setup.py script does not invoke Cython, so that installations using pip install do not need to depend on Cython.
A few remarks about the code:
Almost all Plyvel code is covered by the unit tests. Plyvel uses Nose for running those tests. Type make test to run the unit tests.
The documentation is written in ReStructuredText (reST) format and processed using Sphinx. Type make doc to build the HTML documentation.