Skip to main content

synology-apm-repo-sdk

Offline, read-only Python SDK for the Synology APV/Object-Storage dedup backup repository on-disk format. No network access, no writes to the repository — it only decodes what's already on disk (local filesystem, a mounted S3/Azure object store, or an SMB share) into browsable catalogs, workloads, versions, and restorable files.

Install

uv add synology-apm-repo-sdk        # inside a uv project
pip install synology-apm-repo-sdk   # any other environment

Full API reference: https://synology-apm.github.io/apm-repo-sdk-python/

Usage

import asyncio

from synology_apm_repo.sdk import Session


async def main() -> None:
    async with Session() as session:
        for repo in await session.open("/path/to/repository"):
            if repo.is_encrypted:
                verification = await repo.set_key("<userKeyID>@<base64 userKey>")
                if not verification.ok:
                    print(f"wrong key for {repo}")
                    continue
            for catalog in await repo.catalogs():
                for workload in await catalog.workloads():
                    for version in await catalog.versions(workload):
                        print(catalog.display_name, workload.display_name, version.display_name)


asyncio.run(main())

Everything the SDK does is async def; Session/Repository (both usable as async context managers) are the entry point for a normal consumer — Repository is one opened bucket or vault, Catalog (from Repository.catalogs()) is one connection's worth of data within it.

Requirements

Python 3.11+.

License

Apache-2.0.

Release files for synology-apm-repo-sdk 0.1.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for synology-apm-repo-sdk 0.1.0
File Size Uploaded
synology_apm_repo_sdk-0.1.0.tar.gz 353.3 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for synology-apm-repo-sdk 0.1.0
File Interpreter ABI Platform
synology_apm_repo_sdk-0.1.0-py3-none-any.whl Python 3 none any Details

Total release size: 774.0 kB

Release files / synology_apm_repo_sdk-0.1.0.tar.gz

Download URL synology_apm_repo_sdk-0.1.0.tar.gz
Size 353.3 kB
Tags Source
SHA-256 checksum
How to use checksums
d5a8a9b83f50a329ba598e4546256b2c078b2b016fb0378aac9f078b8b1080f7
BLAKE2b-256 checksum
How to use checksums
6b1da5c0a000e6266df1afab365f3684569d01fe89927e75f65ee1cd09043158
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 16, 2026.

Transparency log

Release files / synology_apm_repo_sdk-0.1.0-py3-none-any.whl

Download URL synology_apm_repo_sdk-0.1.0-py3-none-any.whl
Size 420.7 kB
Tags Python 3
SHA-256 checksum
How to use checksums
98c903b4a496d1cdb2bbbca145cb1b2e30c8e2a0a8ed340d22403a0ad31a4b2b
BLAKE2b-256 checksum
How to use checksums
d5a909eea359c94fc9472929ebefb8ab856d5fa4d8fd3b1ba85d81dd24897c57
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 16, 2026.

Transparency log

Release history Release notifications | RSS feed

0.2.0

2 release files

0.1.1

2 release files

This release

0.1.0 This release

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page