We are glad to announce that Python SDK v4.0.2 has been released. This is a patch release and includes the following:
- Add a new command-line option for escaping double quotes with
-eqor--escape_quotes. - Add a check and shows a warning if the file contains double quotes and the option
-eqis not used. - Add a new command-line option in tests for testing just one module with
-m <module_name>or--module <module_name>.
Check the package at https://pypi.org/project/devo-sdk/
The source code is available on GitHub: https://github.com/DevoInc/python-sdk
