Skip to main content

Async Python client for Splunkbase

Project description

aiosplunkbase

A simple async API client for interacting with Splunk's Splunkbase service.

Installation

You can install aiosplunkbase using pip:

pip install aiosplunkbase

Usage Examples

Usage

from aiosplunkbase import SBClient
from pprint import pprint

async def main():
    async with SBClient(username="your_username", password="your_password") as client:
        await client.login()

        app_info = await client.get_app_info("Splunk_TA_aws")
        pprint(app_info)

        latest_version = await client.get_app_latest_version(
            "Splunk_TA_aws",
            splunk_version="9.1",
            is_cloud=False
        )
        pprint(latest_version)

        async for chunk in client.download_app("Splunk_TA_aws"):
            pass

License

MIT License

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aiosplunkbase-0.1.3.tar.gz (8.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

aiosplunkbase-0.1.3-py3-none-any.whl (5.2 kB view details)

Uploaded Python 3

File details

Details for the file aiosplunkbase-0.1.3.tar.gz.

File metadata

  • Download URL: aiosplunkbase-0.1.3.tar.gz
  • Upload date:
  • Size: 8.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for aiosplunkbase-0.1.3.tar.gz
Algorithm Hash digest
SHA256 64e8fa47e9eb0c121807c01ab51a4375e3cfcbdb92210148ddb192306bc88702
MD5 480644ad7ffb2667e890c70f965373da
BLAKE2b-256 40be83b13f031976b0e592e21d9d128488685689c570b1776e70a2e091af446f

See more details on using hashes here.

Provenance

The following attestation bundles were made for aiosplunkbase-0.1.3.tar.gz:

Publisher: publish.yml on cschmidt0121/aiosplunkbase

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file aiosplunkbase-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: aiosplunkbase-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 5.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for aiosplunkbase-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 eae63bfedaf2a29830e4cd9d813f356ed76ffd457b63833648233cdbc3ed34d9
MD5 78d6cb9e14161cac5242f30db577e893
BLAKE2b-256 de50c0da7009b08190947ffa31233ec839b93d2ee86ef7c0a691e07d80e3f1e7

See more details on using hashes here.

Provenance

The following attestation bundles were made for aiosplunkbase-0.1.3-py3-none-any.whl:

Publisher: publish.yml on cschmidt0121/aiosplunkbase

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page