Skip to content

Conversation

cecyliaborek
Copy link
Contributor

@cecyliaborek cecyliaborek commented Sep 10, 2025

According to Splunk documentation and best practices, Python apps should package their dependencies in the bin/ directory rather than lib/. This avoids the need to manually add lib/ to the Python path (e.g., using sys.path.insert).

This PR updates our SDK test apps to follow this approach.

@cecyliaborek cecyliaborek marked this pull request as ready for review September 16, 2025 07:42
@cecyliaborek cecyliaborek force-pushed the dev/CB/SDK-21-dependencies-in-bin branch from b424ed5 to c64aa8b Compare September 16, 2025 07:50
@cecyliaborek cecyliaborek force-pushed the dev/CB/SDK-21-dependencies-in-bin branch from c64aa8b to 758b0cb Compare September 16, 2025 07:51
@cecyliaborek cecyliaborek merged commit b69baaf into develop Sep 16, 2025
6 checks passed
@cecyliaborek cecyliaborek deleted the dev/CB/SDK-21-dependencies-in-bin branch September 16, 2025 08:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants