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.4.0.tar.gz (13.1 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.4.0-py3-none-any.whl (19.4 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for zoneramaapi-0.4.0.tar.gz
Algorithm Hash digest
SHA256 d743e078c7962fc2fbab281dd662d08154d0a1686e562db25bd3669f01a530dd
MD5 c240998646361ec9ffc01fc97c0a7204
BLAKE2b-256 b3d25de5a191de9d2af067eb513f4316798bb850dd5953afb7dd501cee79e7d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zoneramaapi-0.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 80464e16aa2f5fe92358e18ada7d402650cc49bbfd442219bbadc903095a8021
MD5 1557a8f5e0df2d46d33ef1550466ec9c
BLAKE2b-256 5f4cf51c6948960ca1530457037a89a9d5189a9ab88247b4b3fe4706e7212aec

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