Metadata-Version: 2.5
Name: selfdoc-core
Version: 0.9.2
Summary: Shared engine for code-aware documentation generation
Project-URL: Repository, https://github.com/smm-h/selfdoc
Author: smm-h
License-Expression: MIT
License-File: LICENSE
Keywords: docstring,documentation,rlsbl,selfdoc,static-site-generator
Requires-Python: >=3.12
Requires-Dist: strictcli>=0.36.0
Requires-Dist: strictspec>=0.1.0
Provides-Extra: og
Requires-Dist: predraw>=0.2.1; extra == 'og'
Provides-Extra: perf
Requires-Dist: brotli>=1.1; extra == 'perf'
Description-Content-Type: text/markdown

# selfdoc-core

Shared engine for code-aware documentation generation. Provides the build
pipeline, directive parser, language extractors (Python, Go, TypeScript,
and more), theming, and site output machinery used by
[selfdoc](https://pypi.org/project/selfdoc/) and
[selfblog](https://pypi.org/project/selfblog/).

Most users should install `selfdoc` (the CLI) instead of this package
directly -- `selfdoc-core` is a library dependency with no command-line
interface of its own.

```bash
pip install selfdoc
```

Documentation: https://selfdoc.smmh.dev

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