Skip to main content
Solved

Need to install Siemplify SDK locally

  • August 8, 2024
  • 2 replies
  • 138 views

Forum|alt.badge.img+7

Hi,

I am developing a custom integration and need to write unit tests using pytest framework for an action.
However, my action starts by importing Siemplify modules and they cannot be found in my local environment. On the other end, I cannot run the unit tests on the SOAR IDE.

Is there any way that I can get some .whl file for siemplify-sdk or any way that I can download and install the siemplify package locally ?

Thanks.

Best answer by bsalvatore

Hi, in the following link you can find the official repo: GitHub - chronicle/soar-sdk

Maybe you can import this files to do some tests 😉

2 replies

bsalvatore
Forum|alt.badge.img+6
  • Bronze 1
  • Answer
  • August 8, 2024

Hi, in the following link you can find the official repo: GitHub - chronicle/soar-sdk

Maybe you can import this files to do some tests 😉


Forum|alt.badge.img+7
  • Author
  • Bronze 5
  • August 8, 2024

Hi @bsalvatore Thanks for the reference. I am using this currently, but need to add these files to my project. However, I was expecting if the package directly is available, then it would be a really convinent way to test.

Thanks for the suggestion though, working on it currently. 😊