Metadata-Version: 2.5
Name: selfdoc
Version: 0.37.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
Requires-Python: >=3.12
Requires-Dist: selfdoc-core>=0.9.2
Requires-Dist: strictcli>=0.36.0
Provides-Extra: og
Requires-Dist: selfdoc-core[og]>=0.9.2; extra == 'og'
Provides-Extra: perf
Requires-Dist: selfdoc-core[perf]>=0.9.2; extra == 'perf'
Description-Content-Type: text/markdown

# 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
