Name | wmill-pg JSON |
Version |
1.544.0
JSON |
| download |
home_page | https://windmill.dev |
Summary | An extension client for the wmill client library focused on pg |
upload_time | 2025-09-18 16:40:37 |
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/42/07/4d8ebd020d88ccaf782ca7a561b5cf7e8701a2a5ba0e3ae7bffde61ae9ee/wmill_pg-1.544.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.544.0",
"project_urls": {
"Documentation": "https://windmill.dev",
"Homepage": "https://windmill.dev"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "97af28166c00bf653d1bd11ffa149f770c8fb5f9e77a9e887a25ab88e242f884",
"md5": "e210339978adb8327c7b1a196415c941",
"sha256": "dc9ad98698928eb993ca97775eb37406fe30e7836f34fce1af40b05ee5bc0ac9"
},
"downloads": -1,
"filename": "wmill_pg-1.544.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "e210339978adb8327c7b1a196415c941",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.7",
"size": 2300,
"upload_time": "2025-09-18T16:40:35",
"upload_time_iso_8601": "2025-09-18T16:40:35.361514Z",
"url": "https://files.pythonhosted.org/packages/97/af/28166c00bf653d1bd11ffa149f770c8fb5f9e77a9e887a25ab88e242f884/wmill_pg-1.544.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "42074d8ebd020d88ccaf782ca7a561b5cf7e8701a2a5ba0e3ae7bffde61ae9ee",
"md5": "186f22da6f183054a2422b98469c3017",
"sha256": "58914d80eaa3eb5f395cabe3f513e220c9b743dfa47cc6ee5b761d332c22be8a"
},
"downloads": -1,
"filename": "wmill_pg-1.544.0.tar.gz",
"has_sig": false,
"md5_digest": "186f22da6f183054a2422b98469c3017",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.7",
"size": 1894,
"upload_time": "2025-09-18T16:40:37",
"upload_time_iso_8601": "2025-09-18T16:40:37.353437Z",
"url": "https://files.pythonhosted.org/packages/42/07/4d8ebd020d88ccaf782ca7a561b5cf7e8701a2a5ba0e3ae7bffde61ae9ee/wmill_pg-1.544.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-09-18 16:40:37",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "wmill-pg"
}