LICENSE
README.md
setup.py
examples/__init__.py
examples/api/__init__.py
examples/api/main.py
examples/get_facts/__init__.py
examples/get_facts/main.py
examples/make_inventory/__init__.py
examples/make_inventory/make_inventory.py
reemote/__init__.py
reemote/cli.py
reemote/command.py
reemote/command_install.py
reemote/command_remove.py
reemote/command_update.py
reemote/command_upgrade.py
reemote/execute.py
reemote/main.py
reemote/operation_packages.py
reemote/operation_update.py
reemote/operation_upgrade.py
reemote/result.py
reemote/terminal.py
reemote.egg-info/PKG-INFO
reemote.egg-info/SOURCES.txt
reemote.egg-info/dependency_links.txt
reemote.egg-info/entry_points.txt
reemote.egg-info/requires.txt
reemote.egg-info/top_level.txt
reemote/callbacks/__init__.py
reemote/callbacks/progress/__init__.py
reemote/callbacks/progress/basic_progress.py
reemote/callbacks/progress/file_specific_progress.py
reemote/callbacks/progress/multi_file_transfer_progress.py
reemote/callbacks/progress/progress_bar.py
reemote/callbacks/progress/rate_limiting_progress_updates.py
reemote/commands/__init__.py
reemote/commands/apk/__init__.py
reemote/commands/apk/install.py
reemote/commands/apk/remove.py
reemote/commands/apk/update.py
reemote/commands/apk/upgrade.py
reemote/commands/apt/__init__.py
reemote/commands/apt/add_apt_key.py
reemote/commands/apt/add_ppa.py
reemote/commands/apt/install.py
reemote/commands/apt/remove.py
reemote/commands/apt/remove_apt_key.py
reemote/commands/apt/remove_ppa.py
reemote/commands/apt/update.py
reemote/commands/apt/upgrade.py
reemote/commands/dnf/__init__.py
reemote/commands/dnf/install.py
reemote/commands/dnf/remove.py
reemote/commands/dnf/update.py
reemote/commands/dnf/upgrade.py
reemote/commands/dpkg/__init__.py
reemote/commands/dpkg/install.py
reemote/commands/dpkg/remove.py
reemote/commands/pip/__init__.py
reemote/commands/pip/install.py
reemote/commands/pip/remove.py
reemote/commands/pipx/__init__.py
reemote/commands/pipx/install.py
reemote/commands/pipx/remove.py
reemote/commands/sftp/__init__.py
reemote/commands/sftp/mkdir.py
reemote/commands/sftp/put.py
reemote/commands/sftp/setstat.py
reemote/commands/sftp/write_file.py
reemote/commands/yum/__init__.py
reemote/commands/yum/install.py
reemote/commands/yum/remove.py
reemote/commands/yum/update.py
reemote/commands/yum/upgrade.py
reemote/commands/zypper/__init__.py
reemote/commands/zypper/install.py
reemote/commands/zypper/remove.py
reemote/commands/zypper/update.py
reemote/commands/zypper/upgrade.py
reemote/deployments/__init__.py
reemote/deployments/file/__init__.py
reemote/deployments/file/blockinfile.py
reemote/deployments/file/lineinfile.py
reemote/deployments/file/template.py
reemote/deployments/file/write_text_to_file.py
reemote/deployments/rust/__init__.py
reemote/deployments/rust/install_rust.py
reemote/facts/__init__.py
reemote/facts/apk/__init__.py
reemote/facts/apk/get_packages.py
reemote/facts/apk/info.py
reemote/facts/apt/__init__.py
reemote/facts/apt/get_packages.py
reemote/facts/apt/info.py
reemote/facts/command/__init__.py
reemote/facts/command/get_caller.py
reemote/facts/command/get_command.py
reemote/facts/command/get_cp.py
reemote/facts/dnf/__init__.py
reemote/facts/dnf/get_packages.py
reemote/facts/dpkg/__init__.py
reemote/facts/dpkg/get_packages.py
reemote/facts/inventory/__init__.py
reemote/facts/inventory/get_global_info.py
reemote/facts/inventory/get_host.py
reemote/facts/inventory/get_host_info.py
reemote/facts/inventory/get_password.py
reemote/facts/inventory/get_sudo_password.py
reemote/facts/inventory/get_sudo_user.py
reemote/facts/inventory/get_username.py
reemote/facts/lxc/__init__.py
reemote/facts/lxc/get_ip.py
reemote/facts/lxc/get_list.py
reemote/facts/lxc/get_status.py
reemote/facts/pacman/__init__.py
reemote/facts/pacman/get_packages.py
reemote/facts/pip/__init__.py
reemote/facts/pip/get_packages.py
reemote/facts/pipx/__init__.py
reemote/facts/pipx/get_packages.py
reemote/facts/server/__init__.py
reemote/facts/server/get_arch.py
reemote/facts/server/get_date.py
reemote/facts/server/get_home.py
reemote/facts/server/get_hostname.py
reemote/facts/server/get_kernel.py
reemote/facts/server/get_kernelversion.py
reemote/facts/server/get_os.py
reemote/facts/server/get_path.py
reemote/facts/server/get_tempdir.py
reemote/facts/server/get_user.py
reemote/facts/sftp/__init__.py
reemote/facts/sftp/exists.py
reemote/facts/sftp/get_cwd.py
reemote/facts/sftp/get_fstat.py
reemote/facts/sftp/get_lstat.py
reemote/facts/sftp/get_stat.py
reemote/facts/sftp/get_statvfs.py
reemote/facts/sftp/isdir.py
reemote/facts/sftp/isfile.py
reemote/facts/sftp/islink.py
reemote/facts/yum/__init__.py
reemote/facts/yum/get_packages.py
reemote/facts/zypper/__init__.py
reemote/facts/zypper/get_packages.py
reemote/gui/__init__.py
reemote/gui/local_file_picker.py
reemote/gui/main.py
reemote/gui/classes/__init__.py
reemote/gui/classes/ad_hoc.py
reemote/gui/classes/execution_report.py
reemote/gui/classes/file_path.py
reemote/gui/classes/gui.py
reemote/gui/classes/inventory_upload.py
reemote/gui/classes/manger.py
reemote/gui/classes/source_upload.py
reemote/gui/classes/stdout_report.py
reemote/gui/classes/versions.py
reemote/gui/functions/__init__.py
reemote/gui/functions/download_file.py
reemote/gui/functions/get_versions.py
reemote/gui/functions/install.py
reemote/gui/functions/inv_upload.py
reemote/gui/functions/perform_adhoc_command.py
reemote/gui/functions/remove.py
reemote/gui/functions/run_the_deploy.py
reemote/gui/functions/update.py
reemote/gui/functions/upgrade.py
reemote/gui/functions/upload_file.py
reemote/gui/local_file_picker/__init__.py
reemote/gui/local_file_picker/local_file_picker.py
reemote/gui/local_file_picker/main.py
reemote/gui/managers/__init__.py
reemote/gui/managers/command_manager.py
reemote/gui/managers/deployment_manager.py
reemote/gui/managers/file_manager.py
reemote/gui/managers/inventory_manager.py
reemote/gui/managers/package_manager.py
reemote/operations/__init__.py
reemote/operations/apk/__init__.py
reemote/operations/apk/packages.py
reemote/operations/apk/update.py
reemote/operations/apk/upgrade.py
reemote/operations/apt/__init__.py
reemote/operations/apt/packages.py
reemote/operations/apt/update.py
reemote/operations/apt/upgrade.py
reemote/operations/builtin/__init__.py
reemote/operations/builtin/add_host.py
reemote/operations/builtin/apt.py
reemote/operations/builtin/apt_key.py
reemote/operations/builtin/apt_repository.py
reemote/operations/builtin/assemble.py
reemote/operations/builtin/assert.py
reemote/operations/builtin/async_status.py
reemote/operations/builtin/blockinfile.py
reemote/operations/builtin/command.py
reemote/operations/builtin/copy.py
reemote/operations/builtin/cron.py
reemote/operations/builtin/debconf.py
reemote/operations/builtin/debug.py
reemote/operations/builtin/dnf5.py
reemote/operations/builtin/dpkg_selection.py
reemote/operations/builtin/expect.py
reemote/operations/builtin/fail.py
reemote/operations/builtin/fetch.py
reemote/operations/builtin/file.py
reemote/operations/builtin/find.py
reemote/operations/builtin/get_url.py
reemote/operations/builtin/getent.py
reemote/operations/builtin/git.py
reemote/operations/builtin/hostname.py
reemote/operations/builtin/iptables.py
reemote/operations/builtin/known_hosts.py
reemote/operations/builtin/lineinfile.py
reemote/operations/builtin/pip.py
reemote/operations/builtin/reboot.py
reemote/operations/builtin/replace.py
reemote/operations/builtin/rpm_key.py
reemote/operations/builtin/script.py
reemote/operations/builtin/service.py
reemote/operations/builtin/slurp.py
reemote/operations/builtin/stat.py
reemote/operations/builtin/systemd_service.py
reemote/operations/builtin/tempfile.py
reemote/operations/builtin/template.py
reemote/operations/builtin/unarchive.py
reemote/operations/builtin/uri.py
reemote/operations/builtin/user.py
reemote/operations/builtin/yum_repository.py
reemote/operations/dnf/__init__.py
reemote/operations/dnf/packages.py
reemote/operations/dnf/update.py
reemote/operations/dnf/upgrade.py
reemote/operations/dpkg/__init__.py
reemote/operations/dpkg/packages.py
reemote/operations/filesystem/__init__.py
reemote/operations/filesystem/chown.py
reemote/operations/filesystem/directory.py
reemote/operations/lxc/__init__.py
reemote/operations/lxc/copy.py
reemote/operations/lxc/delete.py
reemote/operations/lxc/exec.py
reemote/operations/lxc/init.py
reemote/operations/lxc/start.py
reemote/operations/lxc/stop.py
reemote/operations/pacman/__init__.py
reemote/operations/pacman/packages.py
reemote/operations/pacman/update.py
reemote/operations/pip/__init__.py
reemote/operations/pip/packages.py
reemote/operations/pipx/__init__.py
reemote/operations/pipx/packages.py
reemote/operations/scp/__init__.py
reemote/operations/scp/copy.py
reemote/operations/scp/download.py
reemote/operations/scp/upload.py
reemote/operations/server/__init__.py
reemote/operations/server/callback.py
reemote/operations/server/script.py
reemote/operations/server/shell.py
reemote/operations/sftp/__init__.py
reemote/operations/sftp/chdir.py
reemote/operations/sftp/chmod.py
reemote/operations/sftp/copy_files.py
reemote/operations/sftp/makedirs.py
reemote/operations/sftp/mcopy_files.py
reemote/operations/sftp/mget_files.py
reemote/operations/sftp/mkdir.py
reemote/operations/sftp/mput_files.py
reemote/operations/sftp/read_file.py
reemote/operations/sftp/remove.py
reemote/operations/sftp/rename.py
reemote/operations/sftp/rmdir.py
reemote/operations/sftp/rmtree.py
reemote/operations/sftp/setstat.py
reemote/operations/sftp/touch.py
reemote/operations/sftp/write_file.py
reemote/operations/users/__init__.py
reemote/operations/users/add_sudo_user.py
reemote/operations/users/add_sudo_user1.py
reemote/operations/users/add_user.py
reemote/operations/users/mkpasswd.py
reemote/operations/users/useradd.py
reemote/operations/users/usermod.py
reemote/operations/yum/__init__.py
reemote/operations/yum/packages.py
reemote/operations/yum/update.py
reemote/operations/yum/upgrade.py
reemote/operations/zypper/__init__.py
reemote/operations/zypper/packages.py
reemote/operations/zypper/update.py
reemote/operations/zypper/upgrade.py
reemote/utilities/__init__.py
reemote/utilities/add_localhost_to_known_hosts.py
reemote/utilities/convert_to_aggrid.py
reemote/utilities/convert_to_df.py
reemote/utilities/convert_to_tabulate.py
reemote/utilities/generate_execution_results.py
reemote/utilities/generate_table.py
reemote/utilities/get_classes_in_source.py
reemote/utilities/make_inventory.py
reemote/utilities/parse_kwargs_string.py
reemote/utilities/produce_grid.py
reemote/utilities/produce_json.py
reemote/utilities/produce_output_grid.py
reemote/utilities/produce_output_table.py
reemote/utilities/produce_table.py
reemote/utilities/read_inventory.py
reemote/utilities/template_render.py
reemote/utilities/validate_inventory_file_and_get_inventory.py
reemote/utilities/validate_inventory_structure.py
reemote/utilities/validate_list_of_strings.py
reemote/utilities/validate_root_class_name_and_get_root_class.py
reemote/utilities/verify_inventory_connect.py
reemote/utilities/verify_python_file.py
reemote/utilities/verify_source_file_contains_valid_class.py
reemote/utilities/write_responses_to_file.py
scripts/__init__.py
scripts/add_copyright_notice.py
scripts/build_documentation.py
scripts/generate_ai_documentation.py
scripts/generate_autodoc.py
scripts/generate_documentation.py
scripts/run_tests.py