CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements-dev.txt
build_helpers/JEARole.psrc
build_helpers/JEARoleSettings.pssc
build_helpers/check-winrm.py
build_helpers/lib.sh
build_helpers/run-ci.sh
build_helpers/win-setup.ps1
src/devious_pypsrp.egg-info/PKG-INFO
src/devious_pypsrp.egg-info/SOURCES.txt
src/devious_pypsrp.egg-info/dependency_links.txt
src/devious_pypsrp.egg-info/requires.txt
src/devious_pypsrp.egg-info/top_level.txt
src/psrp/__init__.py
src/psrp/_async.py
src/psrp/_client.py
src/psrp/_exceptions.py
src/psrp/_host.py
src/psrp/_sync.py
src/psrp/_winrs.py
src/psrp/_wsman.py
src/psrp/py.typed
src/psrp/_connection/__init__.py
src/psrp/_connection/_win32.py
src/psrp/_connection/connection.py
src/psrp/_connection/named_pipe.py
src/psrp/_connection/out_of_proc.py
src/psrp/_connection/process.py
src/psrp/_connection/ssh.py
src/psrp/_connection/wsman.py
src/psrp/_io/__init__.py
src/psrp/_io/wsman.py
src/psrp/_pwsh/__init__.py
src/psrp/_pwsh/copy.ps1
src/psrp/_pwsh/fetch.ps1
src/pypsrp/__init__.py
src/pypsrp/_utils.py
src/pypsrp/client.py
src/pypsrp/complex_objects.py
src/pypsrp/encryption.py
src/pypsrp/exceptions.py
src/pypsrp/host.py
src/pypsrp/messages.py
src/pypsrp/negotiate.py
src/pypsrp/powershell.py
src/pypsrp/py.typed
src/pypsrp/serializer.py
src/pypsrp/shell.py
src/pypsrp/wsman.py
src/pypsrp/pwsh_scripts/__init__.py
src/pypsrp/pwsh_scripts/copy.ps1
src/pypsrp/pwsh_scripts/fetch.ps1
tests/tests_psrp/conftest.py
tests/tests_psrp/test_async.py
tests/tests_psrp/test_client.py
tests/tests_psrp/test_connection.py
tests/tests_psrp/test_connection_win32.py
tests/tests_psrp/test_exceptions.py
tests/tests_psrp/test_host.py
tests/tests_psrp/test_io_wsman.py
tests/tests_psrp/test_out_of_proc.py
tests/tests_psrp/test_sync.py
tests/tests_psrp/test_winrs.py
tests/tests_psrp/test_wsman.py
tests/tests_psrp/test_wsman_integration.py
tests/tests_pypsrp/__init__.py
tests/tests_pypsrp/conftest.py
tests/tests_pypsrp/test_client.py
tests/tests_pypsrp/test_complex_objects.py
tests/tests_pypsrp/test_encryption.py
tests/tests_pypsrp/test_exceptions.py
tests/tests_pypsrp/test_host.py
tests/tests_pypsrp/test_integration.py
tests/tests_pypsrp/test_messages.py
tests/tests_pypsrp/test_negotiate.py
tests/tests_pypsrp/test_powershell.py
tests/tests_pypsrp/test_serializer.py
tests/tests_pypsrp/test_shell.py
tests/tests_pypsrp/test_utils.py
tests/tests_pypsrp/test_wsman.py
tests/tests_pypsrp/data/test_sanitise_clixml_with_error.xml
tests/tests_pypsrp/data/test_sanitise_clixml_with_no_errors.xml
tests/tests_pypsrp/responses/_template.yml
tests/tests_pypsrp/responses/test_client_copy_expand_vars.yml
tests/tests_pypsrp/responses/test_client_copy_file.yml
tests/tests_pypsrp/responses/test_client_copy_file_empty.yml
tests/tests_pypsrp/responses/test_client_copy_file_failure.yml
tests/tests_pypsrp/responses/test_client_copy_file_really_large.yml
tests/tests_pypsrp/responses/test_client_copy_file_warning.yml
tests/tests_pypsrp/responses/test_client_execute_cmd.yml
tests/tests_pypsrp/responses/test_client_execute_cmd_environment.yml
tests/tests_pypsrp/responses/test_client_execute_ps.yml
tests/tests_pypsrp/responses/test_client_execute_ps_environment.yml
tests/tests_pypsrp/responses/test_client_execute_ps_failure.yml
tests/tests_pypsrp/responses/test_client_fetch_file.yml
tests/tests_pypsrp/responses/test_client_fetch_file_expand_vars.yml
tests/tests_pypsrp/responses/test_client_fetch_file_fail_dir.yml
tests/tests_pypsrp/responses/test_client_fetch_file_fail_missing.yml
tests/tests_pypsrp/responses/test_client_fetch_file_hash_mismatch.yml
tests/tests_pypsrp/responses/test_psrp_application_args.yml
tests/tests_pypsrp/responses/test_psrp_clear_commands.yml
tests/tests_pypsrp/responses/test_psrp_disconnect_runspaces.yml
tests/tests_pypsrp/responses/test_psrp_disconnected_commands.yml
tests/tests_pypsrp/responses/test_psrp_error_failed.yml
tests/tests_pypsrp/responses/test_psrp_get_command_metadata.yml
tests/tests_pypsrp/responses/test_psrp_key_exchange_timeout.yml
tests/tests_pypsrp/responses/test_psrp_long_running_cmdlet.yml
tests/tests_pypsrp/responses/test_psrp_merge_commands.yml
tests/tests_pypsrp/responses/test_psrp_multiple_commands.yml
tests/tests_pypsrp/responses/test_psrp_nested_command.yml
tests/tests_pypsrp/responses/test_psrp_open_runspace.yml
tests/tests_pypsrp/responses/test_psrp_pshost_methods.yml
tests/tests_pypsrp/responses/test_psrp_pshost_raw_ui_mocked_methods.yml
tests/tests_pypsrp/responses/test_psrp_pshost_ui_mocked_methods.yml
tests/tests_pypsrp/responses/test_psrp_receive_failure.yml
tests/tests_pypsrp/responses/test_psrp_reset_runspace_state.yml
tests/tests_pypsrp/responses/test_psrp_reset_runspace_state_fail.yml
tests/tests_pypsrp/responses/test_psrp_run_protocol_version_2.1.yml
tests/tests_pypsrp/responses/test_psrp_run_protocol_version_2.2.yml
tests/tests_pypsrp/responses/test_psrp_run_protocol_version_2.3.yml
tests/tests_pypsrp/responses/test_psrp_set_runspaces.yml
tests/tests_pypsrp/responses/test_psrp_small_msg_size.yml
tests/tests_pypsrp/responses/test_psrp_stream_no_output_invocation.yml
tests/tests_pypsrp/responses/test_psrp_stream_output_invocation.yml
tests/tests_pypsrp/responses/test_psrp_with_history.yml
tests/tests_pypsrp/responses/test_psrp_with_input.yml
tests/tests_pypsrp/responses/test_psrp_with_jea_configuration.yml
tests/tests_pypsrp/responses/test_psrp_with_no_history.yml
tests/tests_pypsrp/responses/test_winrs_bad_cmd_id.yml
tests/tests_pypsrp/responses/test_winrs_environment.yml
tests/tests_pypsrp/responses/test_winrs_extra_opts.yml
tests/tests_pypsrp/responses/test_winrs_fail_poll_process.yml
tests/tests_pypsrp/responses/test_winrs_no_cmd_shell.yml
tests/tests_pypsrp/responses/test_winrs_noprofile.yml
tests/tests_pypsrp/responses/test_winrs_open_already_opened.yml
tests/tests_pypsrp/responses/test_winrs_operation_timeout.yml
tests/tests_pypsrp/responses/test_winrs_send.yml
tests/tests_pypsrp/responses/test_winrs_standard.yml
tests/tests_pypsrp/responses/test_winrs_stderr_rc.yml
tests/tests_pypsrp/responses/test_winrs_unicode.yml
tests/tests_pypsrp/responses/test_wsman_update_envelope_size_150.yml
tests/tests_pypsrp/responses/test_wsman_update_envelope_size_4096.yml
tests/tests_pypsrp/responses/test_wsman_update_envelope_size_500.yml