wmill-pg


Namewmill-pg JSON
Version 1.411.1 PyPI version JSON
download
home_pagehttps://windmill.dev
SummaryAn extension client for the wmill client library focused on pg
upload_time2024-10-22 18:30: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/ed/58/836e5193510b8446706c9944b42bfbab7e9b8bbf2dbb4d4cc0fe2c54f2eb/wmill_pg-1.411.1.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.411.1",
    "project_urls": {
        "Documentation": "https://windmill.dev",
        "Homepage": "https://windmill.dev"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6a1c83fe78ec86e02c2f8ac7af44a6de86a430554da6a415f0bd3951a33a7d37",
                "md5": "08818f941173343b95a10387fd184d2e",
                "sha256": "8abc9f8b476f7ae8eca280210ce62275e2fdb1a863b1d8df9034db353d9096ee"
            },
            "downloads": -1,
            "filename": "wmill_pg-1.411.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "08818f941173343b95a10387fd184d2e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.7",
            "size": 2298,
            "upload_time": "2024-10-22T18:30:24",
            "upload_time_iso_8601": "2024-10-22T18:30:24.892769Z",
            "url": "https://files.pythonhosted.org/packages/6a/1c/83fe78ec86e02c2f8ac7af44a6de86a430554da6a415f0bd3951a33a7d37/wmill_pg-1.411.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ed58836e5193510b8446706c9944b42bfbab7e9b8bbf2dbb4d4cc0fe2c54f2eb",
                "md5": "a69492a11046c970dc7c7b0cf943fca9",
                "sha256": "5b7ae4a0b137c70da695691c448edb433a77af36c3abb0e5e02001dee3e1a525"
            },
            "downloads": -1,
            "filename": "wmill_pg-1.411.1.tar.gz",
            "has_sig": false,
            "md5_digest": "a69492a11046c970dc7c7b0cf943fca9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.7",
            "size": 1899,
            "upload_time": "2024-10-22T18:30:26",
            "upload_time_iso_8601": "2024-10-22T18:30:26.040746Z",
            "url": "https://files.pythonhosted.org/packages/ed/58/836e5193510b8446706c9944b42bfbab7e9b8bbf2dbb4d4cc0fe2c54f2eb/wmill_pg-1.411.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-22 18:30:26",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "wmill-pg"
}
        
Elapsed time: 0.44779s