Metadata-Version: 2.5
Name: selfdoc
Version: 0.38.2
Summary: Code-aware static site generator with directive-based content extraction
Project-URL: Repository, https://github.com/smm-h/selfdoc
Author: smm-h
License-Expression: MIT
License-File: LICENSE
Keywords: docstring,documentation,jsdoc,rlsbl,selfdoc,static-site-generator
Classifier: Development Status :: 7 - Inactive
Requires-Python: >=3.12
Requires-Dist: selfdoc-core>=0.10.1
Requires-Dist: strictcli>=0.41.0
Provides-Extra: og
Requires-Dist: selfdoc-core[og]>=0.10.1; extra == 'og'
Provides-Extra: perf
Requires-Dist: selfdoc-core[perf]>=0.10.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.

# selfdoc

Code-aware static site generator with directive-based content extraction.
Builds full documentation sites from Markdown templates and source code:
auto-generated API/CLI reference pages, multi-version support,
localization, faceted search, theming, SEO, and deploy to Cloudflare
Pages or GitHub Pages. Supports Python, Go, TypeScript, and more.

```bash
pip install selfdoc
selfdoc --help
```

Blog and multi-project assembly features live in the companion
[selfblog](https://pypi.org/project/selfblog/) package.

Full documentation: https://selfdoc.smmh.dev

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