Metadata-Version: 2.1
Name: vkapi
Version: 1.1
Summary: Python library for working with the vk.com API.
Home-page: https://github.com/VerZsuT/vkapi
Author: VerZsuT
Author-email: sacha3032104@gmail.com
License: UNKNOWN
Description: # vkapi
        
        **vkapi** is a Python library for working with the *api.vk.com*.
        
        ## Installation
        
        Use the package manager [pip](https://pip.pypa.io/en/stable/) to install **vkapi**.
        
        ```bash
        pip install vkapi
        ```
        
        **vkapi** uses the [requests](https://github.com/kennethreitz/requests) library to send requests to the server.
        
        ## Usage
        
        [Usage](https://github.com/VerZsuT/vkapi/wiki/Usage)
        
        ## Contributing
        Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
        
        Please make sure to update tests as appropriate.
        
        ## License
        [MIT](https://choosealicense.com/licenses/mit/)
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
