{"id":18669164,"url":"https://github.com/danbradham/shout","last_synced_at":"2025-10-08T18:28:26.590Z","repository":{"id":19173194,"uuid":"22405511","full_name":"danbradham/shout","owner":"danbradham","description":"Loud python messaging!","archived":false,"fork":false,"pushed_at":"2021-12-11T14:41:10.000Z","size":44,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-28T09:46:33.361Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://shout.readthedocs.org","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/danbradham.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-07-30T02:57:47.000Z","updated_at":"2018-03-05T05:16:57.000Z","dependencies_parsed_at":"2022-08-05T02:30:15.625Z","dependency_job_id":null,"html_url":"https://github.com/danbradham/shout","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/danbradham%2Fshout","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danbradham%2Fshout/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danbradham%2Fshout/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danbradham%2Fshout/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danbradham","download_url":"https://codeload.github.com/danbradham/shout/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239499792,"owners_count":19649106,"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-07T08:46:06.775Z","updated_at":"2025-10-08T18:28:21.553Z","avatar_url":"https://github.com/danbradham.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":".. image:: https://travis-ci.org/danbradham/shout.svg?branch=master\n  :target: https://travis-ci.org/danbradham/shout\n  :alt: Build Status\n\n.. image:: https://coveralls.io/repos/danbradham/shout/badge.png?branch=master\n  :target: https://coveralls.io/r/danbradham/shout?branch=master\n  :alt: Coverage Status\n\n.. image:: https://img.shields.io/pypi/v/pyshout.svg\n  :target: https://pypi.python.org/pypi/pyshout/\n  :alt: Latest Version\n\n========\n Shout!\n========\n\n**Loud Python messaging.**\n\nShout is a single module providing simple messaging vocabulary for small applications. Shout is NOT a distributed messaging framework.\n\n::\n\n    from shout import Message, hears, shout\n\n    class WhoAreYou(Message):\n        pass\n\n    @hears(WhoAreYou)\n    def lucky_day():\n        return \"We are...\"\n\n    @hears(WhoAreYou)\n    def dusty_bottoms():\n        return \"The threeee...\"\n\n    @hears(WhoAreYou)\n    def ned_nederlander():\n        return \"Amigos!!\"\n\n    msg = shout(WhoAreYou)\n    print(\"\".join(msg.results))\n\n    # We are...The threeee...Amigos!!\n\n\nWhy Shout\n=========\n\n* Decoupling of a GUI and it's behavior\n\n  * PySide/PyQt signals are bound to widgets making it harder to decouple widgets. You have to explicitly connect each widget's signals with their slots which could live deep in a hierarchy of widgets.\n\n  * Shout Messages are classes themselves, readily available to all other objects in their scope. Shout from inside, outside, top, or bottom of a widget hierarchy, Messages will still get to where they need to go!\n\n* Shout is a single module, easily included with any package.\n\n* It's easy and fun to use.\n\n\nGet Shout\n=========\n\nShout is available through the python package index as **pyshout**.\n\n::\n\n    pip install pyshout\n\n* Note that only the python package name is pyshout, the module it installs is simply **shout**.\n\n\nDocumentation\n=============\n\nFor more information visit the `docs \u003chttp://shout.readthedocs.org\u003e`_.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanbradham%2Fshout","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanbradham%2Fshout","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanbradham%2Fshout/lists"}