Metadata-Version: 2.4
Name: asyncapi_mate
Version: 0.4.0
Summary: EDA Markdown template tooling for AsyncAPI documents
Project-URL: Documentation, https://github.com/Terradue/asyncapi-mate#readme
Project-URL: Issues, https://github.com/Terradue/asyncapi-mate/issues
Project-URL: Source, https://github.com/Terradue/asyncapi-mate
Author-email: Fabrice Brito <info@terradue.com>, Simone Tripodi <info@terradue.com>
License-Expression: Apache-2.0
License-File: LICENSE
Keywords: EDA,asyncapi,markdown,template
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.10
Requires-Dist: click==8.3.3
Requires-Dist: httpx==0.28.1
Requires-Dist: jinja2==3.1.6
Requires-Dist: jsonref==1.1.0
Requires-Dist: loguru==0.7.3
Requires-Dist: pyyaml==6.0.3
Description-Content-Type: text/markdown

# seda-markdown-template

This repository contains the Python tooling for the SEDA Markdown template project.

## Development

Create and enter the default Hatch environment:

```bash
hatch shell
```

If your environment restricts writes to the home cache, point Hatch to a writable cache first:

```bash
XDG_CACHE_HOME=$PWD/.cache HATCH_DATA_DIR=$PWD/.hatch hatch shell
```
