Read the README.md
pyenv install 3.8
pyenv virtualenv 3.8 python-sdk
pyenv local python-sdk
poetry install
poetry run pytest ...
pre-commit install --hook-type commit-msg --hook-type pre-push
https://python-poetry.org/docs/basic-usage/#installing-dependencies
poetry run
https://python-poetry.org/docs/basic-usage/#installing-dependencies
There are 3 ways that community members can help contribute to the Lacework Python SDK. Reporting any issues you may find in the functionality or documentation. Or if you believe some functionality should exist within the SDK you can make a feature request. Finally, if you've gone one step further and made the changes to submit for a pull request.
Ensure the issue you are raising has not already been created under issues.
If no current issue addresses the problem, open a new issue. Include as much relevant information as possible. See the bug template for help on creating a new issue.
If you wish to submit a request to add new functionality or an improvement to the go-sdk then use the the feature request template to open a new issue
When submitting a pull request follow the commit message standard.
Thanks, Project Maintainers