IBM QRadar SOAR

IBM QRadar SOAR

Join this online user group to communicate across Security product users and IBM experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Re-Use of package in Resilient Circuit

    Posted Wed July 13, 2022 09:36 AM
    Hello All

    We have one package installed on resilient-circuit. Now we want use same package to different place. unfortunately we dont have package wit .gz format. we can only see that in Site-packages folder with two name, pacakge name  and with suffix.1.0.0.dist-info. Any suggestion how to repackage same and re-use at different resilient circuit server.

    Regards


  • 2.  RE: Re-Use of package in Resilient Circuit

    Posted Wed July 13, 2022 10:53 AM
    Hi Ritesh

    Is this an app you have developed?  You can create a .tar.gz file by going to the toplevel of the package (where the setup.py is located) and execute the command
    python setup.py sdist​
    A /dist subdirectory will be created with the format package-1.0.0.tar.gz which you can then pip install into your integration server environment.

    Does that answer your question?


    ------------------------------
    AnnMarie Norcross
    ------------------------------



  • 3.  RE: Re-Use of package in Resilient Circuit

    Posted Thu July 14, 2022 05:51 AM
    Hello AnnMarie
    Thank you for replying on Post. Unfortunately package we dont have setup.py. its there any way we can built setup.py. we can only see this script resilient circuit?

    Regards