Metadata-Version: 2.1
Name: base-vk-api
Version: 0.0.1
Summary: Base VK API client based on Pydantic models
Home-page: https://github.com/vrslev/base-vk-api
License: MIT
Author: Lev Vereshchagin
Author-email: mail@vrslev.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: pydantic (>=1.8.2,<2.0.0)
Requires-Dist: requests
Project-URL: Repository, https://github.com/vrslev/base-vk-api
Description-Content-Type: text/markdown

# vrslev/base-vk-api

This is tiny VK API client. It uses [Requests](https://github.com/psf/requests) and [Pydantic](https://github.com/samuelcolvin/pydantic).

