{"library":"qualname","type":"library","category":null,"description":"The `qualname` Python module emulates the `__qualname__` attribute for classes and methods in older Python versions (specifically pre-Python 3.3). Introduced in PEP 3155, `__qualname__` provides a 'qualified name' including the full dotted path to an object within its module, which is particularly useful for nested definitions. This library achieves this by performing source code inspection and abstract syntax tree (AST) parsing, which means the source file must be available at runtime. The current version is 0.1.0, and its release cadence is infrequent, as its primary utility lies in supporting older Python environments.","language":"python","status":"active","version":"0.1.0","tags":["__qualname__","python2","python3","compatibility","introspection"],"install":[{"cmd":"pip install qualname","imports":["from qualname import qualname"]}],"homepage":null,"github":"https://github.com/wbolster/qualname","docs":null,"changelog":null,"pypi":"https://pypi.org/project/qualname/","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.5,"avg_import_s":0.02,"wheel_type":"sdist"},"url":"https://checklist.day/v1/registry/qualname/compatibility"},"provenance":{"verified_status":"passing","verified_at":"Sun Jun 28","last_verified":"Sun Jun 28","next_check":"Tue Jul 28","install_tag":null}}