Splunk Dev

How to distribute Python dependencies as part of a Splunk TA ?

Edward1234
Engager

Hello,

 

I am working on a Python script that uses the gitPython package and I am trying to distribute the app as a TA. But I'm having a hard time with how I distribute the dependency (gitPython). I checked out the code another TA and it seemed like they had all of their dependencies in a local file and were able to import them. I've only used pip to install and work with dependencies.

How do I install my dependencies to a local folder and how I import them from that folder?

UPDATE:

I figured it out with the help of madscient and alacercogitatus on the Slack.

 

So to install a package locally:

 

 

pip3 install -t ./gitpython gitpython 

 

 

Then I had to move the git folder from the gitPython package:

 

 

mv gitpython/git ./git 

 

 



so that the structure is this:

index.py
<git>
----Git's files

Then I just used

 

 

from git import Repo

 



in the python script and changed my calls for the repo command to 'Repo'.


Not deleting this just in case someone else needs help and finds this.

Labels (3)
Tags (1)
0 Karma

richgalloway
SplunkTrust
SplunkTrust

Thanks for sharing!  Please submit an answer and accept it as a solution to help future readers find it.

---
If this reply helps you, Karma would be appreciated.
0 Karma
Get Updates on the Splunk Community!

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...