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)
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
- 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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file python-trello-api-0.0.1.tar.gz.
File metadata
- Download URL: python-trello-api-0.0.1.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.2.0 requests-toolbelt/0.8.0 tqdm/4.48.2 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4913b81611d7fb6f85465f1fdd3cc63bc552019befee9dd09a7ec445e8fc898c
|
|
| MD5 |
ae0901c2bf027cd65271baf907d33241
|
|
| BLAKE2b-256 |
50aa986562164ccdf124145126f41d2f93dd060a2e2864685489111566dbff30
|
File details
Details for the file python_trello_api-0.0.1-py3-none-any.whl.
File metadata
- Download URL: python_trello_api-0.0.1-py3-none-any.whl
- Upload date:
- Size: 15.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.2.0 requests-toolbelt/0.8.0 tqdm/4.48.2 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3c72d1dbb456ce75ee284d719bcdb92b5312e3119c4ffa8fbbca1f26f3d1ec6f
|
|
| MD5 |
6f4b4d9a415ad576ffdcbbae1fecdbaa
|
|
| BLAKE2b-256 |
cdcf1fb8c006cb56deddd040b919125506c72497f6c611b9511dd7117e852d68
|