lairs
A read/write dataset client for the Layers format, built on didactic.
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.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| lairs-0.8.0.tar.gz | 887.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| lairs-0.8.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 1.5 MB
Release files / lairs-0.8.0.tar.gz
| Download URL | lairs-0.8.0.tar.gz |
|---|---|
| Size | 887.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
517cf1b80da935321c1f70fe4d3a323a369605ed35d6ade8204d46d3fb23e358
|
|
BLAKE2b-256 checksum How to use checksums |
8518aa0531d6480eee1206d5c75ef20bcbbda96b1cb1fce4251b030866fea886
|
| 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 15, 2026.
Transparency logRelease files / lairs-0.8.0-py3-none-any.whl
| Download URL | lairs-0.8.0-py3-none-any.whl |
|---|---|
| Size | 587.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
a2e39c4bbdb2e397d8add7604e18929271d0c90fc913343c18d0df0346d37bff
|
|
BLAKE2b-256 checksum How to use checksums |
a7e5b671b332b1438b480ddf5d815c73ec1e7c1d49cacedcf3767da5b5eb7b47
|
| 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 15, 2026.
Transparency log