{"id":18795508,"url":"https://github.com/fmenabe/python-unix","last_synced_at":"2025-06-22T14:08:40.785Z","repository":{"id":5930616,"uuid":"7150607","full_name":"fmenabe/python-unix","owner":"fmenabe","description":"Package for managing (executing commands, manipulating files, ...) Unix-like systems.","archived":false,"fork":false,"pushed_at":"2017-08-11T10:33:47.000Z","size":192,"stargazers_count":12,"open_issues_count":2,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-29T12:11:00.230Z","etag":null,"topics":["local","paramiko","python","remote","ssh","unix"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fmenabe.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-12-13T15:40:42.000Z","updated_at":"2024-07-12T14:07:19.000Z","dependencies_parsed_at":"2022-09-07T14:01:35.433Z","dependency_job_id":null,"html_url":"https://github.com/fmenabe/python-unix","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/fmenabe/python-unix","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fmenabe%2Fpython-unix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fmenabe%2Fpython-unix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fmenabe%2Fpython-unix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fmenabe%2Fpython-unix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fmenabe","download_url":"https://codeload.github.com/fmenabe/python-unix/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fmenabe%2Fpython-unix/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261304268,"owners_count":23138301,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["local","paramiko","python","remote","ssh","unix"],"created_at":"2024-11-07T21:34:21.497Z","updated_at":"2025-06-22T14:08:35.770Z","avatar_url":"https://github.com/fmenabe.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Package for managing Unix hosts\n===============================\n\nThis module aims to manage Unix-likes operating systems. It manage both local or\nremote host in the same way. Commands can be executed interactively or not, and\nthe result is a list of three elements:\n\n    * the status of the command (boolean based on return code)\n    * the standard output (stdout)\n    * the error output (stderr)\n\nFor executed commands on localhost, the module used is ``subprocess`` and for\nremotes hosts, the module used is ``paramiko``.\n\nCode is available on Github (http://github.com/fmenabe/python-unix)\n\nReleases notes\n--------------\n1.0 (2015-07-02)\n~~~~~~~~~~~~~~~~\n    * Manage localhost (subprocess) and remote hosts (SSH; paramiko) uniformly.\n    * Use controls for managing some behaviour (decoding outputs, locale, ...).\n    * Implements basic commands for manipulating files and directories (``open``, ``copy``, ``mkdir``, ...).\n    * Organize commands in objects accessible via properties:\n        * path API (``exists``, ``isfile``, ...)\n        * remote API for copying file using from one host to another\n        * users and groups API\n    * Manage Linux hosts:\n        * chroot\n        * autodetecting the distribution\n        * manage arch, debian, ubuntu, redhat, centos, ...\n\n0.1 (2015-03-05)\n~~~~~~~~~~~~~~~~\n    * Initial version.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffmenabe%2Fpython-unix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffmenabe%2Fpython-unix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffmenabe%2Fpython-unix/lists"}