1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
|
-
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
|
## pluginconf
Is a Python implementation of [PMD](wiki/Plugin+Meta+Data).
| Project | URL |
| proejct | info |
|---------|-------------------------------------------|
| Repo | <https://fossil.include-once.org/pluginspec/tree/pluginconf> |
| API | <https://fossil.include-once.org/pluginspec/doc/tip/html/index.html> |
| 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, |
|compliancy| pep8, !man, !doap, self |
| system usage| - |
| permissive | 0.75 |
| testing | 0.5 |
| activity | infreq |
| state | stable |
| support | email |
| contrib | mail, fossil |
| announce| - |
| freshcode | - |
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.
|