pyvider-rpcplugin
2025-04-16
Expanded configuration system and introduced factories module
3 files · 1,231+ · 89-
Complete Rewrite
1 file changed
config.pyModified (+649/-76)
- Rewrote
config.pyfrom basic settings to full configuration management system (725 lines) baseline internal1 file
config.py
- Multiple iterations refining the configuration API through several rewrites
interface
behavioral
1 file
config.py
- Added runtime configuration, validation, and environment variable integration
baseline
internal
1 file
config.py
New Module: Factories
2 files changed
config.pyModified (+649/-76)factories.pyAdded (+227)
Major Expansion
2 files changed
config.pyModified (+649/-76)types.pyModified (+355/-13)
- Expanded
types.pywith 368 lines of new type definitions instantiate internal1 file
types.py
- Added comprehensive type hierarchy for plugin configuration, transport settings, and protocol options
interface
internal
1 file
config.py