Metadata-Version: 2.4
Name: repost-client
Version: 0.4.0
Summary: Repost webhook client runtime — typed senders generated from your .repost schema
Requires-Python: >=3.10
Requires-Dist: h2~=4.2
Provides-Extra: test
Requires-Dist: build<2,>=1; extra == 'test'
Requires-Dist: hypothesis<7,>=6; extra == 'test'
Requires-Dist: pyright>=1.1.390; extra == 'test'
Requires-Dist: pytest<9,>=8; extra == 'test'
Requires-Dist: ruff<1,>=0.9; extra == 'test'
Description-Content-Type: text/markdown

# repost-client

The Python runtime for typed clients generated from a Repost schema.

See the [Python SDK guide](https://docs.repost.sh/send/python/quickstart) for
installation, generation, configuration, reliability, and testing.
