{"id":22169643,"url":"https://github.com/tombulled/attribute","last_synced_at":"2025-03-24T17:23:15.917Z","repository":{"id":44551063,"uuid":"428825971","full_name":"tombulled/attribute","owner":"tombulled","description":"Attribute management made easy","archived":false,"fork":false,"pushed_at":"2022-08-17T14:00:39.000Z","size":21,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-04T04:17:36.965Z","etag":null,"topics":["attribute","python"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/attribute/","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/tombulled.png","metadata":{"files":{"readme":"README.md","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":"2021-11-16T21:57:01.000Z","updated_at":"2022-08-17T13:59:31.000Z","dependencies_parsed_at":"2022-08-12T11:20:23.168Z","dependency_job_id":null,"html_url":"https://github.com/tombulled/attribute","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tombulled%2Fattribute","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tombulled%2Fattribute/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tombulled%2Fattribute/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tombulled%2Fattribute/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tombulled","download_url":"https://codeload.github.com/tombulled/attribute/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245315979,"owners_count":20595364,"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":["attribute","python"],"created_at":"2024-12-02T06:33:46.585Z","updated_at":"2025-03-24T17:23:15.892Z","avatar_url":"https://github.com/tombulled.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# attribute\nAttribute management made easy\n\n## Installation\n```console\npip install attribute\n```\n\n## Usage\n### Custom Attribute\n```python\nfrom attribute import Attribute\n\nclass Foo:\n    bar: str = \"hello!\"\n```\n```python\n\u003e\u003e\u003e bar = Attribute(\"bar\")\n\u003e\u003e\u003e bar.get(Foo)\n\"hello!\"\n```\n\n### Bundled Attribute\n```python\nimport attribute\n\nclass Foo:\n    pass\n```\n```python\n\u003e\u003e\u003e attribute.name.get(Foo)\n\"Foo\"\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftombulled%2Fattribute","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftombulled%2Fattribute","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftombulled%2Fattribute/lists"}