The Python code is currently not compliant with common standards like PEP8 (code style) and PEP 257 (docstring conventions). This pull request makes various non-functional changes to the code to improve compliance with these standards.
This PR replaces #3, which was closed after the API code was substantially reworked.
The Python code is currently not compliant with common standards like PEP8 (code style) and PEP 257 (docstring conventions). This pull request makes various non-functional changes to the code to improve compliance with these standards.
This PR replaces #3, which was closed after the API code was substantially reworked.