{"id":16853137,"url":"https://github.com/devxoul/fabric-verbose","last_synced_at":"2025-04-11T07:11:54.547Z","repository":{"id":20998179,"uuid":"24287783","full_name":"devxoul/fabric-verbose","owner":"devxoul","description":null,"archived":false,"fork":false,"pushed_at":"2014-09-21T18:44:56.000Z","size":182,"stargazers_count":4,"open_issues_count":2,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-03T17:55:54.164Z","etag":null,"topics":[],"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/devxoul.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":"2014-09-21T10:03:28.000Z","updated_at":"2018-05-15T03:27:01.000Z","dependencies_parsed_at":"2022-07-31T05:38:01.669Z","dependency_job_id":null,"html_url":"https://github.com/devxoul/fabric-verbose","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devxoul%2Ffabric-verbose","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devxoul%2Ffabric-verbose/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devxoul%2Ffabric-verbose/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devxoul%2Ffabric-verbose/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devxoul","download_url":"https://codeload.github.com/devxoul/fabric-verbose/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239080896,"owners_count":19578230,"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-10-13T13:49:53.835Z","updated_at":"2025-02-19T00:31:24.310Z","avatar_url":"https://github.com/devxoul.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Fabric-Verbose\n==============\n\n.. image:: https://badge.fury.io/py/fabric-verbose.svg\n   :target: http://badge.fury.io/py/fabric-verbose\n\nAt a glance\n-----------\n\n**fabfile.py**\n\n.. code-block:: python\n\n   from fabric_verbose import verbose\n\n   # ...\n\n   def deploy():\n        with verbose(\"Discarding local changes\") as v:\n            v.run('git reset HEAD; git clean -fd; git checkout .')\n\n        with verbose(\"Pulling source code\") as v:\n            v.run('git pull')\n\n        with verbose(\"Installing requirements\") as v:\n            v.run('pip install -r requirements.txt')\n\n        with verbose(\"Starting\") as v:\n            v.run('fab start')\n\n\n**Output**\n\n.. code-block::\n\n   * Discarding local changes... Done\n   * Pulling source code... Done\n   * Installing requirements... Done\n   * Starting... Failed\n\n   Fatal error: /bin/sh: uwsgi: command not found\n\n   Aborting.\n\n\nInstallation\n------------\n\n.. code-block:: console\n\n   $ pip install fabric-verbose\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevxoul%2Ffabric-verbose","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevxoul%2Ffabric-verbose","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevxoul%2Ffabric-verbose/lists"}