{ "info": { "author": "sinanm89", "author_email": "sinanm89@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Framework :: Django", "Intended Audience :: Developers", "Intended Audience :: System Administrators", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Natural Language :: Turkish", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.6" ], "description": "django_kibrit\n=============\n\nA git version parser for django templates.\n\nUsage:\n------\n\nThe intent of django_kibrit is to burn the css cache of the client upon a change in the project.\n\n # Somewhere in your templates\n \n\nInstallation:\n------------\n\n pip install django_kibrit\n\nKibrit makes use of the `memcached` library in django. To enable this place\n\n CACHES = {\n 'default': {\n 'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache',\n 'LOCATION': '127.0.0.1:11211',\n },\n }\n\nTo use kibrit on your templates append the following 2 lines at the end of your projects `settings.py`.\n\n TEMPLATE_CONTEXT_PROCESSORS += ('django_kibrit.context_processors.revision',)\n INSTALLED_APPS += 'django_kibrit',\n\nThe package can try to detect .git in your project automatically but it is best if you explicitly set KIBRIT_PATH in your settings to where the .git file is in your project.\n\n KIBRIT_PATH = '/path/to/your/.git' # You've found it when 'ls -al | grep .git' prints the .git file", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/sinanm89/kibrit/tarball/0.3", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/sinanm89/kibrit", "keywords": "git,static,revision,django", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "django_kibrit", "package_url": "https://pypi.org/project/django_kibrit/", "platform": "Any", "project_url": "https://pypi.org/project/django_kibrit/", "project_urls": { "Download": "https://github.com/sinanm89/kibrit/tarball/0.3", "Homepage": "http://github.com/sinanm89/kibrit" }, "release_url": "https://pypi.org/project/django_kibrit/0.3/", "requires_dist": null, "requires_python": null, "summary": "Kibrit -- an open source git version parser for Django", "version": "0.3" }, "last_serial": 1031813, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "c89a1f34fd5e590de69dd892d13224e0", "sha256": "6cb6c2855ad8d529eed840d9b2fa0ecd82ab8426ca20c8ec4dce285a40efa254" }, "downloads": -1, "filename": "django_kibrit-0.1.1.tar.gz", "has_sig": false, "md5_digest": "c89a1f34fd5e590de69dd892d13224e0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4412, "upload_time": "2013-11-05T16:11:02", "url": "https://files.pythonhosted.org/packages/20/47/7541bfe53d99d2891d7e39baa1cd8c05ab9ea2a89d0374a6ba7cc76ce068/django_kibrit-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "f721f5ae78f16c4e895eb0d17495a912", "sha256": "f55d2e846c9e83c9e790fcefff7f3cf42aaefb61ee2eb411927e96a113f90f03" }, "downloads": -1, "filename": "django_kibrit-0.1.2.tar.gz", "has_sig": false, "md5_digest": "f721f5ae78f16c4e895eb0d17495a912", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4407, "upload_time": "2013-11-06T14:56:53", "url": "https://files.pythonhosted.org/packages/21/4a/870eb06622f2f75f65c443147d5833c190a94ab4f920941e483508ca6ef0/django_kibrit-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "17ac39cb00d18823d4454b7196051096", "sha256": "9465d82d8595a93d76a8d7378c683a88f43f6e540154def7dba8ba6d6b9a469c" }, "downloads": -1, "filename": "django_kibrit-0.1.3.tar.gz", "has_sig": false, "md5_digest": "17ac39cb00d18823d4454b7196051096", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4399, "upload_time": "2013-11-06T15:03:04", "url": "https://files.pythonhosted.org/packages/b1/ec/a652d230c99e4fa02f58d9319c73a767fc1c25e88a2835a252ae49b92eac/django_kibrit-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "b13e5712c1e73faa30e567591f7d324d", "sha256": "47e2b379dd676f3f91d7a46bcaf6b20c47c59659bc67fbf98d4f9cd936eeaed1" }, "downloads": -1, "filename": "django_kibrit-0.1.4.tar.gz", "has_sig": false, "md5_digest": "b13e5712c1e73faa30e567591f7d324d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4368, "upload_time": "2013-12-02T16:04:49", "url": "https://files.pythonhosted.org/packages/91/49/61a999f9660751d855cd704b5d25f73dc12aaa0806ffb01c3e4237710a8f/django_kibrit-0.1.4.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "808d9dec9553d61a29525d62e45581ed", "sha256": "657ac0f93bbd61432989363771dd4a461c47c167e10cc9ebc79bb17627a56bcf" }, "downloads": -1, "filename": "django_kibrit-0.1.5.tar.gz", "has_sig": false, "md5_digest": "808d9dec9553d61a29525d62e45581ed", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4379, "upload_time": "2013-12-02T16:24:25", "url": "https://files.pythonhosted.org/packages/1a/7e/01d63b3f5f1428d75116bce6950a7635e92ed11ea99cc9162db79f4a4e93/django_kibrit-0.1.5.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "850b24c827bdfad4d310bffcd562cd1e", "sha256": "795c1c6073fef9a36d01f65ce7186cb66092da31b05816abbf589318417618d8" }, "downloads": -1, "filename": "django_kibrit-0.3.tar.gz", "has_sig": false, "md5_digest": "850b24c827bdfad4d310bffcd562cd1e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4237, "upload_time": "2014-03-17T02:03:25", "url": "https://files.pythonhosted.org/packages/0f/20/07f6e2ad6ecc352be37aaccb4919b71b329c4df130120b1f3d1ca6db4c7d/django_kibrit-0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "850b24c827bdfad4d310bffcd562cd1e", "sha256": "795c1c6073fef9a36d01f65ce7186cb66092da31b05816abbf589318417618d8" }, "downloads": -1, "filename": "django_kibrit-0.3.tar.gz", "has_sig": false, "md5_digest": "850b24c827bdfad4d310bffcd562cd1e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4237, "upload_time": "2014-03-17T02:03:25", "url": "https://files.pythonhosted.org/packages/0f/20/07f6e2ad6ecc352be37aaccb4919b71b329c4df130120b1f3d1ca6db4c7d/django_kibrit-0.3.tar.gz" } ] }