Metadata-Version: 2.5
Name: selfblog
Version: 0.5.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
Classifier: Development Status :: 7 - Inactive
Requires-Python: >=3.12
Requires-Dist: selfdoc-core>=0.9.2
Requires-Dist: strictcli>=0.41.0
Provides-Extra: perf
Requires-Dist: brotli>=1.1; extra == 'perf'
Description-Content-Type: text/markdown

# Retired

The Python packages `selfdoc`, `selfdoc-core` and `selfblog` are retired.
selfdoc is a Go binary now: install it with `go install
github.com/smm-h/selfdoc@v0`, or download a platform archive from the GitHub
Releases at https://github.com/smm-h/selfdoc/releases. This final release
carries only this notice; the tool itself is unchanged.

# 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
