Get Involved

Get involved with RPC4Django development by adding features, reporting bugs or adding tests.

Getting the code

The code for RPC4Django is available on Github. Formerly, the code was up on Launchpad.

Reporting bugs

Please report bugs in the issues section on Github. For security issues, please mail the authors.

Testing

Tests are run with the following command:

python setup.py test

Code quality

RPC4Django uses flake8 to verify code quality:

flake8 --ignore=E501,W391 rpc4django