Metadata-Version: 2.4
Name: flex_dash_docset_generator
Version: 2026.1.25
Summary: Dash docset generator for Flex
Author-email: Louie Shprung <lshprung@tutanota.com>
License-Expression: GPL-3.0-or-later
Project-URL: Homepage, https://github.com/lshprung/flex-dash-docset
Project-URL: Issues, https://github.com/lshprung/flex-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 [Flex](https://github.com/westes/flex)

### Instructions

- Download and build
[upstream source](https://github.com/westes/flex)
    - Latest release can be found 
    [here](https://github.com/westes/flex/releases/latest)
    - You only need to build the html documentation

- `flex-dash-docset-generator MANUAL_SOURCE`

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