{"id":19249408,"url":"https://github.com/dori-dev/python-descriptors","last_synced_at":"2026-02-18T18:31:15.640Z","repository":{"id":48724858,"uuid":"517005714","full_name":"dori-dev/python-descriptors","owner":"dori-dev","description":"Python descriptors to solving the problems of property(getter)","archived":false,"fork":false,"pushed_at":"2022-07-23T08:52:48.000Z","size":3,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-19T07:30:23.744Z","etag":null,"topics":["descriptors","python"],"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/dori-dev.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":"2022-07-23T08:49:58.000Z","updated_at":"2023-02-16T08:42:08.000Z","dependencies_parsed_at":"2022-09-02T16:58:26.107Z","dependency_job_id":null,"html_url":"https://github.com/dori-dev/python-descriptors","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dori-dev/python-descriptors","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dori-dev%2Fpython-descriptors","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dori-dev%2Fpython-descriptors/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dori-dev%2Fpython-descriptors/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dori-dev%2Fpython-descriptors/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dori-dev","download_url":"https://codeload.github.com/dori-dev/python-descriptors/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dori-dev%2Fpython-descriptors/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29589435,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T16:55:40.614Z","status":"ssl_error","status_checked_at":"2026-02-18T16:55:37.558Z","response_time":162,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["descriptors","python"],"created_at":"2024-11-09T18:13:56.926Z","updated_at":"2026-02-18T18:31:15.622Z","avatar_url":"https://github.com/dori-dev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Python Descriptors\n\nPython descriptors to solving the problems of property(getter)\n\n#\n\n## What is the Problem?\n\nUsing **property(getter)**, setter, deleter for all variables,\nIt creates similar(it repeats itself) code and the code is not clean!\n\u003cbr\u003e\nThe problem source code: [problem.py](problem.py)\n\n#\n\n## What is the Solution?\n\nBy using **descriptors** and creating classes for similar variable types,\nIt creates clean code and doesn't repeat itself\n\u003cbr\u003e\nThe solution source code: [solution.py](solution.py)\n\n#\n\n## Links\n\nDownload Source Code: [Click Here](https://github.com/dori-dev/python-descriptors/archive/refs/heads/master.zip)\n\nMy Github Account: [Click Here](https://github.com/dori-dev/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdori-dev%2Fpython-descriptors","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdori-dev%2Fpython-descriptors","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdori-dev%2Fpython-descriptors/lists"}