{ "info": { "author": "Anentropic", "author_email": "UNKNOWN", "bugtrack_url": null, "classifiers": [], "description": "===============\ndjango-tempocal\n===============\n\nAn extension of the Python stdlib's ``calendar.HTMLCalendar`` that makes use of Django templates to customise the output. After all, it's pretty lame having hard-coded HTML output.\n\nUsage:\n\n``pip install django-tempocal``\n\nAdd ``'tempocal'`` to your ``INSTALLED_APPS``.\n\n.. code:: python\n\n from tempocal import TemplatedCalendar\n\n def myview(request, year, month):\n calendar = TemplatedCalendar()\n month_table = calendar.formatmonth(int(year), int(month))\n return render_to_response('myview.html', {'month_table': month_table})\n\nThis will use the ``tempocal/month.html`` that comes with tempocal, you can override this via the normal Django mechanism.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/anentropic/django-tempocal", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "django-tempocal", "package_url": "https://pypi.org/project/django-tempocal/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-tempocal/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/anentropic/django-tempocal" }, "release_url": "https://pypi.org/project/django-tempocal/0.1.3/", "requires_dist": null, "requires_python": null, "summary": "A django-fied, templated version of Python's built-in HTMLCalendar.", "version": "0.1.3" }, "last_serial": 1873248, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "233b10bb7f5cd6eb639fd8f223af2293", "sha256": "9c725bc9ec9e75aea27b70eaedb5f551b3c1e4cc4f37bb68995c7aac53a84854" }, "downloads": -1, "filename": "django-tempocal-0.1.tar.gz", "has_sig": false, "md5_digest": "233b10bb7f5cd6eb639fd8f223af2293", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2954, "upload_time": "2011-08-12T18:36:24", "url": "https://files.pythonhosted.org/packages/88/0f/6dfba1b013db8eb1c2366e533e0d1398e682d2a58c0935913b0f78d6d45b/django-tempocal-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "eae2d32a7ce050c6cb6433a961ae6181", "sha256": "a51c651baeac865ccd76e3a80a0d40b7dd5ab7c10941c1d9aeef7bd7bf3143a5" }, "downloads": -1, "filename": "django-tempocal-0.1.1.tar.gz", "has_sig": false, "md5_digest": "eae2d32a7ce050c6cb6433a961ae6181", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2886, "upload_time": "2011-08-12T18:39:11", "url": "https://files.pythonhosted.org/packages/46/d0/d1aebaca870c0a6fa2d44c697659f190735e3e5e3c860092ea41eea2259c/django-tempocal-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "2d893935b1cd2054f60fa887bbb03427", "sha256": "61d620599f552c5250009890f59fcca29dcc519dbd8cfb80335cbb82da7d5e3f" }, "downloads": -1, "filename": "django-tempocal-0.1.2.tar.gz", "has_sig": false, "md5_digest": "2d893935b1cd2054f60fa887bbb03427", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2930, "upload_time": "2015-02-03T16:51:51", "url": "https://files.pythonhosted.org/packages/52/15/b4ae3990246a048d0b28d952ca3c412338480a9caad8e87b89819083d91a/django-tempocal-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "568f07fdfce68bc7af080f43d375b13b", "sha256": "ea6953c481e870f2b976c494f924fc98e41cdefdef5fbf1a1ba986420b3295e4" }, "downloads": -1, "filename": "django-tempocal-0.1.3.tar.gz", "has_sig": false, "md5_digest": "568f07fdfce68bc7af080f43d375b13b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3070, "upload_time": "2015-12-22T05:17:50", "url": "https://files.pythonhosted.org/packages/17/d7/23a6f04cd28b854bb82521d02f8ba7507b79113bf4e6bdffde17640db461/django-tempocal-0.1.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "568f07fdfce68bc7af080f43d375b13b", "sha256": "ea6953c481e870f2b976c494f924fc98e41cdefdef5fbf1a1ba986420b3295e4" }, "downloads": -1, "filename": "django-tempocal-0.1.3.tar.gz", "has_sig": false, "md5_digest": "568f07fdfce68bc7af080f43d375b13b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3070, "upload_time": "2015-12-22T05:17:50", "url": "https://files.pythonhosted.org/packages/17/d7/23a6f04cd28b854bb82521d02f8ba7507b79113bf4e6bdffde17640db461/django-tempocal-0.1.3.tar.gz" } ] }