{"id":31782252,"url":"https://github.com/zopefoundation/extensionclass","last_synced_at":"2025-10-10T09:17:46.362Z","repository":{"id":7117709,"uuid":"8411798","full_name":"zopefoundation/ExtensionClass","owner":"zopefoundation","description":"Metaclass for subclassable extension types","archived":false,"fork":false,"pushed_at":"2025-03-04T22:13:27.000Z","size":425,"stargazers_count":4,"open_issues_count":3,"forks_count":10,"subscribers_count":61,"default_branch":"master","last_synced_at":"2025-10-08T12:10:43.954Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zopefoundation.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.rst","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","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":"2013-02-25T15:27:27.000Z","updated_at":"2025-03-04T22:13:30.000Z","dependencies_parsed_at":"2023-11-24T08:30:49.595Z","dependency_job_id":"fa195ef5-0f68-4241-a7d4-d94b7344902e","html_url":"https://github.com/zopefoundation/ExtensionClass","commit_stats":{"total_commits":197,"total_committers":18,"mean_commits":"10.944444444444445","dds":0.700507614213198,"last_synced_commit":"b976ac1295a430df74961ebcf14fa5bf3b0c00c9"},"previous_names":[],"tags_count":29,"template":false,"template_full_name":null,"purl":"pkg:github/zopefoundation/ExtensionClass","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zopefoundation%2FExtensionClass","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zopefoundation%2FExtensionClass/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zopefoundation%2FExtensionClass/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zopefoundation%2FExtensionClass/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zopefoundation","download_url":"https://codeload.github.com/zopefoundation/ExtensionClass/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zopefoundation%2FExtensionClass/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279003409,"owners_count":26083581,"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-10T02:00:06.843Z","response_time":62,"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":[],"created_at":"2025-10-10T09:17:45.457Z","updated_at":"2025-10-10T09:17:46.357Z","avatar_url":"https://github.com/zopefoundation.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"====================================================\n ExtensionClass and ExtensionClass-related packages\n====================================================\n\nExtensionClass\n==============\n\nThis package provides a metaclass that allows classes implemented in\nextension modules to be subclassed in Python.  Unless you need\nExtensionClasses for legacy applications (e.g. Zope), you probably\nwant to use Python's new-style classes (available since Python 2.2).\n\nComputedAttribute\n=================\n\nThis package provides a way to attach attributes to an\n``ExtensionClass`` or instance that are computed by calling a\ncallable.  This works very much like ``property`` known from new-style\nclasses, except that a ``ComputedAttribute`` can also be attached to\nan instance and that it honours ExtensionClass semantics (which is\nuseful for retaining Acquisition wrappers, for example).\n\nMethodObject\n============\n\nThis package lets you attach additional \"methods\" to ExtensionClasses.\nThese \"methods\" are actually implemented by subclassing the\n``MethodObject.Method`` class and implementing the ``__call__`` method\nthere.  Instances of those classes will be bound to the instances\nthey're attached to and will receive that instance object as a first\nparameter (after ``self``).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzopefoundation%2Fextensionclass","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzopefoundation%2Fextensionclass","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzopefoundation%2Fextensionclass/lists"}