Async Python library for interacting with the Trello API
Project description
English
aaiotrello
Async Trello API Client
Python 3.7+
Install
pip install aaiotrello
Auth
TRELLO_APP_KEY: https://trello.com/app-key/
TRELLO_APP_TOKEN:
First you need gen auth url:
from aaiotrello import TrelloApi
trello = TrelloApi(config.TRELLO_KEY)
trello.set_token(config.TRELLO_TOKEN)
Than you need copy value of token_url and auth your trello account in webbrowser After that you will get token
Apply token in your app:
trello_app.set_token(TRELLO_APP_TOKEN)
Sample usage
Get board info:
board = await trello_app.boards.get("5c49c07e48557d4e29414936")
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
aaiotrello-2.0.0.tar.gz
(7.8 kB
view details)
Built Distribution
File details
Details for the file aaiotrello-2.0.0.tar.gz
.
File metadata
- Download URL: aaiotrello-2.0.0.tar.gz
- Upload date:
- Size: 7.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8846667e3c9f6276846ac7a5d8165aae171342a89db20e9288a652deed49b1e4 |
|
MD5 | 18685666e46fad589449943164279418 |
|
BLAKE2b-256 | 75933964b77d35f5d15924c65be3e3266636e244b2a232083b8b2c902ba1b85d |
File details
Details for the file aaiotrello-2.0.0-py3-none-any.whl
.
File metadata
- Download URL: aaiotrello-2.0.0-py3-none-any.whl
- Upload date:
- Size: 11.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 596ff8a3cf30e732080cd2a8b7c0cc9272b72d09333cd18511bfd45b88f781a6 |
|
MD5 | 39228d80fb680e1479dfa3557cb1b8a5 |
|
BLAKE2b-256 | ac1afb458c31361560f2d5fcd675d622f8ec6f745bf19d04b8d56318cc1f8f6b |