Name | wmill-pg JSON |
Version |
1.435.1
JSON |
| download |
home_page | https://windmill.dev |
Summary | An extension client for the wmill client library focused on pg |
upload_time | 2024-12-05 12:42:33 |
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/90/6e/0e3b88d0cd080dce302e3f93ada4cd54d77ca858facf123dc9cf5de038b5/wmill_pg-1.435.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.435.1",
"project_urls": {
"Documentation": "https://windmill.dev",
"Homepage": "https://windmill.dev"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "a9b65da0177ff20193adfa4ab1de042c3cc1c22688144f30d603ccf8d57a13c3",
"md5": "879d23effc3f007c915a4da271e75c05",
"sha256": "ff440ad7e0fc4263883b1ff4708ca54b1171ad705cd3354bc842c3e853da9f29"
},
"downloads": -1,
"filename": "wmill_pg-1.435.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "879d23effc3f007c915a4da271e75c05",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.7",
"size": 2300,
"upload_time": "2024-12-05T12:42:30",
"upload_time_iso_8601": "2024-12-05T12:42:30.708967Z",
"url": "https://files.pythonhosted.org/packages/a9/b6/5da0177ff20193adfa4ab1de042c3cc1c22688144f30d603ccf8d57a13c3/wmill_pg-1.435.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "906e0e3b88d0cd080dce302e3f93ada4cd54d77ca858facf123dc9cf5de038b5",
"md5": "7a8bd48b1e4323e17e5e54000157e388",
"sha256": "23f37d6ab301e05984ec8cace44c0ef6c98897c8731d074412eed2aa2a1b1dd9"
},
"downloads": -1,
"filename": "wmill_pg-1.435.1.tar.gz",
"has_sig": false,
"md5_digest": "7a8bd48b1e4323e17e5e54000157e388",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.7",
"size": 1897,
"upload_time": "2024-12-05T12:42:33",
"upload_time_iso_8601": "2024-12-05T12:42:33.213612Z",
"url": "https://files.pythonhosted.org/packages/90/6e/0e3b88d0cd080dce302e3f93ada4cd54d77ca858facf123dc9cf5de038b5/wmill_pg-1.435.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-05 12:42:33",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "wmill-pg"
}