{ "info": { "author": "Meet Mangukiya", "author_email": "meetmangukiya98@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy" ], "description": "\n# jitsu - jinja2 rendering with yaml\n\nSimple, easy rendering of templates for each data file, with one command.\n\n## What jitsu does?\n\n`jitsu` renders data in each data file to specified jinja2 template, and\nthen store the results in a new directory `_dist`.\n\n## Usage\n\n1. Installation: `pip install jitsu`\n2. Directory structure:\n 1. All the templates go to `templates` directory. (Can also be specified with\n `-t` option)\n 2. All the data files go to `data` directory. (Can also be specified with `-d` option.)\n3. Run `jitsu`.\n\n## Applications\n\n### Static websites\n\n```\ntemplates/\n `-- blog-post.j2\n |- poem-post.j2\ndata/\n `-- post1.yaml\n |- post1.yaml\n |- post2.yaml\n |- post3.yaml\n |- post4.yaml\n |- poem1.yaml\n |- poem2.yaml\n```\n\nRunning `jitsu` will give something like this\n```\n_dist/\n `-- post1.html\n |- post2.html\n |- post3.html\n |- post4.html\n |- poem1.html\n |- poem2.html\n```\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/meetmangukiya/jitsu", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "jitsu", "package_url": "https://pypi.org/project/jitsu/", "platform": "", "project_url": "https://pypi.org/project/jitsu/", "project_urls": { "Homepage": "https://github.com/meetmangukiya/jitsu" }, "release_url": "https://pypi.org/project/jitsu/0.0.1/", "requires_dist": [ "jinja2", "pyyaml" ], "requires_python": ">=3.6.0", "summary": "Jinja2 templates rendering from yaml data.", "version": "0.0.1" }, "last_serial": 4062416, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "d2f9af4b0c307f8c3a7119110a1d9d07", "sha256": "24f3fbbed33990ea26a7f77584dd4f0529b84e9019e711c3ca651c757e3b957e" }, "downloads": -1, "filename": "jitsu-0.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d2f9af4b0c307f8c3a7119110a1d9d07", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.6.0", "size": 3311, "upload_time": "2018-07-15T05:38:56", "url": "https://files.pythonhosted.org/packages/17/e8/fb3b2885160adcee21cbfe6ed84870aa792af7bb2470fc7ff6bc9fee46cc/jitsu-0.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "80b6413df161d8b6bb4d24dfdc3e1cf1", "sha256": "71413aafcf87d56d4aeb8642b129c755f35f0a16137d4fb2ad109573da1289b0" }, "downloads": -1, "filename": "jitsu-0.0.1.tar.gz", "has_sig": false, "md5_digest": "80b6413df161d8b6bb4d24dfdc3e1cf1", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6.0", "size": 3963, "upload_time": "2018-07-15T05:38:58", "url": "https://files.pythonhosted.org/packages/21/6a/92a7011dcdb3e8510fc4eea38ca7ef2cd795e671b9b262a1e3df69623cbb/jitsu-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d2f9af4b0c307f8c3a7119110a1d9d07", "sha256": "24f3fbbed33990ea26a7f77584dd4f0529b84e9019e711c3ca651c757e3b957e" }, "downloads": -1, "filename": "jitsu-0.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d2f9af4b0c307f8c3a7119110a1d9d07", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.6.0", "size": 3311, "upload_time": "2018-07-15T05:38:56", "url": "https://files.pythonhosted.org/packages/17/e8/fb3b2885160adcee21cbfe6ed84870aa792af7bb2470fc7ff6bc9fee46cc/jitsu-0.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "80b6413df161d8b6bb4d24dfdc3e1cf1", "sha256": "71413aafcf87d56d4aeb8642b129c755f35f0a16137d4fb2ad109573da1289b0" }, "downloads": -1, "filename": "jitsu-0.0.1.tar.gz", "has_sig": false, "md5_digest": "80b6413df161d8b6bb4d24dfdc3e1cf1", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6.0", "size": 3963, "upload_time": "2018-07-15T05:38:58", "url": "https://files.pythonhosted.org/packages/21/6a/92a7011dcdb3e8510fc4eea38ca7ef2cd795e671b9b262a1e3df69623cbb/jitsu-0.0.1.tar.gz" } ] }