{"id":16506736,"url":"https://github.com/garrison/python-immutable","last_synced_at":"2025-07-10T05:39:43.507Z","repository":{"id":9406980,"uuid":"11273878","full_name":"garrison/python-immutable","owner":"garrison","description":"Immutable objects in python","archived":false,"fork":false,"pushed_at":"2013-07-11T04:04:29.000Z","size":132,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-06T16:53:34.392Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/garrison.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":"2013-07-09T05:33:48.000Z","updated_at":"2024-11-28T16:27:31.000Z","dependencies_parsed_at":"2022-09-05T02:50:11.489Z","dependency_job_id":null,"html_url":"https://github.com/garrison/python-immutable","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/garrison/python-immutable","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garrison%2Fpython-immutable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garrison%2Fpython-immutable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garrison%2Fpython-immutable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garrison%2Fpython-immutable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/garrison","download_url":"https://codeload.github.com/garrison/python-immutable/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garrison%2Fpython-immutable/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264536023,"owners_count":23624405,"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-11T15:21:39.882Z","updated_at":"2025-07-10T05:39:43.478Z","avatar_url":"https://github.com/garrison.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"python-immutable\n================\n\nImmutable objects in python.\n\nRationale\n---------\n\n(coming soon)\n\nUsage\n-----\n\n::\n\n    from immutable import immutable_object\n\n    class MyClass(immutable_object):\n        def __init__(self, x):\n            self.x = x\n\n    mc = MyClass(3)\n    print(mc.x)\n\n    mc.x = 2  # raises TypeError\n    del mc.x  # raises TypeError\n    mc.y = 3  # raises TypeError\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgarrison%2Fpython-immutable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgarrison%2Fpython-immutable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgarrison%2Fpython-immutable/lists"}