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.3.0.tar.gz (12.7 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.3.0-py3-none-any.whl (18.4 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for zoneramaapi-0.3.0.tar.gz
Algorithm Hash digest
SHA256 a17275826da79c54bee5026e5160116ad91bd26f3aa1613f5f7a191195adc81b
MD5 fa0bc88556a0ad0b7f6bdbd32da14d7b
BLAKE2b-256 05615f93f1e6a78b692cea1440f1a75bfd1dca67631f4ba1b514eb999b2a9e28

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for zoneramaapi-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ca8088bda0d0498af2d24324381fe50e674b2025e3e2010e659de024be8e59d3
MD5 ee2a2e64c65f322adcf69ee6b10deca8
BLAKE2b-256 4e97a3185f97bc14df7aa17e52814ee3344f5191b915aa5676245e2db4ece3be

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