Changes to "pluginconf" between 2022-11-01 18:05:03 and 2022-11-01 18:12:17

1
2
3



4
5
6
7
8
9
10
11





12
13
14
15

16
17
18
19
20


21
22
23
24
25
26
27
28
1
2

3
4
5
6
7
8





9
10
11
12
13




14





15
16

17
18
19
20
21
22
23


-
+
+
+



-
-
-
-
-
+
+
+
+
+
-
-
-
-
+
-
-
-
-
-
+
+
-







## pluginconf

Is a Python implementation of [PMD](wiki/Plugin+Meta+Data).
Is a Python implementation of [plugin meta data](wiki/Plugin+Meta+Data).
It's somewhat fault tolerant (syntax/format variations supported), and
adds a module loader.

| proejct | info                                      |
|---------|-------------------------------------------|
| Repo    | [/tree/pluginconf/](tree/pluginconf) |
| API docs| [/doc/trunk/html/](doc/trunk/html/) |
| pypi    | <https://pypi.org/project/pluginconf/> |
| depends | re, pysimplegui, setuptools, flit |
| compat  | Python ≥2.7, |
| Repo    | [/tree/pluginconf/](tree/pluginconf)      |
| **API** | [/doc/trunk/html/](doc/trunk/html/)       |
| pypi    | **<https://pypi.org/project/pluginconf/>**|
| depends | re, pysimplegui, setuptools, flit         |
| compat  | Python ≥2.7                               |
|compliancy| pep8, !man, !doap, self |
| system usage| - |
| permissive | 0.75 |
| testing | 0.5 |
| testing | 0.5, infreq                               |
| activity | infreq |
| state | stable |
| support | email |
| contrib | mail, fossil |
| announce| - |
| contrib | mail, fossil                              |
| announce| -                                         |


It [originated](http://fossil.include-once.org/streamtuner2/wiki/plugin+meta+data)
in streamtuner2. But has since gained some config dialog implementation of its own
(for modseccfg and other small tools). Simplifies configuration management, and has
a pretty terse API.

 * Only supports Python `#` comments.