An asynchronous Python client library for monday.com GraphQL API
Project description
monday-async ·

An asynchronous Python client library for monday.com
Check out monday.com API here.
Install
Python Requirements:
- Python >= 3.10
To install the latest version run:
pip install monday-async
Example
import asyncio
from monday_async import AsyncMondayClient
async def main():
async with AsyncMondayClient(token="YOUR_API_KEY") as client:
boards = await client.boards.get_boards()
asyncio.run(main())
Changelog
See CHANGELOG.md for a list of changes.
License
This project is licensed under the Apache-2.0 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
monday_async-2.0.0.tar.gz
(115.5 kB
view details)
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 monday_async-2.0.0.tar.gz.
File metadata
- Download URL: monday_async-2.0.0.tar.gz
- Upload date:
- Size: 115.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
57a8a39ecb984fbe43b7d1bb5f023d308e7b7b8ccfa8bdc1b6decc6b9930839c
|
|
| MD5 |
2aeb6368c1f1bec52449c3681649bbfd
|
|
| BLAKE2b-256 |
62b194a0143550a9f1f167ddfe86ec0a696aecda3307df341991bae9931b9c28
|
File details
Details for the file monday_async-2.0.0-py3-none-any.whl.
File metadata
- Download URL: monday_async-2.0.0-py3-none-any.whl
- Upload date:
- Size: 99.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b22b2d4b25cff993a4967e95b81d055cd8c9e5e901782491b2933e901ef50cd8
|
|
| MD5 |
1b783efb83af507f7b58d8713cfb8157
|
|
| BLAKE2b-256 |
5614661b574396175217d5182ef7ae9268e00380018b2c9c24aed68d921dab41
|