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 (2)
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!

Prove Your Splunk Prowess at .conf25—No Prereqs Required!

Your Next Big Security Credential: No Prerequisites Needed We know you’ve got the skills, and now, earning the ...

Splunk Observability Cloud's AI Assistant in Action Series: Observability as Code

This is the sixth post in the Splunk Observability Cloud’s AI Assistant in Action series that digs into how to ...

Splunk Answers Content Calendar, July Edition I

Hello Community! Welcome to another month of Community Content Calendar series! For the month of July, we will ...