{"id":23882342,"url":"https://github.com/hellyaxs/design_pattern_es","last_synced_at":"2026-06-20T22:30:19.399Z","repository":{"id":220577251,"uuid":"752001120","full_name":"hellyaxs/design_Pattern_ES","owner":"hellyaxs","description":null,"archived":false,"fork":false,"pushed_at":"2024-10-09T01:24:33.000Z","size":166,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-04T02:53:26.738Z","etag":null,"topics":["desing-patterns","observer-pattern","python","study"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hellyaxs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-02-02T19:46:50.000Z","updated_at":"2024-10-09T01:24:37.000Z","dependencies_parsed_at":"2024-02-02T21:26:58.205Z","dependency_job_id":"b7fbccc1-53a6-48e1-bb50-406a5fc9604d","html_url":"https://github.com/hellyaxs/design_Pattern_ES","commit_stats":null,"previous_names":["hellyaxs/design_pattern_es"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellyaxs%2Fdesign_Pattern_ES","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellyaxs%2Fdesign_Pattern_ES/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellyaxs%2Fdesign_Pattern_ES/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellyaxs%2Fdesign_Pattern_ES/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hellyaxs","download_url":"https://codeload.github.com/hellyaxs/design_Pattern_ES/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240255421,"owners_count":19772616,"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":["desing-patterns","observer-pattern","python","study"],"created_at":"2025-01-04T02:53:29.229Z","updated_at":"2026-06-20T22:30:19.359Z","avatar_url":"https://github.com/hellyaxs.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Obersevações\n\n#### estrutura do padrão\n\n\u003cimg title=\"a title\" alt=\"Alt text\" src=\"structure.png\"\u003e\n\n```mermaid\nclassDiagram\n    class Publisher {\n        - Subscriber[] subscribers\n        - mainState\n        + subscribe(s: Subscriber)\n        + unsubscribe(s: Subscriber)\n        + notifySubscribers()\n        + mainBusinessLogic()\n    }\n\n    class Subscriber {\n        + update(context)\n    }\n\n    class ConcreteSubscriber {\n        + update(context)\n    }\n\n    class Client {\n        + createPublisher()\n        + createSubscriber()\n    }\n\n    Publisher --\u003e Subscriber : notifies\n    Subscriber \u003c|-- ConcreteSubscriber\n    Client --\u003e Publisher : subscribes\n    Client --\u003e ConcreteSubscriber : creates\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhellyaxs%2Fdesign_pattern_es","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhellyaxs%2Fdesign_pattern_es","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhellyaxs%2Fdesign_pattern_es/lists"}