Metadata-Version: 2.4
Name: mdsmith
Version: 0.20.0
Summary: Fast, auto-fixing Markdown linter and formatter for docs, READMEs, and AI-generated content.
Project-URL: Homepage, https://github.com/jeduden/mdsmith
Project-URL: Source, https://github.com/jeduden/mdsmith
Project-URL: Issues, https://github.com/jeduden/mdsmith/issues
License-Expression: MIT
Keywords: docs,formatter,linter,markdown,mdsmith
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Go
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Text Processing :: Markup :: Markdown
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# mdsmith

Fast, auto-fixing Markdown linter and formatter for docs, READMEs,
and AI-generated content. This is the PyPI distribution of the Go
binary published at
<https://github.com/jeduden/mdsmith>.

## Install

```bash
pip install mdsmith
# or, without a permanent install:
uvx mdsmith --help
pipx install mdsmith
```

The package ships as one platform-tagged wheel per supported host
(linux x86_64, linux aarch64, macOS x86_64, macOS arm64, Windows
amd64). Each wheel bundles the prebuilt Go binary under
`mdsmith/_bin/`. The `mdsmith` console script execs that binary, so
no compilation or network call runs at install time.

## Versioning

Every PyPI release matches a `vX.Y.Z` git tag in the upstream repo.
`mdsmith version` reports the same value on every distribution
channel (npm, PyPI, asdf, mise, the GitHub release, the VS Code
marketplaces).

## Other channels

See [docs/guides/install.md](https://github.com/jeduden/mdsmith/blob/main/docs/guides/install.md)
for the full list (npm / npx, asdf, mise, direct download, VS Code
Marketplace, Open VSX).
