Index: html/flit.html ================================================================== --- html/flit.html +++ html/flit.html @@ -3,11 +3,11 @@ pluginconf.flit API documentation - + @@ -21,10 +21,11 @@

Module pluginconf.flit

monkeypatches flint to use pluginconf sources for packaging

+

flit - can't believe it's not setup.py!!

Index: html/gui.html ================================================================== --- html/gui.html +++ html/gui.html @@ -3,11 +3,11 @@ pluginconf.gui API documentation - + @@ -21,10 +21,11 @@

Module pluginconf.gui

PySimpleGUI window to populate config dict via plugin options

+

Index: html/index.html ================================================================== --- html/index.html +++ html/index.html @@ -3,11 +3,11 @@ pluginconf API documentation - + @@ -21,10 +21,11 @@

Package pluginconf

Plugin meta extraction and module lookup

+

#

Sub-modules

pluginconf.depends
@@ -31,15 +32,15 @@

Dependency validation and consistency checker for updates

pluginconf.flit
-

monkeypatches flint to use pluginconf sources for packaging

+

monkeypatches flint to use pluginconf sources for packaging …

pluginconf.gui
-

PySimpleGUI window to populate config dict via plugin options

+

PySimpleGUI window to populate config dict via plugin options …

pluginconf.setup

Simulates setuptools.setup()

Index: pluginconf/__init__.py ================================================================== --- pluginconf/__init__.py +++ pluginconf/__init__.py @@ -78,11 +78,15 @@ # # Using a plugin_state config dictionary in most cases can just list # module basenames, if there's only one namespace to manage. (Plugin # names unique across project.) -""" Plugin meta extraction and module lookup""" +""" +Plugin meta extraction and module lookup + +![#](https://fossil.include-once.org/pluginspec/logo) +""" import sys import os import re Index: pluginconf/flit.py ================================================================== --- pluginconf/flit.py +++ pluginconf/flit.py @@ -36,11 +36,15 @@ # dynamic = ["version", "description", "readme", "requires-python", # "license", "keywords", "classifiers", "urls", "entry-points"] # Not sure yet if the pyproject.toml specs allow for reconcilation here. # -""" monkeypatches flint to use pluginconf sources for packaging """ +""" +monkeypatches flint to use pluginconf sources for packaging + +![flit - can't believe it's not setup.py!!](https://i.imgur.com/82cTkcq.gif) +""" import sys import re import functools Index: pluginconf/gui.py ================================================================== --- pluginconf/gui.py +++ pluginconf/gui.py @@ -19,11 +19,15 @@ # # Very crude, and not as many widgets as the Gtk/St2 implementation. # Supports type: str, bool, select, int, dict, text config: options. # -""" PySimpleGUI window to populate config dict via plugin options """ +""" +PySimpleGUI window to populate config dict via plugin options + +![](http://fossil.include-once.org/streamtuner2/raw/st2-plugins.png?name=946c0e32c868a22facd7498250451723a50ab00a) +""" #import os import re #import json