Development

We are eager to welcome more individuals to join and actively contribute to the PLIP package. Whether you have ideas for new features or improvements, don’t hesitate to raise an issue on GitHub or reach out via email. Your involvement can make a significant difference in enhancing the PLIP package and its functionalities.

Style Guide

Please follow the current style conventions:

  • Preferably, the maximum line length should be 100 characters.

  • Follow google style python docstring convention.

  • Follow the conventional commit for commit messages.

  • Use Black Python code formatter.

Documenting

All new features must be documented and tested.