{"id":13416512,"url":"https://github.com/instacart/ahab","last_synced_at":"2025-08-19T01:31:51.595Z","repository":{"id":57408600,"uuid":"46404414","full_name":"instacart/ahab","owner":"instacart","description":"Docker event handling with Python","archived":false,"fork":false,"pushed_at":"2018-11-16T21:54:44.000Z","size":60,"stargazers_count":138,"open_issues_count":1,"forks_count":9,"subscribers_count":127,"default_branch":"master","last_synced_at":"2024-09-25T23:41:00.632Z","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":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/instacart.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":"2015-11-18T08:08:12.000Z","updated_at":"2024-09-22T06:33:56.000Z","dependencies_parsed_at":"2022-09-26T17:10:55.395Z","dependency_job_id":null,"html_url":"https://github.com/instacart/ahab","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/instacart%2Fahab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/instacart%2Fahab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/instacart%2Fahab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/instacart%2Fahab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/instacart","download_url":"https://codeload.github.com/instacart/ahab/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230061243,"owners_count":18166703,"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-07-30T21:00:59.987Z","updated_at":"2024-12-18T16:16:38.164Z","avatar_url":"https://github.com/instacart.png","language":"Python","funding_links":[],"categories":["Development with Docker","Python","others","Dev Tools"],"sub_categories":["API Client"],"readme":"====\nAhab\n====\n\n.. image:: ahab.png\n\nIt's easy to install Ahab:\n\n.. code:: bash\n\n    pip install ahab\n\nTo get detailed information about Docker events from the command line:\n\n.. code:: bash\n\n    ahab --console debug\n\nTo use Ahab as library, you can pass functions to the ``Ahab()`` constructor:\n\n.. code:: python\n\n    def f(event, data):\n        pass        # Handle the Docker event (and extended info, as available)\n\n\n    ahab = Ahab(handlers=[f])\n    ahab.listen()\n\nOr subclass ``Ahab``:\n\n.. code:: python\n\n    class Queequeg(Ahab):\n        def handle(self, event, data):\n            pass                                               # Your code here\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finstacart%2Fahab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finstacart%2Fahab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finstacart%2Fahab/lists"}