Metadata-Version: 2.4
Name: selfblog
Version: 0.1.1
Summary: Blog system for selfdoc-based documentation sites
Project-URL: Repository, https://github.com/smm-h/selfdoc
Author: smm-h
License-Expression: MIT
License-File: LICENSE
Keywords: blog,documentation,rlsbl,selfdoc,static-site-generator
Requires-Python: >=3.12
Requires-Dist: selfdoc-core
Requires-Dist: strictcli
Provides-Extra: perf
Requires-Dist: brotli>=1.1; extra == 'perf'
Description-Content-Type: text/markdown

# selfblog

Blog system for [selfdoc](https://pypi.org/project/selfdoc/)-based
documentation sites: blog post discovery and validation, assembly
infrastructure for unified multi-project sites, and the `selfblog` CLI
with `post`, `assembly`, `build`, and `check` commands.

```bash
pip install selfblog
selfblog --help
```

Documentation: https://selfdoc.smmh.dev

Source: https://github.com/smm-h/selfdoc
