Metadata-Version: 2.4
Name: gnu_libc_dash_docset_generator
Version: 2026.1.25
Summary: Dash docset generator for GNU C Library
Author-email: Louie Shprung <lshprung@tutanota.com>
License-Expression: GPL-3.0-or-later
Project-URL: Homepage, https://github.com/lshprung/gnu-libc-dash-docset
Project-URL: Issues, https://github.com/lshprung/gnu-libc-dash-docset/issues
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: dash_docset_builder>=2026.01.25
Dynamic: license-file

Dash docset generator for the
[GNU C Library](https://www.gnu.org/savannah-checkouts/gnu/libc/index.html)

### Instructions

- Download the pre-built documentation 
[](https://sourceware.org/glibc/manual/latest/html_node/libc-html_node.tar.gz)

- `gnu-libc-dash-docset-generator MANUAL_SOURCE`

    - If `pipx` is installed, you can avoid `pip install`ing anything and just
    run `pipx run gnu-libc-dash-docset-generator MANUAL_SOURCE`
    - `MANUAL_SOURCE` will be the path to the html sources, which 
    should be something like `libc/`
    - For a full set of options: `gnu-libc-dash-docset-generator -h`
