{"library":"simplegeneric","type":"library","category":null,"description":"The `simplegeneric` module enables the creation of simple single-dispatch generic functions in Python, akin to built-in functions like `len()` or `iter()`. It achieves this through internal lookup tables rather than special method names. The library, currently at version 0.8.1, was last updated in 2012, signifying a mature but no longer actively developed project that remains functional for its intended purpose. It boasts no external runtime dependencies beyond a minimum Python version.","language":"python","status":"maintenance","version":"0.8.1","tags":["generic functions","single-dispatch","decorators","generic programming","dispatch"],"install":[{"cmd":"pip install simplegeneric","imports":["from simplegeneric import generic"]}],"homepage":"http://cheeseshop.python.org/pypi/simplegeneric","github":null,"docs":null,"changelog":null,"pypi":"https://pypi.org/project/simplegeneric/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":2.4,"avg_import_s":0,"wheel_type":"sdist"},"url":"https://checklist.day/v1/registry/simplegeneric/compatibility"},"provenance":{"verified_status":"passing","verified_at":"Sun Jun 28","last_verified":"Sun Jun 28","next_check":"Tue Jul 28","install_tag":null}}