Meet the new monday.com API Python SDKšŸ

:rocket: Exciting News for Python Developers! :snake:

In addition to our existing Node.js SDK, we’re thrilled to announce the launch of the monday API Python SDK!
We know working with APIs can sometimes be a challenge—dealing with pagination, navigating nested data structures, and keeping up with API version updates can slow you down. That’s why we created our Python SDK.

With this new SDK, you can:

:white_check_mark: Streamline your API interactions
:white_check_mark: Save time on coding and maintenance
:white_check_mark: Focus on building solutions

Getting started

Install the package with pip and initialize the client with your API token

What’s Inside?

1. Simplified Data Retrieval

  • Fetch Everything You Need: Boards, Items, Updates and Activity Logs
  • Automatic Pagination: no need to worry about page limits; the SDK handles pagination under the hood
  • Powerful Filtering: Use filters like lastUpdatedAt to get data within specific time frames. Perfect for incremental data pipelines.

2. User-Friendly Data Structures

  • Navigate complex nested responses easily with Python dataclasses. No more wrestling with JSON!

3. Object Creation

  • Create Items: Add new items with column values
  • Update Items: Modify item column values without the headache.
  • Post Updates: Keep everyone in the loop by creating updates directly through the SDK.

Check It Out

• PyPI Package: monday-api-python-sdk

• GitHub Repo: github.com/mondaycom/monday-api-python-sdk

1 Like

Is this still being actively worked on? The repo hasn’t been updated in ~ 2 months and there are outstanding issues dating back to February.

Hey @kyleweise , appreciate your comment! The team has received your feedback and will consider it. It’s worth noting that this isn’t something they are formally focused on at the moment.

@OmerK I am a bit confused by that answer. Not trying to sound rude, only inquisitive, but why release a package w/o the ā€œformal focusā€ to maintain it?

Hi
I’m using currently your lib but I see an improvement to do.
On a creation of subitem links to an item, we don’t receive the subitem id.

It will be a good move to improve this part of code.
Any evolution in the pipeline on this part ?

Thanks by advance for your response