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.2.tar.gz (8.4 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.2-py3-none-any.whl (5.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: aiosplunkbase-0.1.2.tar.gz
  • Upload date:
  • Size: 8.4 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.2.tar.gz
Algorithm Hash digest
SHA256 3540416b18277a89f401c17a2444cdbcdfe037b76e8d4d81fbfde85d9e53d4a0
MD5 eb86ce2154577b83111814857f9fc0f1
BLAKE2b-256 c61d9d027dfbf90d01ed699c1ce3c43b1efad95a71e5688077d1d777159bda92

See more details on using hashes here.

Provenance

The following attestation bundles were made for aiosplunkbase-0.1.2.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.2-py3-none-any.whl.

File metadata

  • Download URL: aiosplunkbase-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 5.0 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.2-py3-none-any.whl
Algorithm Hash digest
SHA256 d367c440f28694ded501ddc040e6eb131d4e99481269fc43f282c9fbd079678e
MD5 38649e87642dd1e7d36880bbac251f69
BLAKE2b-256 12f582071b4d4c1925e4e0a59fefa42fbc8b701ff8381845482ff2c7db4f2151

See more details on using hashes here.

Provenance

The following attestation bundles were made for aiosplunkbase-0.1.2-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