{"library":"async-property","type":"library","category":null,"description":"The `async-property` library provides Python decorators (`@async_property`, `@async_cached_property`) that enable defining asynchronous properties in classes. It allows getter methods to be coroutines, which can then be awaited when accessed. It also includes `AwaitLoader` for concurrently loading multiple cached async properties. The current version is 0.2.2, with a release cadence that appears maintenance-driven, having had releases in 2019 and 2023.","language":"python","status":"active","version":"0.2.2","tags":["asyncio","property","decorator","async","await","cached property"],"last_verified":"Wed May 20","install":[{"cmd":"pip install async-property","imports":["from async_property import async_property","from async_property import async_cached_property","from async_property import AwaitLoader"]}],"homepage":null,"github":"https://github.com/ryananguiano/async_property","docs":null,"changelog":null,"pypi":"https://pypi.org/project/async-property/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":1.5,"avg_import_s":0.23,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/async-property/compatibility"}}