Python decorator for async properties. You can use @async_property just as you
would with @property, but on an async function.
.
Features:
* Both regular and cached property.
* Cached properties can be accessed multiple times without repeating
function call.
* Uses asyncio.Lock to ensure cached functions are called only once.
* Full test coverage with py.test.
.
This package contains the Python 3 version of the library.
Installed Size: 53.2 kB
Architectures: all