Metadata-Version: 2.5
Name: sanka-connector-markdown
Version: 0.1.0a10
Summary: Markdown connector for the Sanka migration runtime
Project-URL: Repository, https://github.com/sankaHQ/sanka-connectors
Project-URL: Issues, https://github.com/sankaHQ/sanka-connectors/issues
Author: Sanka, Inc.
License-Expression: Apache-2.0
License-File: LICENSE
Requires-Python: >=3.12
Requires-Dist: pyyaml>=6
Requires-Dist: sanka-connector-sdk==0.1.0a10
Description-Content-Type: text/markdown

# Markdown connector

Reads a directory of Markdown files as a Sanka **source**: YAML
frontmatter becomes structured fields, the body becomes `content`, the
relative path is the identity. Inventory reports the frontmatter field union
with inferred types and warns on mixed-type fields and unparseable
frontmatter. Apache-2.0; depends only on the `sanka-connector-sdk` interface (+ PyYAML).
