Name | wmill-pg JSON |
Version |
1.473.0
JSON |
| download |
home_page | https://windmill.dev |
Summary | An extension client for the wmill client library focused on pg |
upload_time | 2025-03-03 14:21:52 |
maintainer | None |
docs_url | None |
author | Ruben Fiszel |
requires_python | <4.0,>=3.7 |
license | Apache-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/3a/0c/4748fd143ba0af123e5145e0a9674919e77d28fd21d832bf07ec76c82105/wmill_pg-1.473.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.473.0",
"project_urls": {
"Documentation": "https://windmill.dev",
"Homepage": "https://windmill.dev"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "45779f9ecfcb60409ebd13bd2d817e4604fbe742e5b24a2a2f9ffe60fd8b12af",
"md5": "59fb768b50bf6caabd49506665373ce3",
"sha256": "f0a5f4da18047cf9be318867cc9feae545aed68a7e0a07873298f9288960b123"
},
"downloads": -1,
"filename": "wmill_pg-1.473.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "59fb768b50bf6caabd49506665373ce3",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.7",
"size": 2300,
"upload_time": "2025-03-03T14:21:50",
"upload_time_iso_8601": "2025-03-03T14:21:50.561628Z",
"url": "https://files.pythonhosted.org/packages/45/77/9f9ecfcb60409ebd13bd2d817e4604fbe742e5b24a2a2f9ffe60fd8b12af/wmill_pg-1.473.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "3a0c4748fd143ba0af123e5145e0a9674919e77d28fd21d832bf07ec76c82105",
"md5": "9d786c2927cd2574c941e2c22efe7989",
"sha256": "3f63b0f667dd65748173fa05e81c28586aca09d5ad9fa22da136eff3df3fc853"
},
"downloads": -1,
"filename": "wmill_pg-1.473.0.tar.gz",
"has_sig": false,
"md5_digest": "9d786c2927cd2574c941e2c22efe7989",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.7",
"size": 1899,
"upload_time": "2025-03-03T14:21:52",
"upload_time_iso_8601": "2025-03-03T14:21:52.714841Z",
"url": "https://files.pythonhosted.org/packages/3a/0c/4748fd143ba0af123e5145e0a9674919e77d28fd21d832bf07ec76c82105/wmill_pg-1.473.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-03-03 14:21:52",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "wmill-pg"
}