Name | wmill-pg JSON |
Version |
1.505.2
JSON |
| download |
home_page | https://windmill.dev |
Summary | An extension client for the wmill client library focused on pg |
upload_time | 2025-07-13 14:51:13 |
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/ce/fa/e041e7b3c3d4bfbb2aed89e83a14ea246054dbe84e7480aa5bd3a1253470/wmill_pg-1.505.2.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.505.2",
"project_urls": {
"Documentation": "https://windmill.dev",
"Homepage": "https://windmill.dev"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "9c4dfcde79f45f36a24882164986cb868ae49c637fc2c72303ba94a5e86cc53c",
"md5": "1cc7f036964b56855b22565e723f935d",
"sha256": "ad3441dff844336482d507873c475de3dcf0771d21a235719db62208d668f225"
},
"downloads": -1,
"filename": "wmill_pg-1.505.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "1cc7f036964b56855b22565e723f935d",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.7",
"size": 2301,
"upload_time": "2025-07-13T14:51:11",
"upload_time_iso_8601": "2025-07-13T14:51:11.379632Z",
"url": "https://files.pythonhosted.org/packages/9c/4d/fcde79f45f36a24882164986cb868ae49c637fc2c72303ba94a5e86cc53c/wmill_pg-1.505.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "cefae041e7b3c3d4bfbb2aed89e83a14ea246054dbe84e7480aa5bd3a1253470",
"md5": "1d9d0336b7b810df6eca0fbb12ee95bb",
"sha256": "f96bc0b6d342ac2371d1d66342c62e86c500f438a46f6d6e4b73e9bc0fd479d2"
},
"downloads": -1,
"filename": "wmill_pg-1.505.2.tar.gz",
"has_sig": false,
"md5_digest": "1d9d0336b7b810df6eca0fbb12ee95bb",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.7",
"size": 1897,
"upload_time": "2025-07-13T14:51:13",
"upload_time_iso_8601": "2025-07-13T14:51:13.165755Z",
"url": "https://files.pythonhosted.org/packages/ce/fa/e041e7b3c3d4bfbb2aed89e83a14ea246054dbe84e7480aa5bd3a1253470/wmill_pg-1.505.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-13 14:51:13",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "wmill-pg"
}