Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 802 Bytes

CONTRIBUTING.md

File metadata and controls

8 lines (5 loc) · 802 Bytes

We welcome any contributions via pull requests. We are especially interested in a collaborator that would either backport xphyle to Python 2.x or implement a compatibility layer to my xphyle Python version-independent.

All code must be written in idiomatic python 3. Note that we use PEP484 type hints. Variable annotations are defined where needed using the comment syntax. Static code analysis is performed usying mypy and pylint.

Style-wise, we try to adhere to the Google python style guidelines. We use Google-style docstrings, which are formatted by the Napoleon Sphinx Plugin.

We enforce the Contributor Covenant code of conduct.