Trail Atlas 0.1.0
Trail Atlas 0.1.0 is the first PyPI release of the local Rust CLI for recording how people and agents interact with learning materials. Records preserve explicit actors and statements. Focus and Later are independent marks on material references.
Install the trail-atlas package to get the tatlas command:
uv tool install trail-atlas
tatlas --helpYou can also use python -m pip install trail-atlas in a virtual environment, or uvx --from trail-atlas tatlas --help for one run.
Prebuilt wheels support Linux with glibc 2.28 or newer on x86_64 and ARM64, macOS 13 or newer on Intel and Apple silicon, and Windows x86_64. Installing a matching wheel needs no Rust toolchain. A source archive is included.
All five platforms passed the release checks, including pip, uv tool and uvx installation probes. The six attached distributions match the files published to PyPI. SHA256SUMS covers every attached wheel and the source archive.
See the README at v0.1.0 for examples, storage behavior and recovery rules.