We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
General rules for code development on PROPKA 3.
Follow Napoleon - Marching toward legible docstrings guidelines.
To build the docs locally
python setup.py build_sphinx
and open build/sphinx/index.hml in your web browser.
build/sphinx/index.hml
PROPKA 3 does not require any packages outside the standard library.
If any external packages are needed, discuss in a PR first.
Tests require
To build the docs, packages
are needed.