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

.. _Github: https://github.com/davidfischer/rpc4django
.. _Launchpad: https://launchpad.net/rpc4django

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

.. _flake8: https://bitbucket.org/tarek/flake8
