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.1

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.1
File Size Uploaded
synology_apm_repo_sdk-0.1.1.tar.gz 359.3 kB Details

Built distribution (wheel)

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

Total release size: 786.8 kB

Release files / synology_apm_repo_sdk-0.1.1.tar.gz

Download URL synology_apm_repo_sdk-0.1.1.tar.gz
Size 359.3 kB
Tags Source
SHA-256 checksum
How to use checksums
d7873a7bbf44f2fc40f587876990c34bcc1c94b72e5483f4728c886f0b11b766
BLAKE2b-256 checksum
How to use checksums
4baedb35b9d1b4cfebecbb5125691924d63b8fa201b41dd83bb078140a7db553
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 17, 2026.

Transparency log

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

Download URL synology_apm_repo_sdk-0.1.1-py3-none-any.whl
Size 427.5 kB
Tags Python 3
SHA-256 checksum
How to use checksums
e76f2f94568889184bdb9615a408d6746dff0043e994a2cfcad2cd66d4914036
BLAKE2b-256 checksum
How to use checksums
1d45b3116186fcb8ca60ba9a444986f2f5517d329263a94dfbfac55bfa188e46
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 17, 2026.

Transparency log

Release history Release notifications | RSS feed

0.2.0

2 release files

This release

0.1.1 This release

2 release files

0.1.0

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