{"id":18613951,"url":"https://github.com/enthought/fabric-winrm-fork","last_synced_at":"2025-11-03T02:30:39.242Z","repository":{"id":66039660,"uuid":"97217472","full_name":"enthought/fabric-winrm-fork","owner":"enthought","description":"Default Repo description from terraform module","archived":false,"fork":false,"pushed_at":"2017-07-14T09:35:21.000Z","size":2245,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-12-27T02:42:33.827Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/enthought.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":"docs/roadmap.rst","authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-07-14T09:30:51.000Z","updated_at":"2021-06-01T16:20:12.000Z","dependencies_parsed_at":"2023-05-02T15:16:11.200Z","dependency_job_id":null,"html_url":"https://github.com/enthought/fabric-winrm-fork","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enthought%2Ffabric-winrm-fork","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enthought%2Ffabric-winrm-fork/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enthought%2Ffabric-winrm-fork/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enthought%2Ffabric-winrm-fork/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/enthought","download_url":"https://codeload.github.com/enthought/fabric-winrm-fork/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239406446,"owners_count":19633024,"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":[],"created_at":"2024-11-07T03:24:27.928Z","updated_at":"2025-11-03T02:30:39.183Z","avatar_url":"https://github.com/enthought.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Fabric is a Python (2.5 or higher) library and command-line tool for\nstreamlining the use of SSH for application deployment or systems\nadministration tasks.\n\nIt provides a basic suite of operations for executing local or remote shell\ncommands (normally or via ``sudo``) and uploading/downloading files, as well as\nauxiliary functionality such as prompting the running user for input, or\naborting execution.\n \nTypical use involves creating a Python module containing one or more functions,\nthen executing them via the ``fab`` command-line tool. Below is a small but\ncomplete \"fabfile\" containing a single task::\n\n    from fabric.api import run\n\n    def host_type():\n        run('uname -s')\n\nOnce a task is defined, it may be run on one or more servers, like so::\n\n    $ fab -H localhost,linuxbox host_type\n    [localhost] run: uname -s\n    [localhost] out: Darwin\n    [linuxbox] run: uname -s\n    [linuxbox] out: Linux\n\n    Done.\n    Disconnecting from localhost... done.\n    Disconnecting from linuxbox... done.\n\nIn addition to use via the ``fab`` tool, Fabric's components may be imported\ninto other Python code, providing a Pythonic interface to the SSH protocol\nsuite at a higher level than that provided by e.g. the ``ssh`` library (which Fabric itself uses.)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenthought%2Ffabric-winrm-fork","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fenthought%2Ffabric-winrm-fork","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenthought%2Ffabric-winrm-fork/lists"}