Metadata-Version: 2.4
Name: splunk-downloader
Version: 0.2.0
Summary: Download your Splunk binaries with this quick tool.
Author-email: James Hodgkinson <james@terminaloutcomes.com>
License: MIT
Requires-Python: >=3.12
Requires-Dist: beautifulsoup4>=4.12.3
Requires-Dist: click>=8.1.7
Requires-Dist: loguru>=0.7.2
Requires-Dist: packaging>=24.1
Requires-Dist: pydantic>=2.9.1
Requires-Dist: requests>=2.32.3
Description-Content-Type: text/markdown

# splunk-downloader

A little script to help download Splunk installers. You really should agree to the download terms if you're going to use this, just sayin'.

```text
Usage: splunk-downloader [OPTIONS] {enterprise|forwarder}

  Application needs to be either forwarder or enterprise.

Options:
  --cached                        Use a locally cached version of the source
                                  data.
  -a, --arch TEXT                 CPU Architecture filter - based on filename
                                  which is messy
  -d, --debug                     Enable debug mode
  -D, --download                  Prompt to download to the local directory
  -v, --version TEXT              Version to match, is used as a <version>*
                                  wildcard, if not included will list them
                                  all.
  -o, --os [windows|linux|solaris|osx|freebsd|aix]
                                  OS string to match, valid options for
                                  Enterprise: (linux|windows|osx), Forwarder:
                                  (windows|linux|solaris|osx|freebsd|aix)
  -t, --type [deb|dmg|msi|p5p|pkg.Z|rpm|tgz|txz|tar.Z|zip]
                                  Package type to match.
  -l, --latest                    Show only the latest version for any given
                                  os/package/arch combination.
  --help                          Show this message and exit.
```
