🐶 aiovk_new A simple async library for vk with pydantic & httpx 🛠 Usage from aiovk_new import AioVK vk_api = AioVK(access_token=...) post, *_ = await vk_api.wall.get("vk") print(post.text) 🎉 Features Full async Uses httpx Uses models by pydantic 🚀 Install To install, run this code: pip install aiovk_new