pyvider-rpcplugin
2025-05-10
Auto-commit with LICENSE file addition, env
15 files · 233+ · 161-
Project: License and Environment
4 files changed
LICENSEAdded (+201)env.shModified (+21/-140)pyproject.tomlModified (+1/-1)config.pyModified (+1/-2)
- Added
LICENSEfile (201 lines) – Apache 2.0 license instantiate internal1 file
LICENSE
- Simplified
env.shby removing 161 lines of complex environment setup, keeping essential configuration baseline internal2 files
env.shconfig.py
- Updated pyproject.toml with dependency version change
baseline
internal
1 file
pyproject.toml
Code Cleanup
11 files changed
echo_client.pyRemoved (-1)echo_server.pyRemoved (-2)base.pyModified (+1/-1)config.pyModified (+1/-2)debug.pyModified (+3/-4)server.pyModified (+2/-2)unix.pyModified (+1/-1)test_transport_tcp_listen.pyRemoved (-1)test_transport_suite.pyRemoved (-2)test_transport_suite_2.pyModified (+1/-1)test_unix_error_handling.pyModified (+1/-1)
- Removed unused imports from
echo_client.pyandecho_server.pydeprecate internal3 files
echo_client.pyecho_server.pyserver.py
- Minor cleanups in
client/base.py,config.py,crypto/debug.py,server.py,transport/unix.pybaseline internal5 files
base.pyconfig.pydebug.pyserver.pyunix.py
- Removed unused lines from various test files
qualify
internal
5 files
test_handshake_utils.pytest_transport_tcp_listen.pytest_transport_suite_2.pytest_transport_suite.pytest_unix_error_handling.py