{"id":15668061,"url":"https://github.com/timofurrer/pysingleton","last_synced_at":"2025-07-17T08:34:12.991Z","repository":{"id":6991986,"uuid":"8255569","full_name":"timofurrer/pysingleton","owner":"timofurrer","description":"module which provides a decorator to create thread-safe singleton classes","archived":false,"fork":false,"pushed_at":"2017-04-04T07:38:26.000Z","size":6,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-04T13:17:08.427Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/timofurrer.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}},"created_at":"2013-02-17T19:48:56.000Z","updated_at":"2017-04-04T07:38:27.000Z","dependencies_parsed_at":"2022-07-21T14:03:00.565Z","dependency_job_id":null,"html_url":"https://github.com/timofurrer/pysingleton","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/timofurrer/pysingleton","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timofurrer%2Fpysingleton","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timofurrer%2Fpysingleton/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timofurrer%2Fpysingleton/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timofurrer%2Fpysingleton/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timofurrer","download_url":"https://codeload.github.com/timofurrer/pysingleton/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timofurrer%2Fpysingleton/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265585357,"owners_count":23792724,"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-03T14:06:19.903Z","updated_at":"2025-07-17T08:34:12.974Z","avatar_url":"https://github.com/timofurrer.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pysingleton\n\u003e module which provides a decorator to create thread-safe singleton classes \u003cbr /\u003e\n\u003e *Version: 0.2.1*\n\n## ABANDONED!!!\n\nPlease, don't use this anymore ..\n\n***\n\n**Author:** Timo Furrer \u003ctuxtimo@gmail.com\u003e\u003cbr /\u003e\n**Version:** 0.00.01 \u003cbr /\u003e\n\n## I know\n\nI know that singletons are **evil**!\n\n## How to install\n\nInstall it with:\n\n    $ sudo python setup.py install\n\n## Use\n\nUse it in your python programs with:\n\n```python\nfrom singleton import singleton\n\n@singleton()\nclass MySingleton(object):\n    pass\n\no = MySingleton()\no2 = MySingleton()\n\nprint o is o2\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimofurrer%2Fpysingleton","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimofurrer%2Fpysingleton","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimofurrer%2Fpysingleton/lists"}