{ "info": { "author": "Eldarion", "author_email": "development@eldarion.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "kairios\n=======\n\n.. image:: https://img.shields.io/travis/eldarion/kairios.svg\n :target: https://travis-ci.org/eldarion/kairios\n\n.. image:: https://img.shields.io/coveralls/eldarion/kairios.svg\n :target: https://coveralls.io/r/eldarion/kairios\n\n.. image:: https://img.shields.io/pypi/dm/kairios.svg\n :target: https://pypi.python.org/pypi/kairios/\n\n.. image:: https://img.shields.io/pypi/v/kairios.svg\n :target: https://pypi.python.org/pypi/kairios/\n\n.. image:: https://img.shields.io/badge/license-BSD-blue.svg\n :target: https://pypi.python.org/pypi/kairios/\n\nProvides utilities for publishing events as a calendar.\n\nAt the moment, it just provides a visual calendar (both large and small)\nshowing which days have events and optionally linking to a day detail page.\n\n\nUsage\n-----\n\n::\n\n {% load kairios_tags %}\n\n ...\n\n {% calendar events %}\n\n\nwhere ``events`` implements the following protocol:\n\n``events.day_url(year, month, day, has_event, **kwargs)``\n return a link to the page for the given day or None if there is not to\n be a day link. ``has_event`` is a boolean telling this method whether\n there is an event on the day or not so you can choose whether a day\n without an event should link or not.\n\n``events.month_url(year, month, **kwargs)``\n return a link to the page for the given month or None if there is not\n to be a month link.\n\n``events_by_day(year, month, **kwargs)``\n return a dictionary mapping day number to a list of events on that day.\n\nNote that all methods take additional key-word arguments that can be used in\nthe calculation of the return value.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/eldarion/kairios", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "kairios", "package_url": "https://pypi.org/project/kairios/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/kairios/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/eldarion/kairios" }, "release_url": "https://pypi.org/project/kairios/0.4.1/", "requires_dist": null, "requires_python": null, "summary": "utilities for publishing events as a calendar", "version": "0.4.1" }, "last_serial": 1252047, "releases": { "0.3": [ { "comment_text": "", "digests": { "md5": "a15bdbf23a2d584d2df5dcf14406592d", "sha256": "5d3a36559f59ff94561f603ef053e86893c9f750638d0ee3e03d63f986190231" }, "downloads": -1, "filename": "kairios-0.3.tar.gz", "has_sig": false, "md5_digest": "a15bdbf23a2d584d2df5dcf14406592d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3761, "upload_time": "2014-01-16T03:19:32", "url": "https://files.pythonhosted.org/packages/35/88/250f2c11a4489e9b72be11c10b810a32c590b3416ff340dc3c6d71f8b179/kairios-0.3.tar.gz" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "90b48e989026ba57ca573f05b04a321a", "sha256": "958a18c85d1a94d3b0b904916ad3399dc663c49fdb97e97cb05388cb774a0a3d" }, "downloads": -1, "filename": "kairios-0.4.tar.gz", "has_sig": false, "md5_digest": "90b48e989026ba57ca573f05b04a321a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3943, "upload_time": "2014-10-08T18:12:58", "url": "https://files.pythonhosted.org/packages/8f/79/31ce0ed030508838f167df78edcc73c0fbdf659dd2bc0416cb0192e2cc84/kairios-0.4.tar.gz" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "e7a63b2520ee2914c5e1a188ddb76e0e", "sha256": "82066987389e08251e9cec3e661d18a23bef363f796337eca716dd9374556d65" }, "downloads": -1, "filename": "kairios-0.4.1.tar.gz", "has_sig": false, "md5_digest": "e7a63b2520ee2914c5e1a188ddb76e0e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3948, "upload_time": "2014-10-08T18:14:39", "url": "https://files.pythonhosted.org/packages/75/e4/35849ebd9569a0e8522555f5ca8d163c15571c55953124031b11aec365eb/kairios-0.4.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e7a63b2520ee2914c5e1a188ddb76e0e", "sha256": "82066987389e08251e9cec3e661d18a23bef363f796337eca716dd9374556d65" }, "downloads": -1, "filename": "kairios-0.4.1.tar.gz", "has_sig": false, "md5_digest": "e7a63b2520ee2914c5e1a188ddb76e0e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3948, "upload_time": "2014-10-08T18:14:39", "url": "https://files.pythonhosted.org/packages/75/e4/35849ebd9569a0e8522555f5ca8d163c15571c55953124031b11aec365eb/kairios-0.4.1.tar.gz" } ] }