{ "info": { "author": "", "author_email": "", "bugtrack_url": null, "classifiers": [ "Framework :: Django", "Operating System :: Unix", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Unix Shell", "Topic :: System :: Archiving :: Backup", "Topic :: Utilities" ], "description": "\n\n[![](https://img.shields.io/badge/OS-Unix-blue.svg?longCache=True)]()\n[![](https://img.shields.io/pypi/pyversions/django-template-cli.svg?longCache=True)](https://pypi.org/project/django-template-cli/)\n\n#### Installation\n```bash\n$ [sudo] pip install django-template-cli\n```\n\n#### How it works\n```\nindex.html\ncontext.json (optional)\n```\n\n#### Executable modules\nusage|`__doc__`\n-|-\n`python -m django_template_cli path` |render django template file\n\n#### Scripts usage\ncommand|`usage`\n-|-\n`django-template-cli` |`usage: django-template-cli path`\n\n#### Examples\n`index.html`:\n```html\n{% for v in values %}\n{{ forloop.counter0 }}: {{ v }}\n{% endfor %}\n```\n\n`context.json`:\n```json\n{\n \"values\": [\"value1\",\"value2\",\"value3\"]\n}\n```\n\n```bash\n$ django-template-cli index.html\n0: value1\n\n1: value2\n\n2: value3\n```\n\n

\n django-readme-generator\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/looking-for-a-job/django-template-cli.py", "keywords": "django template", "license": "", "maintainer": "", "maintainer_email": "", "name": "django-template-cli", "package_url": "https://pypi.org/project/django-template-cli/", "platform": "", "project_url": "https://pypi.org/project/django-template-cli/", "project_urls": { "Homepage": "https://github.com/looking-for-a-job/django-template-cli.py" }, "release_url": "https://pypi.org/project/django-template-cli/2019.6.25/", "requires_dist": null, "requires_python": "", "summary": "CLI tool to render django template files", "version": "2019.6.25" }, "last_serial": 5587262, "releases": { "2019.6.25": [ { "comment_text": "", "digests": { "md5": "7b61f04dca3455f5ca4236d598233bc8", "sha256": "40b292b8ea128eb06d8e719f79aa8019dac134fbfb164f6fe8aac2ff36b49546" }, "downloads": -1, "filename": "django-template-cli-2019.6.25.tar.gz", "has_sig": false, "md5_digest": "7b61f04dca3455f5ca4236d598233bc8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2046, "upload_time": "2019-06-26T15:54:45", "url": "https://files.pythonhosted.org/packages/cb/cb/f7566259c3b5f6e404d3ccb10b8de58346356ea7bf9eb94783f597da43e6/django-template-cli-2019.6.25.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7b61f04dca3455f5ca4236d598233bc8", "sha256": "40b292b8ea128eb06d8e719f79aa8019dac134fbfb164f6fe8aac2ff36b49546" }, "downloads": -1, "filename": "django-template-cli-2019.6.25.tar.gz", "has_sig": false, "md5_digest": "7b61f04dca3455f5ca4236d598233bc8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2046, "upload_time": "2019-06-26T15:54:45", "url": "https://files.pythonhosted.org/packages/cb/cb/f7566259c3b5f6e404d3ccb10b8de58346356ea7bf9eb94783f597da43e6/django-template-cli-2019.6.25.tar.gz" } ] }