Skip to main content

Библиотека для работы с сервисом DEV-UP.

Project description

DEV UP API wrapper

PyPI PyPI - Python Version GitHub Downloads

Установка

pip install dev_up

Получение токена

dev-up.ru

Использование

from dev_up import DevUpAPI

api = DevUpAPI("token")
profile = await api.profile.get()
stickers = await api.vk.get_stickers(1)

custom = await api.make_request(
    "section.method",
    data=dict(param1="foo", param2="bar")
)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dev_up-2.0.0.tar.gz (15.7 kB view hashes)

Uploaded Source

Built Distribution

dev_up-2.0.0-py3-none-any.whl (36.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page