Metadata-Version: 2.5
Name: selfdoc-core
Version: 0.10.3
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
Classifier: Development Status :: 7 - Inactive
Requires-Python: >=3.12
Requires-Dist: strictcli>=0.41.0
Requires-Dist: strictspec>=0.2.3
Requires-Dist: tinymoon>=0.10.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

# 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-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
