Skip to content

Commit

Permalink
add module docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
zzstoatzz committed Dec 14, 2024
1 parent a92a97e commit b27b890
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions packages/atproto_client/models/string_formats.py
Original file line number Diff line number Diff line change
@@ -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 [this pr](https://github.com/MarshalX/atproto/pull/406) for more details.
"""

import re
from datetime import datetime
from typing import Callable, Mapping, Set, Union, cast
Expand Down

0 comments on commit b27b890

Please sign in to comment.