wmill-pg


Namewmill-pg JSON
Version 1.440.3 PyPI version JSON
download
home_pagehttps://windmill.dev
SummaryAn extension client for the wmill client library focused on pg
upload_time2024-12-19 00:53:26
maintainerNone
docs_urlNone
authorRuben Fiszel
requires_python<4.0,>=3.7
licenseApache-2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # wmill

The postgres extension client for the [Windmill](https://windmill.dev) platform.

[windmill-api](https://pypi.org/project/windmill-api/).

## Quickstart

```python
import wmill_pg


def main():
    my_list = query("UPDATE demo SET value = 'value' RETURNING key, value")
    for key, value in my_list:
        ...
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://windmill.dev",
    "name": "wmill-pg",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.7",
    "maintainer_email": null,
    "keywords": null,
    "author": "Ruben Fiszel",
    "author_email": "ruben@windmill.dev",
    "download_url": "https://files.pythonhosted.org/packages/8d/cf/6b95423b2c3cd0888b8ccc68cfcd992e35f601c35e89cd2529b951797c8a/wmill_pg-1.440.3.tar.gz",
    "platform": null,
    "description": "# wmill\n\nThe postgres extension client for the [Windmill](https://windmill.dev) platform.\n\n[windmill-api](https://pypi.org/project/windmill-api/).\n\n## Quickstart\n\n```python\nimport wmill_pg\n\n\ndef main():\n    my_list = query(\"UPDATE demo SET value = 'value' RETURNING key, value\")\n    for key, value in my_list:\n        ...\n```\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "An extension client for the wmill client library focused on pg",
    "version": "1.440.3",
    "project_urls": {
        "Documentation": "https://windmill.dev",
        "Homepage": "https://windmill.dev"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8592b54f5e70992a543847801a5d59b62efc4c278c0ab928b0306a418aaf87fe",
                "md5": "40aa813d1b4d321eba0266b4116c4a45",
                "sha256": "abc5a93849d35c29e2b0e0a9f2f5fa2960ba2864e81a1b7ea2a873336a674509"
            },
            "downloads": -1,
            "filename": "wmill_pg-1.440.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "40aa813d1b4d321eba0266b4116c4a45",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.7",
            "size": 2302,
            "upload_time": "2024-12-19T00:53:24",
            "upload_time_iso_8601": "2024-12-19T00:53:24.680910Z",
            "url": "https://files.pythonhosted.org/packages/85/92/b54f5e70992a543847801a5d59b62efc4c278c0ab928b0306a418aaf87fe/wmill_pg-1.440.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8dcf6b95423b2c3cd0888b8ccc68cfcd992e35f601c35e89cd2529b951797c8a",
                "md5": "7e0fccb1b6725e97afba709310cae7f4",
                "sha256": "bb10ce670102204a8c03ea80f83ea75884ea7b95f5d2150ee748d1fd271b990c"
            },
            "downloads": -1,
            "filename": "wmill_pg-1.440.3.tar.gz",
            "has_sig": false,
            "md5_digest": "7e0fccb1b6725e97afba709310cae7f4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.7",
            "size": 1898,
            "upload_time": "2024-12-19T00:53:26",
            "upload_time_iso_8601": "2024-12-19T00:53:26.114420Z",
            "url": "https://files.pythonhosted.org/packages/8d/cf/6b95423b2c3cd0888b8ccc68cfcd992e35f601c35e89cd2529b951797c8a/wmill_pg-1.440.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-19 00:53:26",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "wmill-pg"
}
        
Elapsed time: 0.42757s