Skip to main content

Simple and fast client to call rest-api endpoints `https://trello.com/1/` using aiohttp package

Project description

Trello API - Async Python SDK client (using aiohttp)

pytest asyncio, aiohttp Chat on Telegram Last Release

Simple and fast client to call rest-api endpoints "https://trello.com/1/ using aiohttp package.

View at: https://pypi.org/project/python-trello-api/

How to install

pip3 install python-trello-api

Usage

Main example:

import asyncio
from api_trello import TrelloClient


TOKEN = "12345:YOUR_TOKEN"
APP_HOSTNAME = "https://YOUR_HOSTNAME.ngrok.io"


trello = TrelloClient(token=TGBOT_TOKEN)


async def main_async():
    pass


if __name__ == "__main__":
    asyncio.run_until_complete(main_async())

Docs

  1. How to publish pypi package Medium article in Russian

Dependencies

TODO

Disclaimer

This project and its author is neither associated, nor affiliated with Atlassian or Trello in anyway. See License section for more details.

License

This project is released under the GNU LESSER GENERAL PUBLIC LICENSE License.

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

python-trello-api-0.0.1.tar.gz (5.9 kB view hashes)

Uploaded Source

Built Distribution

python_trello_api-0.0.1-py3-none-any.whl (15.5 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