Changes to "References" between 2022-10-27 05:37:37 and 2022-11-01 18:13:12

1
2
3
4
5

6
7
8
9

10
11
12
13
14
15
16
1
2
3
4

5
6
7
8
9
10
11
12
13
14
15
16
17




-
+




+







#### References / Existing Implementations

PMD is somewhat cemented now for most of my projects. Even if you don't actually need the management features. This is just a list of existing parsers and usage schemes.

## Python: [pluginconf](https://pypi.org/project/pluginconf/)
## Python: [pluginconf](wiki/pluginconf)

 * Contained in **this** repo:
   [dir/pluginconf/](dir?ci=tip&name=pluginconf&type=tree),
   API documentation: [doc/tip/html/](doc/tip/html/index.html).
   On pypi: <https://pypi.org/project/pluginconf/>
 * Comes with a full parser, and handles plugin activation with a simple configuration hashtable.
 * [plugin_meta()](http://fossil.include-once.org/streamtuner2/artifact/8ae013bd9365f11be08fe429caf0a7f2e18976cc) can extract from files or loaded modules, and pyz archives
 * The admin UI sets a `.plugins{}` dict with activation states:

        "plugins": {
           "bookmarks": true, 
           "cachereset": false,