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.
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.