aiovkcom


Nameaiovkcom JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/konstantintogoi/aiovkcom
SummaryPython vk.com API wrapper
upload_time2024-10-13 18:38:13
maintainerNone
docs_urlNone
authorKonstantin Togoi
requires_python>=3.7
licenseBSD 2-Clause License Copyright (c) 2019, Konstantin Togoi All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
keywords vk vk api
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            .. image:: https://img.shields.io/badge/license-BSD-blue.svg
    :target: https://github.com/konstantintogoi/aiovkcom/blob/master/LICENSE

.. image:: https://img.shields.io/pypi/v/aiovkcom.svg
    :target: https://pypi.python.org/pypi/aiovkcom

.. image:: https://img.shields.io/pypi/pyversions/aiovkcom.svg
    :target: https://pypi.python.org/pypi/aiovkcom

.. image:: https://readthedocs.org/projects/aiovkcom/badge/?version=latest
    :target: https://aiovkcom.readthedocs.io/en/latest

.. image:: https://github.com/konstantintogoi/aiovkcom/actions/workflows/pages/pages-build-deployment/badge.svg
    :target: https://konstantintogoi.github.io/aiovkcom

.. index-start-marker1

aiovkcom
========

async python `vk.com API <https://dev.vk.com/en/api/api-requests>`_ wrapper
for `REST API <https://dev.vk.com/en/method>`_ methods, see
`documentation <https://konstantintogoi.github.io/aiovkcom>`_.

Example
-------

To use `vk.com API <https://dev.vk.com/en/api/api-requests>`_ you need
an :code:`access_token`.

.. code-block:: python

    import aiovkcom

    async with aiovkcom.API(v='5.241', access_token='your access token') as vk:
        contacts = await vk.account.getContactList()
        friends = await vk.friends.get()
        events = await vk.wall.get()

Installation
------------

.. code-block:: shell

    $ pip install aiovkcom

Supported Python Versions
-------------------------

Python 3.7, 3.8, 3.9 are supported.

.. index-end-marker1

License
-------

aiovkcom is released under the BSD 2-Clause License.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/konstantintogoi/aiovkcom",
    "name": "aiovkcom",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "vk, vk api",
    "author": "Konstantin Togoi",
    "author_email": "Konstantin Togoi <konstantin.togoi@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/f2/f9/47f39c818fad7f312cbe18b8ed350abebe7f48bd271f223054c25c9a06bd/aiovkcom-1.0.0.tar.gz",
    "platform": "Any",
    "description": ".. image:: https://img.shields.io/badge/license-BSD-blue.svg\n    :target: https://github.com/konstantintogoi/aiovkcom/blob/master/LICENSE\n\n.. image:: https://img.shields.io/pypi/v/aiovkcom.svg\n    :target: https://pypi.python.org/pypi/aiovkcom\n\n.. image:: https://img.shields.io/pypi/pyversions/aiovkcom.svg\n    :target: https://pypi.python.org/pypi/aiovkcom\n\n.. image:: https://readthedocs.org/projects/aiovkcom/badge/?version=latest\n    :target: https://aiovkcom.readthedocs.io/en/latest\n\n.. image:: https://github.com/konstantintogoi/aiovkcom/actions/workflows/pages/pages-build-deployment/badge.svg\n    :target: https://konstantintogoi.github.io/aiovkcom\n\n.. index-start-marker1\n\naiovkcom\n========\n\nasync python `vk.com API <https://dev.vk.com/en/api/api-requests>`_ wrapper\nfor `REST API <https://dev.vk.com/en/method>`_ methods, see\n`documentation <https://konstantintogoi.github.io/aiovkcom>`_.\n\nExample\n-------\n\nTo use `vk.com API <https://dev.vk.com/en/api/api-requests>`_ you need\nan :code:`access_token`.\n\n.. code-block:: python\n\n    import aiovkcom\n\n    async with aiovkcom.API(v='5.241', access_token='your access token') as vk:\n        contacts = await vk.account.getContactList()\n        friends = await vk.friends.get()\n        events = await vk.wall.get()\n\nInstallation\n------------\n\n.. code-block:: shell\n\n    $ pip install aiovkcom\n\nSupported Python Versions\n-------------------------\n\nPython 3.7, 3.8, 3.9 are supported.\n\n.. index-end-marker1\n\nLicense\n-------\n\naiovkcom is released under the BSD 2-Clause License.\n",
    "bugtrack_url": null,
    "license": "BSD 2-Clause License  Copyright (c) 2019, Konstantin Togoi All rights reserved.  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ",
    "summary": "Python vk.com API wrapper",
    "version": "1.0.0",
    "project_urls": {
        "Documentation": "https://konstantintogoi.github.io/aiovkcom",
        "Download": "https://pypi.org/project/aiovkcom/",
        "Home": "https://pypi.org/project/aiovkcom",
        "Homepage": "https://github.com/konstantintogoi/aiovkcom",
        "Repository": "https://github.com/konstantintogoi/aiovkcom"
    },
    "split_keywords": [
        "vk",
        " vk api"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2d43e4fe2fe47f0405690860b9eacec60fa0363ce3cd92da7b58f263090e1d31",
                "md5": "5a423520fc070ae4638d5c0fe9cc79cc",
                "sha256": "04a567fbf6cea8f02a7648f1b4012919f4ffe1547f605b4ce6d01c5240f7be96"
            },
            "downloads": -1,
            "filename": "aiovkcom-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5a423520fc070ae4638d5c0fe9cc79cc",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 5322,
            "upload_time": "2024-10-13T18:38:12",
            "upload_time_iso_8601": "2024-10-13T18:38:12.266661Z",
            "url": "https://files.pythonhosted.org/packages/2d/43/e4fe2fe47f0405690860b9eacec60fa0363ce3cd92da7b58f263090e1d31/aiovkcom-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f2f947f39c818fad7f312cbe18b8ed350abebe7f48bd271f223054c25c9a06bd",
                "md5": "c84ae1b5afaa39f873cc381890557aca",
                "sha256": "c7c7b469673886a9e0369560afbae39099a1e10eedb419390de84bf2f8f33160"
            },
            "downloads": -1,
            "filename": "aiovkcom-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "c84ae1b5afaa39f873cc381890557aca",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 5123,
            "upload_time": "2024-10-13T18:38:13",
            "upload_time_iso_8601": "2024-10-13T18:38:13.948763Z",
            "url": "https://files.pythonhosted.org/packages/f2/f9/47f39c818fad7f312cbe18b8ed350abebe7f48bd271f223054c25c9a06bd/aiovkcom-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-13 18:38:13",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "konstantintogoi",
    "github_project": "aiovkcom",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "aiovkcom"
}
        
Elapsed time: 8.21069s