Skip to main content

A Python client for the Zonerama API.

Project description

Zonerama API

Unofficial Python library for the Zonerama web library's SOAP API.

Installation

pip install zoneramaapi

Usage

from zoneramaapi import ZoneramaClient

with ZoneramaClient() as client:
    client.login("username", "password")
    albums = client.get_albums_in_account(client.logged_in_as)
    for album in albums:
        print(album.name)

ZIP album downloader

import asyncio

from httpx import AsyncClient

from zoneramaapi import download_album

client = AsyncClient()
asyncio.run(download_album(client, 42))

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

zoneramaapi-0.2.0.tar.gz (12.0 kB view details)

Uploaded Source

Built Distribution

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

zoneramaapi-0.2.0-py3-none-any.whl (17.6 kB view details)

Uploaded Python 3

File details

Details for the file zoneramaapi-0.2.0.tar.gz.

File metadata

  • Download URL: zoneramaapi-0.2.0.tar.gz
  • Upload date:
  • Size: 12.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.7.8

File hashes

Hashes for zoneramaapi-0.2.0.tar.gz
Algorithm Hash digest
SHA256 dd0b677f1285bf7194059585767e64355856fe5a3c7988f2450ce14f21e3b524
MD5 16b612217b0bc4ce44e0bfaf86ca31ec
BLAKE2b-256 b38f073ab9721463082c8b3134aa4bb342171b4bdaf5f8f0f24cdb61c9d3a642

See more details on using hashes here.

File details

Details for the file zoneramaapi-0.2.0-py3-none-any.whl.

File metadata

File hashes

Hashes for zoneramaapi-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 94dff95cb75795a784bd90126958c38b44cfb087060635e56cf56c95be4d8af7
MD5 a1ee05d0b4a63dbd61fc4f2faa6ea660
BLAKE2b-256 ffa7575c5aa3849637ad762576fd0f752fcaa5e92a25747b936aa6bed0246fa2

See more details on using hashes here.

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