{"id":22337403,"url":"https://github.com/aminehsan/designpattern-singleton","last_synced_at":"2025-06-14T11:39:10.665Z","repository":{"id":177898927,"uuid":"661066280","full_name":"aminehsan/DesignPattern-Singleton","owner":"aminehsan","description":"Analysis and implementation of the Singleton Design Pattern","archived":false,"fork":false,"pushed_at":"2024-06-07T18:44:05.000Z","size":28,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-09T07:44:44.060Z","etag":null,"topics":["computer-software-engineer","design-pattern","singleton","singleton-design-pattern"],"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/aminehsan.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,"publiccode":null,"codemeta":null}},"created_at":"2023-07-01T17:22:24.000Z","updated_at":"2025-03-04T12:18:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"ee6f21ae-2f09-4adb-8f19-91842d4a816b","html_url":"https://github.com/aminehsan/DesignPattern-Singleton","commit_stats":null,"previous_names":["aminehsan/designpattern-singleton"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aminehsan/DesignPattern-Singleton","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aminehsan%2FDesignPattern-Singleton","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aminehsan%2FDesignPattern-Singleton/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aminehsan%2FDesignPattern-Singleton/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aminehsan%2FDesignPattern-Singleton/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aminehsan","download_url":"https://codeload.github.com/aminehsan/DesignPattern-Singleton/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aminehsan%2FDesignPattern-Singleton/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259810570,"owners_count":22915126,"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":["computer-software-engineer","design-pattern","singleton","singleton-design-pattern"],"created_at":"2024-12-04T06:09:47.101Z","updated_at":"2025-06-14T11:39:10.647Z","avatar_url":"https://github.com/aminehsan.png","language":"Python","readme":"# Design Pattern Singleton\n\u003e Analysis and implementation of the Singleton Design Pattern\n\n![Singleton](https://github.com/AminEhsan/DesignPattern-Singleton/blob/main/1.png) \n\nSingleton is a creational design pattern that lets you ensure that a class has only one instance, while providing a global access point to this instance.\n\n## How to run Python\n```bash\npython main.py\n```\n\n#### Output :\n\u003e Singleton works, both variables contain the same instance\n\n#### Structure :\n```\n├── main.py\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faminehsan%2Fdesignpattern-singleton","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faminehsan%2Fdesignpattern-singleton","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faminehsan%2Fdesignpattern-singleton/lists"}