Does anyone have a wrapper or code sample to easily run integrations in Pycharm or a debugger not within SOAR? It's brutal building in the IDE.
Have you tried exporting one of the integrations, extracting the zip and open in PyCharm. It is what I do, but with vscode
That's what I'm trying to do but since most of the internal packages aren't published - it makes it impossible.
Any chance anyone from Google can provide the built in Python packages to me? Specifically
SiemplifyDataModel
,
SiemplifyUtils
,
TIPCommon
,
SiemplifyAction
?
i checked with the team, the recommendation is to use the IDE in SOAR instance at the moment
Thank you for checking
And that's really disappointing to hear. The level of effort to debug things in the platform is exceeding higher than it should be especially when most of those libraries have no associated documentation.
there is a plan to work on it q4/q1 next year, but its not confirmed atm, i agree it would be great to provide an easy way to develop in your favorite IDE
Check here. Seems Google has repos for soar-sdk, tip-marketplace, tip-marketplace-usecases & tip-marketplace-uncertified all are public
https://github.com/chronicle
For your dependencies, you can or may need to create your own wheel versions
https://realpython.com/python-wheels/