Metadata-Version: 2.4
Name: selfdoc
Version: 0.36.0
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
Requires-Dist: strictcli
Provides-Extra: og
Requires-Dist: selfdoc-core[og]; extra == 'og'
Provides-Extra: perf
Requires-Dist: selfdoc-core[perf]; 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
