express-integrations-monday


Nameexpress-integrations-monday JSON
Version 1.0.19 PyPI version JSON
download
home_pagehttps://github.com/expressintegrations/monday
SummaryA Python client library for Monday.com
upload_time2023-05-21 03:30:09
maintainer
docs_urlNone
authorExpress Integrations
requires_python>=3.6
licenseBSD
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # monday
A python client for the monday.com GraphQL API


For the Monday API docs, [click here](https://monday.com/developers/v2#introduction-section).


#### Requirements
- Python >= 3.6

#### Getting started
`pip install monday`

`monday` sample usage:
```python
from monday import MondayClient


monday = MondayClient('your token')

monday.items.create_item(board_id='12345678', group_id='today',  item_name='Do a thing')

```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/expressintegrations/monday",
    "name": "express-integrations-monday",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "",
    "author": "Express Integrations",
    "author_email": "jasper@expressintegrations.com",
    "download_url": "https://files.pythonhosted.org/packages/ff/95/53173db4131481160a1acb4befc2aac2b4dfec3e9ffe261c229feef56ce4/express-integrations-monday-1.0.19.tar.gz",
    "platform": null,
    "description": "# monday\r\nA python client for the monday.com GraphQL API\r\n\r\n\r\nFor the Monday API docs, [click here](https://monday.com/developers/v2#introduction-section).\r\n\r\n\r\n#### Requirements\r\n- Python >= 3.6\r\n\r\n#### Getting started\r\n`pip install monday`\r\n\r\n`monday` sample usage:\r\n```python\r\nfrom monday import MondayClient\r\n\r\n\r\nmonday = MondayClient('your token')\r\n\r\nmonday.items.create_item(board_id='12345678', group_id='today',  item_name='Do a thing')\r\n\r\n```\r\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "A Python client library for Monday.com",
    "version": "1.0.19",
    "project_urls": {
        "Homepage": "https://github.com/expressintegrations/monday"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2189a4b60e1d34056c5ab28d518132eb256aa4cbc8e214eba551e74017c4c223",
                "md5": "48b218bfe483e19c1399e2fd985a302d",
                "sha256": "58e7fcf077cf6007a00c6862380452c048a7cb1a958c8bd12a352f9baf27d0b0"
            },
            "downloads": -1,
            "filename": "express_integrations_monday-1.0.19-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "48b218bfe483e19c1399e2fd985a302d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 16951,
            "upload_time": "2023-05-21T03:30:07",
            "upload_time_iso_8601": "2023-05-21T03:30:07.973099Z",
            "url": "https://files.pythonhosted.org/packages/21/89/a4b60e1d34056c5ab28d518132eb256aa4cbc8e214eba551e74017c4c223/express_integrations_monday-1.0.19-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ff9553173db4131481160a1acb4befc2aac2b4dfec3e9ffe261c229feef56ce4",
                "md5": "6faf7b2320769a03aa1e273b4bc7f64e",
                "sha256": "216c7d95aa3a3a9123ed58aaaf96520bbda1b9c0add3d2411bfa352abd4daf64"
            },
            "downloads": -1,
            "filename": "express-integrations-monday-1.0.19.tar.gz",
            "has_sig": false,
            "md5_digest": "6faf7b2320769a03aa1e273b4bc7f64e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 12469,
            "upload_time": "2023-05-21T03:30:09",
            "upload_time_iso_8601": "2023-05-21T03:30:09.635421Z",
            "url": "https://files.pythonhosted.org/packages/ff/95/53173db4131481160a1acb4befc2aac2b4dfec3e9ffe261c229feef56ce4/express-integrations-monday-1.0.19.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-21 03:30:09",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "expressintegrations",
    "github_project": "monday",
    "github_not_found": true,
    "lcname": "express-integrations-monday"
}
        
Elapsed time: 0.08174s