Skip to main content

lairs

A read/write dataset client for the Layers format, built on didactic.

CI Docs PyPI Python 3.14+ License: MIT

Tutorial · Guides · Concepts · API · Development


lairs is a Python client for reading and writing data in the Layers format. It downloads pub.layers.* records from ATProto Personal Data Servers, validates them against models generated from the Layers lexicons, holds them in memory or in a local content-addressed store, and exposes them through a datasets-like API with tooling for the modalities Layers relates: audio, video, and time-series signals. On the write side it constructs records, uploads media blobs, and publishes records in bulk to the authenticated user's own repository, with the local store doubling as schema-aware version control.

lairs is built on didactic, which is built on panproto. Structured values in lairs are didactic models built programmatically from the pub.layers.* ATProto lexicons.

Installation

lairs can be installed from pypi:

pip install lairs                 # core

The core install does not include integration dependencies. Each integration is an optional extra, discovered at runtime through entry points, so importing lairs never imports an integration's dependency.

pip install "lairs[hf]"           # HuggingFace datasets and Hub
pip install "lairs[torch]"        # PyTorch exporter
pip install "lairs[audio]"        # audio decoding
pip install "lairs[conllu]"       # the CoNLL-U codec

Usage

import lairs
from lairs.atproto import PdsClient

# read a corpus straight from the public Layers PDS
with PdsClient("https://repo.layers.pub") as client:
    corpus = lairs.load_corpus(
        "at://did:plc:myu6umexofclib2tvwn23gsc/pub.layers.corpus.corpus/92cfd1034bcef513c2796962",
        source="pds",
        pds_client=client,
    )

print(len(corpus.expressions))
print(corpus.expressions[0].text)

The lairs command vendors lexicons, regenerates models, and pulls, materialises, publishes, and inspects corpora:

lairs gen --check          # fail if the committed models drift from the lexicons
lairs pull did:plc:abc     # ingest an account's records into a local repository
lairs materialize <uri>    # build Arrow and Parquet views
lairs publish --repo ... --revision v0.1 --to did:plc:abc   # dry-run plan by default

Documentation

The documentation is available at layers.pub/lairs/. It can be built locally with:

uv run --group docs mkdocs serve

Development

lairs uses uv along with ruff, ty, and pytest for development.

uv sync
uv run ruff format --check lairs tests
uv run ruff check lairs tests
uv run ty check
uv run pytest                    # unit tests only
uv run pytest --run-integration  # include integration tests (docker, network, extras)

See CONTRIBUTING.md for the full contribution guide and the Development section of the documentation for testing, code generation, and the release process. All participants are expected to follow the Code of Conduct.

Changelog

Notable changes are recorded in CHANGELOG.md.

License

lairs is released under the MIT License.

Acknowledgments

lairs was developed with substantial assistance from Claude Code.

Release files for lairs 0.8.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 lairs 0.8.1
File Size Uploaded
lairs-0.8.1.tar.gz 890.8 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for lairs 0.8.1
File Interpreter ABI Platform
lairs-0.8.1-py3-none-any.whl Python 3 none any Details

Total release size: 1.5 MB

Release files / lairs-0.8.1.tar.gz

Download URL lairs-0.8.1.tar.gz
Size 890.8 kB
Tags Source
SHA-256 checksum
How to use checksums
41b8d87883fa2b852b68c3e6d0a4ed4ed55783d8d0d51f4202cfcd13acba3806
BLAKE2b-256 checksum
How to use checksums
c90f1e06a182c86ee731e0bb17ae3700fedf8cda685e4aeaaccb6bedb368ec32
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 25, 2026.

Transparency log

Release files / lairs-0.8.1-py3-none-any.whl

Download URL lairs-0.8.1-py3-none-any.whl
Size 589.4 kB
Tags Python 3
SHA-256 checksum
How to use checksums
6c1c43d7527ded58b4bf3930da3777a86e474daa829b36911598372a1cb92c75
BLAKE2b-256 checksum
How to use checksums
8bc92672c9b93f09ad23b7afed4a210fcb445e4f19e2e58007a51a6b9cf6e0ca
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 25, 2026.

Transparency log

Release history Release notifications | RSS feed

This release

0.8.1 This release

2 release files

0.8.0

2 release files

0.7.1

2 release files

0.7.0

2 release files

0.6.0

2 release files

0.5.0

2 release files

0.4.1

2 release files

0.4.0

2 release files

0.3.0

2 release files

0.2.0

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