Name | litestar-aiosql JSON |
Version |
0.1.2
JSON |
| download |
home_page | |
Summary | aiosql plugin for Litestar |
upload_time | 2023-10-08 16:56:28 |
maintainer | |
docs_url | None |
author | |
requires_python | >=3.8 |
license | MIT |
keywords |
aiosql
litestar
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# Litestar Aiosql
> [!IMPORTANT]
> This plugin currently contains minimal features and is a work-in-progress
## Installation
```shell
pip install litestar-aiosql
```
## Usage
Here is a basic application that demonstrates how to use the plugin.
```python
from __future__ import annotations
from litestar import Litestar
from litestar_aiosql import AiosqlPlugin, AiosqlConfig
aiosql = AiosqlPlugin(config=AiosqlConfig())
app = Litestar(plugins=[aiosql])
```
Raw data
{
"_id": null,
"home_page": "",
"name": "litestar-aiosql",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": "",
"keywords": "aiosql,litestar",
"author": "",
"author_email": "Cody Fincher <cody.fincher@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/36/2b/7e76aa44a9533337f84c524d1cce14c178738d914c51be8c50df69d52f98/litestar_aiosql-0.1.2.tar.gz",
"platform": null,
"description": "# Litestar Aiosql\n\n> [!IMPORTANT]\n> This plugin currently contains minimal features and is a work-in-progress\n\n## Installation\n\n```shell\npip install litestar-aiosql\n```\n\n## Usage\n\nHere is a basic application that demonstrates how to use the plugin.\n\n```python\nfrom __future__ import annotations\n\nfrom litestar import Litestar\nfrom litestar_aiosql import AiosqlPlugin, AiosqlConfig\n\naiosql = AiosqlPlugin(config=AiosqlConfig())\napp = Litestar(plugins=[aiosql])\n\n```\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "aiosql plugin for Litestar",
"version": "0.1.2",
"project_urls": {
"Changelog": "https://cofin.github.io/litesatr-aiosql/latest/changelog",
"Discord": "https://discord.gg/X3FJqy8d2j",
"Documentation": "https://cofin.github.io/litesatr-aiosql/latest/",
"Homepage": "https://cofin.github.io/litesatr-aiosql/latest/",
"Issue": "https://github.com/cofin/litestar-aiosql/issues/",
"Source": "https://github.com/cofin/litestar-aiosql"
},
"split_keywords": [
"aiosql",
"litestar"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "cd139983b5fcb1b99e0a935cdf2355803ee1264431d65bbea2c34e1b45391382",
"md5": "5526b2d14596b3be73f67c0806463736",
"sha256": "00b1ac831e94c7fca03f3ff754e8795fee9d902ddd1b1421f8f55a34154e29f8"
},
"downloads": -1,
"filename": "litestar_aiosql-0.1.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "5526b2d14596b3be73f67c0806463736",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 5191,
"upload_time": "2023-10-08T16:56:27",
"upload_time_iso_8601": "2023-10-08T16:56:27.313082Z",
"url": "https://files.pythonhosted.org/packages/cd/13/9983b5fcb1b99e0a935cdf2355803ee1264431d65bbea2c34e1b45391382/litestar_aiosql-0.1.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "362b7e76aa44a9533337f84c524d1cce14c178738d914c51be8c50df69d52f98",
"md5": "9e6ec90d248be90903f02f578353f9f0",
"sha256": "0ddea44cf054e4b1112bb1447a6ff3bcb18e72a1ec062222109c82abbbece655"
},
"downloads": -1,
"filename": "litestar_aiosql-0.1.2.tar.gz",
"has_sig": false,
"md5_digest": "9e6ec90d248be90903f02f578353f9f0",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 68787,
"upload_time": "2023-10-08T16:56:28",
"upload_time_iso_8601": "2023-10-08T16:56:28.934387Z",
"url": "https://files.pythonhosted.org/packages/36/2b/7e76aa44a9533337f84c524d1cce14c178738d914c51be8c50df69d52f98/litestar_aiosql-0.1.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-10-08 16:56:28",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "cofin",
"github_project": "litestar-aiosql",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "litestar-aiosql"
}