APIMATIC's Python SDKs are now compliant with the PEP8 Coding Style Guide
- PEP8 compliance means that the Python code generated is guaranteed to be of high-quality.
- Python SDKs are written in a industry-standard code style to allow for maximum interoperability.
Re-generate your Python SDKs now for the new changes.
Details
This change does not introduce any breaking changes in the Python SDKs.
Testing for Code Style using PEP8
First you need to get the PEP8 package. You can install it using:
pip install pep8
You can now test the SDK code for PEP8 standard compliance using:
pep8 .