From d1eaf4216e0a79a53b15a92ac99437f7a4b82887 Mon Sep 17 00:00:00 2001 From: zzstoatzz Date: Fri, 13 Dec 2024 20:23:24 -0600 Subject: [PATCH] add module docstring no markdown i guess --- packages/atproto_client/models/string_formats.py | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages/atproto_client/models/string_formats.py b/packages/atproto_client/models/string_formats.py index 58c354ec..5769b33e 100644 --- a/packages/atproto_client/models/string_formats.py +++ b/packages/atproto_client/models/string_formats.py @@ -1,3 +1,14 @@ +"""AT Proto string format validation. + +*Note*: These formats are a working empirical understanding of the following resources: + +- https://atproto.com/specs/lexicon + +- https://github.com/bluesky-social/atproto/tree/main/interop-test-files/syntax + +see https://github.com/MarshalX/atproto/pull/406 for more details. +""" + import re from datetime import datetime from typing import Callable, Mapping, Set, Union, cast