wmill-pg


Namewmill-pg JSON
Version 1.317.0 PyPI version JSON
download
home_pagehttps://windmill.dev
SummaryAn extension client for the wmill client library focused on pg
upload_time2024-04-24 21:30:44
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/be/6b/80878da350937ecaa628061e4514a19e1a26a3c0c531d32794259cff2880/wmill_pg-1.317.0.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.317.0",
    "project_urls": {
        "Documentation": "https://windmill.dev",
        "Homepage": "https://windmill.dev"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "09fbc36333986c723f539dcc96be9c9105e9b3f85613401235ed0d028e90786e",
                "md5": "86bff78d824c324e056764efee867aa3",
                "sha256": "efa99dc08f506450ddc45b32ea94dfbd3c4aa5474d92de19b4fb11c1752b0c4e"
            },
            "downloads": -1,
            "filename": "wmill_pg-1.317.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "86bff78d824c324e056764efee867aa3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.7",
            "size": 2300,
            "upload_time": "2024-04-24T21:30:40",
            "upload_time_iso_8601": "2024-04-24T21:30:40.617577Z",
            "url": "https://files.pythonhosted.org/packages/09/fb/c36333986c723f539dcc96be9c9105e9b3f85613401235ed0d028e90786e/wmill_pg-1.317.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "be6b80878da350937ecaa628061e4514a19e1a26a3c0c531d32794259cff2880",
                "md5": "7a915c9fe374fb4957381796e9b9ef89",
                "sha256": "31604914f92e42498dd8743ccaeea555de03909686ecd633603506f8690523dd"
            },
            "downloads": -1,
            "filename": "wmill_pg-1.317.0.tar.gz",
            "has_sig": false,
            "md5_digest": "7a915c9fe374fb4957381796e9b9ef89",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.7",
            "size": 1898,
            "upload_time": "2024-04-24T21:30:44",
            "upload_time_iso_8601": "2024-04-24T21:30:44.319072Z",
            "url": "https://files.pythonhosted.org/packages/be/6b/80878da350937ecaa628061e4514a19e1a26a3c0c531d32794259cff2880/wmill_pg-1.317.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-24 21:30:44",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "wmill-pg"
}
        
Elapsed time: 0.24190s