python3-async-property
decorator for async properties (Python3 version)
Description
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.Upload more screenshots
Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.
Upload a screenshotHint: upload an image here from your clipboard with Ctrl-V
Homepage
https://github.com/ryananguiano/async_property
Install this software package
If the package is available for the distribution you are currently using on your computer then install the software by clicking on…
Install python3-async-property