{"id":16544522,"url":"https://github.com/msoedov/klass","last_synced_at":"2025-10-19T18:47:22.570Z","repository":{"id":74829942,"uuid":"132833519","full_name":"msoedov/klass","owner":"msoedov","description":null,"archived":false,"fork":false,"pushed_at":"2018-08-26T15:16:41.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-04T07:15:15.774Z","etag":null,"topics":["dataclasses","python"],"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/msoedov.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":"2018-05-10T01:46:20.000Z","updated_at":"2018-08-26T15:16:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"e06a42f3-be53-434a-bd54-ac13ca6a32c0","html_url":"https://github.com/msoedov/klass","commit_stats":{"total_commits":4,"total_committers":1,"mean_commits":4.0,"dds":0.0,"last_synced_commit":"310cd967d99589731f8985644b9947f31969adec"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/msoedov/klass","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msoedov%2Fklass","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msoedov%2Fklass/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msoedov%2Fklass/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msoedov%2Fklass/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/msoedov","download_url":"https://codeload.github.com/msoedov/klass/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msoedov%2Fklass/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279877108,"owners_count":26238387,"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","status":"online","status_checked_at":"2025-10-19T02:00:07.647Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["dataclasses","python"],"created_at":"2024-10-11T19:03:04.624Z","updated_at":"2025-10-19T18:47:22.515Z","avatar_url":"https://github.com/msoedov.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"### Klass\n\nFast, extensible and lightweight dataclasess for Python 2 /3\n\n```python\n\u003e\u003e\u003e class A(Klass(a=1, b=2)):\n        pass\n\u003e\u003e\u003e A.a\n1\n\u003e\u003e\u003e cl = Klass(a=1, b=2)\n\u003e\u003e\u003e cl(a=3).a\n3\n\u003e\u003e\u003e cl(g=3)\nTraceback (most recent call last):\n    ...\nNameError: Unkown argument g=3\n\u003e\u003e\u003e cl(a=3) == cl(a=3)\nTrue\n\u003e\u003e\u003e cl(a=2) == cl(a=3)\nFalse\n\u003e\u003e\u003e cl() in {cl(): 1}\nTrue\n\u003e\u003e\u003e cl(a=4) in {cl(a=5): 1}\nFalse\n\u003e\u003e\u003e cl()\n\u0026data._({'a': 1, 'b': 2, '__data__': ['a', 'b']})\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmsoedov%2Fklass","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmsoedov%2Fklass","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmsoedov%2Fklass/lists"}