Skip to main content

An async bearychat API library for Python

Project description

https://img.shields.io/pypi/v/aiobearychat.svg https://img.shields.io/travis/mozillazg/aiobearychat.svg https://img.shields.io/coveralls/mozillazg/aiobearychat/master.svg Documentation Status https://img.shields.io/pypi/dm/aiobearychat.svg Join the chat at https://gitter.im/mozillazg/aiobearychat

An async bearychat API library for Python

Features

  • TODO

Installation

At the command line:

$ pip install aiobearychat[aiohttp]

Usage

OpenAPI:

import aiohttp

from aiobearychat.openapi.aiohttp import OpenAPI


async def main(token):
    async with aiohttp.ClientSession() as session:
        api = OpenAPI(session, token=token)
        response = await api.user.list()
        print(response.json())

Credits

This package was created with Cookiecutter and the mozillazg/cookiecutter-pypackage project template.

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

aiobearychat-0.1.0.dev1.tar.gz (12.6 kB view details)

Uploaded Source

Built Distribution

aiobearychat-0.1.0.dev1-py2.py3-none-any.whl (22.7 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file aiobearychat-0.1.0.dev1.tar.gz.

File metadata

File hashes

Hashes for aiobearychat-0.1.0.dev1.tar.gz
Algorithm Hash digest
SHA256 414151066ada58d4fb856497bd4ffa350e1fa1046df060b36683cf1525233a09
MD5 628f19c3e54681ce90a24dae55870d6a
BLAKE2b-256 5340cec1fd76cbb36d8e72064194eae8aed20fd48ac17d1cdfed9743d572e1cc

See more details on using hashes here.

File details

Details for the file aiobearychat-0.1.0.dev1-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for aiobearychat-0.1.0.dev1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 37c2b868644d06eb46e40db06606e5d44b6b00a4f512caaeb19ea7eea7134a39
MD5 c32caa76689a9211fd2206de2680dcfc
BLAKE2b-256 49de39ca555a6d4b666b5c9337ab965296f79cd60af5ea5298e34e72dbd5eaaf

See more details on using hashes here.

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