Skip to content
Oliver Beckstein edited this page Jun 18, 2020 · 3 revisions

General rules for code development on PROPKA 3.

Documentation

Follow Napoleon - Marching toward legible docstrings guidelines.

Imports

Runtime

PROPKA 3 does not require any packages outside the standard library.

If any external packages are needed, discuss in a PR first.

Tests

Tests require

  • pytest
  • numpy
  • pandas
Clone this wiki locally