Metadata-Version: 2.4
Name: slack_sdk_pydantic
Version: 0.1.1
Summary: Pydantic XML models for slack content to allow easily templating content
License-File: LICENSE
Requires-Python: >=3.12
Requires-Dist: lxml>=5.4.0
Requires-Dist: pydantic-xml>=2.17.0
Requires-Dist: pydantic>=2.11.4
Requires-Dist: slack-sdk>=3.35.0
Description-Content-Type: text/markdown

# Pydantic XML models for Slack SDK

![Latest tag](https://img.shields.io/github/v/tag/giftig/slack-sdk-pydantic)
![Build status](https://github.com/giftig/slack-sdk-pydantic/actions/workflows/build.yml/badge.svg)
![MIT License](https://img.shields.io/github/license/giftig/slack-sdk-pydantic)

Pydantic XML models for slack content to allow easily templating content for slack bots.

See `tests/models/test_blocks.py for usage examples.

## Developing

Run tests:

```bash
make test
```
