Metadata-Version: 2.4
Name: selfdoc-core
Version: 0.2.0
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
Provides-Extra: og
Requires-Dist: predraw; 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
