# JinjaQ (Work in progress)
`JinjaQ` is a simple and efficient library for generating SQL queries from [Jinja2](https://jinja.palletsprojects.com/en/3.1.x/) templates. It is type-friendly and offers `async` support, drawing significant inspiration from the excellent library at [jinjasql](https://github.com/sripathikrishnan/jinjasql).
[![CI](https://github.com/antonrh/jinjaq/actions/workflows/ci.yml/badge.svg)](https://github.com/antonrh/jinjaq/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/antonrh/jinjaq/branch/main/graph/badge.svg?token=67CLD19I0C)](https://codecov.io/gh/antonrh/pyxdi)
[![Documentation Status](https://readthedocs.org/projects/jinjaq/badge/?version=latest)](https://pyxdi.readthedocs.io/en/latest/?badge=latest)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
---
Documentation
http://jinjaq.readthedocs.io/
---
## Requirements
`Python 3.8+` and `Jinja2 3.1.2+`.
## Installation
Install using `pip`:
```shell
pip install jinjaq
```
or using `poetry`:
```shell
poetry add jinjaq
```
Raw data
{
"_id": null,
"home_page": "https://github.com/antonrh/jinjaq",
"name": "jinjaq",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8,<4.0",
"maintainer_email": "",
"keywords": "sql,query,queries,template,jinja,database,db",
"author": "Anton Ruhlov",
"author_email": "antonruhlov@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/f2/da/cbf86b58e49302282bf525cc55b3b8f13f040b6ce27dffa2a4cff6e371de/jinjaq-0.1.0.tar.gz",
"platform": null,
"description": "# JinjaQ (Work in progress)\n\n`JinjaQ` is a simple and efficient library for generating SQL queries from [Jinja2](https://jinja.palletsprojects.com/en/3.1.x/) templates. It is type-friendly and offers `async` support, drawing significant inspiration from the excellent library at [jinjasql](https://github.com/sripathikrishnan/jinjasql).\n\n[![CI](https://github.com/antonrh/jinjaq/actions/workflows/ci.yml/badge.svg)](https://github.com/antonrh/jinjaq/actions/workflows/ci.yml)\n[![codecov](https://codecov.io/gh/antonrh/jinjaq/branch/main/graph/badge.svg?token=67CLD19I0C)](https://codecov.io/gh/antonrh/pyxdi)\n[![Documentation Status](https://readthedocs.org/projects/jinjaq/badge/?version=latest)](https://pyxdi.readthedocs.io/en/latest/?badge=latest)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n\n---\nDocumentation\n\nhttp://jinjaq.readthedocs.io/\n\n---\n\n## Requirements\n\n`Python 3.8+` and `Jinja2 3.1.2+`.\n\n## Installation\n\nInstall using `pip`:\n\n```shell\npip install jinjaq\n```\n\nor using `poetry`:\n\n```shell\npoetry add jinjaq\n```\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Jinja Query Templates for SQL",
"version": "0.1.0",
"project_urls": {
"Homepage": "https://github.com/antonrh/jinjaq",
"Repository": "https://github.com/antonrh/jinjaq"
},
"split_keywords": [
"sql",
"query",
"queries",
"template",
"jinja",
"database",
"db"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "140dcbfb6b962564b3de247a6b09d11b3d0fb0f973a628eb7fc06f18a7812826",
"md5": "ac0a12a71dfa38efe3cfb86936437544",
"sha256": "2c38319629e02bc026690e479ae2273a88d0ac5135e6a54a9130713dec4bda94"
},
"downloads": -1,
"filename": "jinjaq-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "ac0a12a71dfa38efe3cfb86936437544",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8,<4.0",
"size": 5874,
"upload_time": "2023-09-27T18:19:59",
"upload_time_iso_8601": "2023-09-27T18:19:59.588240Z",
"url": "https://files.pythonhosted.org/packages/14/0d/cbfb6b962564b3de247a6b09d11b3d0fb0f973a628eb7fc06f18a7812826/jinjaq-0.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f2dacbf86b58e49302282bf525cc55b3b8f13f040b6ce27dffa2a4cff6e371de",
"md5": "c4ff3a16709eef067b60b4d572b36725",
"sha256": "1c4337d70f895d4124677f8ed54655f55347bde2d7652f81e1b07b11559937de"
},
"downloads": -1,
"filename": "jinjaq-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "c4ff3a16709eef067b60b4d572b36725",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8,<4.0",
"size": 5986,
"upload_time": "2023-09-27T18:20:02",
"upload_time_iso_8601": "2023-09-27T18:20:02.149050Z",
"url": "https://files.pythonhosted.org/packages/f2/da/cbf86b58e49302282bf525cc55b3b8f13f040b6ce27dffa2a4cff6e371de/jinjaq-0.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-09-27 18:20:02",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "antonrh",
"github_project": "jinjaq",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "jinjaq"
}