{ "info": { "author": "David Hickman", "author_email": "davidhickman13@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5" ], "description": "===============================\ncalendary\n===============================\n\n\n.. image:: https://img.shields.io/pypi/v/calendary.svg\n :target: https://pypi.python.org/pypi/calendary\n\n.. image:: https://travis-ci.org/DavidHickman/calendary.svg?branch=master\n :target: https://travis-ci.org/DavidHickman/calendary\n\n.. image:: https://readthedocs.org/projects/calendary/badge/?version=latest\n :target: https://calendary.readthedocs.io/en/latest/?badge=latest\n :alt: Documentation Status\n\n.. image:: https://pyup.io/repos/github/davidhickman/calendary/shield.svg\n :target: https://pyup.io/repos/github/davidhickman/calendary/\n :alt: Updates\n\n.. image:: https://pyup.io/repos/github/davidhickman/calendary/python-3-shield.svg\n :target: https://pyup.io/repos/github/davidhickman/calendary/\n :alt: Python 3\n\n\nPython calendar and datetime helpers.\n\n\n* Free software: BSD license\n* Documentation: https://calendary.readthedocs.io.\n\n\nFeatures\n--------\n\nReturn a list of days for any year\n\n.. code-block:: python\n\n cal = Calendary(2016)\n\n weekdays = cal.weekday_calendar()\n today = datetime.datetime.now().date()\n\n for weekday, date in weekdays:\n if date < today:\n print(\"{0}-{1}-{2} was a {3}\".format(date.month, date.day, date.year, weekday))\n elif date == today:\n print(\"Today is {}\".format(weekday))\n else:\n print(\"{0}-{1}-{2} will be a {3}\".format(date.month, date.day, date.year, weekday))\n\n\nReturn a list of only workdays (default: Monday-Friday)\n\n.. code-block:: python\n\n cal = Calendary(2016)\n\n workdays = cal.workday_calendar()\n\n for weekday, date in workdays:\n print(weekday, date)\n\n\nChange the workweek begin and end\n\n.. code-block:: python\n\n cal = Calendary(2016)\n\n # Work Tuesday - Saturday\n workdays = cal.workday_calendar(workweek_start=1, workweek_end=5)\n\n\nGet the calendar for a specific month\n\n.. code-block:: python\n\n cal = Calendary(2016)\n\n # July calendar\n cal.month(7)\n\n # July workweek calendar\n cal.month(7, work=True, workweek_start=1, workweek_end=5)\n\n\nGet a specific date relative to the calendar\n\n.. code-block:: python\n\n cal = Calendary(2016)\n\n # Get the third Thursday in July of 2016\n cal.weekday('Thursday', month=7, ordinal=3)\n\n # Get all Thursdays in July 2016\n cal.weekday('Thursday', month=7)\n\n # Get the third Thursday in 2016\n cal.weekday('Thursday', ordinal=3)\n\n # Get all Thursdays in 2016\n cal.weekday('Thursday')\n\n # Get all Mondays and Thursdays in July, 2016 using weekday index values\n cal.weekday((0, 3), month=7)\n\n\nCredits\n---------\n\nThis package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.\n\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage\n\n\n=======\nHistory\n=======\n\n0.1.0 (2016-07-20)\n------------------\n\n* First release on PyPI.", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/DavidHickman/calendary", "keywords": "calendary", "license": "BSD license", "maintainer": "", "maintainer_email": "", "name": "calendary", "package_url": "https://pypi.org/project/calendary/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/calendary/", "project_urls": { "Homepage": "https://github.com/DavidHickman/calendary" }, "release_url": "https://pypi.org/project/calendary/0.3.13/", "requires_dist": null, "requires_python": "", "summary": "Python calendar helper.", "version": "0.3.13" }, "last_serial": 2358286, "releases": { "0.1.11": [], "0.1.12": [ { "comment_text": "", "digests": { "md5": "65abef302c7580ed8ca21048d7bd8790", "sha256": "2f026ec6b64ccda221bd1f87b49deb22c11862d84278ba4fde2f3f33e6d3983b" }, "downloads": -1, "filename": "calendary-0.1.12-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "65abef302c7580ed8ca21048d7bd8790", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4162, "upload_time": "2016-07-21T14:00:43", "url": "https://files.pythonhosted.org/packages/24/ff/6393ce1d120d35bb8fcbfe77d5e65a8953dceada3739c9b9cfdba2cc4f6a/calendary-0.1.12-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "31be1e4bc0cc1e4544426cfb1c198352", "sha256": "1e7d20c01908af9339ddc69054220713477c7b682d91ed5b6841ce6f211b466b" }, "downloads": -1, "filename": "calendary-0.1.12.tar.gz", "has_sig": false, "md5_digest": "31be1e4bc0cc1e4544426cfb1c198352", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13042, "upload_time": "2016-07-21T14:00:46", "url": "https://files.pythonhosted.org/packages/67/77/cecbb5818d6deb2d0c6b8c1847e0eb05efdf4ed2e861169992e2f07e8084/calendary-0.1.12.tar.gz" } ], "0.1.13": [ { "comment_text": "", "digests": { "md5": "f714b55afe4ae81578f8ed76610ba305", "sha256": "25915f8c9623720f3a5bf3d1d90ecd083cd7bc3639ec8cc967bc24fce39bb096" }, "downloads": -1, "filename": "calendary-0.1.13-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f714b55afe4ae81578f8ed76610ba305", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4195, "upload_time": "2016-07-21T14:29:18", "url": "https://files.pythonhosted.org/packages/cb/a2/43fcdf02803eec14392557443419cfd192265d9978d50f3ec751b1a92423/calendary-0.1.13-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4eaa0921a5527a0574b0d3af8100144a", "sha256": "e9f5cea93f138f1f8004aad408e7459bfd1f3206e662549e895031c4f9e17b63" }, "downloads": -1, "filename": "calendary-0.1.13.tar.gz", "has_sig": false, "md5_digest": "4eaa0921a5527a0574b0d3af8100144a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13084, "upload_time": "2016-07-21T14:29:20", "url": "https://files.pythonhosted.org/packages/ce/52/40e057c5ad78a7ca67a25eb42009b5e22b52ab6d8f0038e2fd7dc3f6bca4/calendary-0.1.13.tar.gz" } ], "0.1.14": [ { "comment_text": "", "digests": { "md5": "b696919f05a9d77abf2d9c6c6bd5bb3f", "sha256": "11e9bfdaf8b0bb075b0fc45fb7c48ee8839112c7e76e387567ddd78ee608e27a" }, "downloads": -1, "filename": "calendary-0.1.14-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b696919f05a9d77abf2d9c6c6bd5bb3f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5043, "upload_time": "2016-07-21T19:57:20", "url": "https://files.pythonhosted.org/packages/a1/22/06f5a0ad0ea12e69102bd690ad2e4d1b66c8e6366aec4133979e0269b3ce/calendary-0.1.14-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9c5058dd94dca7d6c168dfb5e39c6e82", "sha256": "77513941b3593eda8760847062602a51503c36b8e5699549c091e5e0dca62ed3" }, "downloads": -1, "filename": "calendary-0.1.14.tar.gz", "has_sig": false, "md5_digest": "9c5058dd94dca7d6c168dfb5e39c6e82", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13973, "upload_time": "2016-07-21T19:57:22", "url": "https://files.pythonhosted.org/packages/be/25/13272d45c75dc91213279d0e3ae51c088ff89da016743c9915c2d19390c1/calendary-0.1.14.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "99339e31e212acac12740cc690a0eca1", "sha256": "7c28ba1bf2de2c21129aedad311e253a8888f952a9b53fbf57ddc8a658d1c7f2" }, "downloads": -1, "filename": "calendary-0.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "99339e31e212acac12740cc690a0eca1", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5346, "upload_time": "2016-07-22T15:18:20", "url": "https://files.pythonhosted.org/packages/25/77/4ae6fcc91a6678c72f76410882e151ff661e40e6d480041b195ddd59be73/calendary-0.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a0a941efa02e9799bee824435b80db45", "sha256": "ab602b5e712501f0b59634762229a0a1d222aa2d9b7e60ccacb9f165c86f83d4" }, "downloads": -1, "filename": "calendary-0.2.0.tar.gz", "has_sig": false, "md5_digest": "a0a941efa02e9799bee824435b80db45", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14474, "upload_time": "2016-07-22T15:18:22", "url": "https://files.pythonhosted.org/packages/47/32/308cd75017a9f086d9e8037e5e82cb457ef381fab2ff840afd514c454a23/calendary-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "459299761099039f1f127628c2c46cc0", "sha256": "f4329679cf6d11146ee7f680588131bfdae437bb694afb408a33a6043e59a026" }, "downloads": -1, "filename": "calendary-0.2.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "459299761099039f1f127628c2c46cc0", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5347, "upload_time": "2016-07-22T15:45:39", "url": "https://files.pythonhosted.org/packages/9e/d6/922856cd6ffdf85e5618cb804a08fd4b9c92dd25401d540d8bcc628ecf73/calendary-0.2.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "85c3957803c501a30ab4fb6b043dd3ba", "sha256": "d46a9df9bf7ea6db1eb5b3bfadb56c1a8674ef92d1367fc82e1a43c7acf36147" }, "downloads": -1, "filename": "calendary-0.2.1.tar.gz", "has_sig": false, "md5_digest": "85c3957803c501a30ab4fb6b043dd3ba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14471, "upload_time": "2016-07-22T15:45:42", "url": "https://files.pythonhosted.org/packages/99/93/25011016db2a33e1f79fc42bbca8669884093149e521e88541aa25665e48/calendary-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "c98ad52df8d580541a534ace077ad88b", "sha256": "2938bbcbc47ad270679f9df2f7d56dc20556cd58dc975e2e82e60a5c11412ffd" }, "downloads": -1, "filename": "calendary-0.2.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c98ad52df8d580541a534ace077ad88b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5348, "upload_time": "2016-07-25T16:44:07", "url": "https://files.pythonhosted.org/packages/d1/31/b573cf1e386ef215ba1f977e61aa91cce2a567c790230fe171e7f6933d12/calendary-0.2.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "df87ed4844ffe520aef3ef472cfcd082", "sha256": "fd2cb7c7eb071f71bfe06b7073009b32a36e0b94ee952edd9a781cf93dc080ac" }, "downloads": -1, "filename": "calendary-0.2.2.tar.gz", "has_sig": false, "md5_digest": "df87ed4844ffe520aef3ef472cfcd082", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14472, "upload_time": "2016-07-25T16:44:09", "url": "https://files.pythonhosted.org/packages/fd/1d/ba3c4545df43622b9a1f4c3292c28fac31503b7b3ca68004cc5337f3c399/calendary-0.2.2.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "a89419ca45ffe9ef351e90bee6c78e36", "sha256": "41a14f90d39f30bfbe40bf171b78ac73944c17160104832f934e93ea979cfd5b" }, "downloads": -1, "filename": "calendary-0.2.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a89419ca45ffe9ef351e90bee6c78e36", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5417, "upload_time": "2016-07-25T18:12:30", "url": "https://files.pythonhosted.org/packages/6c/38/b2e8c40a89205df3398f291069ff8cf16170b120df2a3be963d8d99e79d9/calendary-0.2.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "76372323913b3260f88c59c739753fb9", "sha256": "d9c3713f54340947ad2672930bbc409eadffe215e5f67dca01570179bac2a313" }, "downloads": -1, "filename": "calendary-0.2.3.tar.gz", "has_sig": false, "md5_digest": "76372323913b3260f88c59c739753fb9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14543, "upload_time": "2016-07-25T18:12:32", "url": "https://files.pythonhosted.org/packages/c9/ea/a1afe49d4a1c703f9caf03821230196311ed15c73e972920fb02def48270/calendary-0.2.3.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "9ca0fbc1e51d9825a6a49dfb3cf84715", "sha256": "7044bf697ffc620780673def04fe1bb942b794bbf27fdd0bddf8efdf73226140" }, "downloads": -1, "filename": "calendary-0.3.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9ca0fbc1e51d9825a6a49dfb3cf84715", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5581, "upload_time": "2016-07-25T18:53:36", "url": "https://files.pythonhosted.org/packages/98/5f/557360c20aec4e5fae730d3e38979a6ce231f97d047a5766b5833a80f693/calendary-0.3.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bae4f0ddca56729b7df6a878daaa1734", "sha256": "2b25c7e44baac0f1a595f959fb190e7a50f50f445f153e0661b496e463d3545a" }, "downloads": -1, "filename": "calendary-0.3.0.tar.gz", "has_sig": false, "md5_digest": "bae4f0ddca56729b7df6a878daaa1734", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14748, "upload_time": "2016-07-25T18:53:38", "url": "https://files.pythonhosted.org/packages/5d/08/7e414984a52007a9de4ac5d73cf9b0fb3fef47199a4787af532c3196790f/calendary-0.3.0.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "b859c51134c77446e604007ec533cad9", "sha256": "3b4c847c9384a7e463530ebb627b6b162d31c59c2a3bf2143fbf74f870da2401" }, "downloads": -1, "filename": "calendary-0.3.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b859c51134c77446e604007ec533cad9", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5584, "upload_time": "2016-07-26T13:51:16", "url": "https://files.pythonhosted.org/packages/4a/e4/29676103d40c020f96eb52353459514e71267ca54cb466752a17bc636881/calendary-0.3.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "97ebf53b2b6719de67a2cb943e999aab", "sha256": "a9924a1c2170db304af4620773284c11881f3c5cf8e52ee5256e506dec292162" }, "downloads": -1, "filename": "calendary-0.3.1.tar.gz", "has_sig": false, "md5_digest": "97ebf53b2b6719de67a2cb943e999aab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14746, "upload_time": "2016-07-26T13:51:18", "url": "https://files.pythonhosted.org/packages/fc/4e/5467f0efbf5c0bbab8838adc7ac81f4cfca748a07a2b8f5401b998cafaf1/calendary-0.3.1.tar.gz" } ], "0.3.11": [ { "comment_text": "", "digests": { "md5": "dc6a13846ec0f2d1e0e668ece0ad2d1c", "sha256": "8150b13a83842d8da55f3351bc12f7e3990285f1185c30cacdd249e949263f91" }, "downloads": -1, "filename": "calendary-0.3.11-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "dc6a13846ec0f2d1e0e668ece0ad2d1c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5602, "upload_time": "2016-09-21T14:33:38", "url": "https://files.pythonhosted.org/packages/03/54/85aa5ed54a57f40501d180a704036383444a778840fc975a0ae1f0011675/calendary-0.3.11-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "84fd2a54a957809d79ebded723755e23", "sha256": "0450b73ceadf9c60d81074d2f6ee59f0e7d6b1eb7b046603d0b01b4dd936394f" }, "downloads": -1, "filename": "calendary-0.3.11.tar.gz", "has_sig": false, "md5_digest": "84fd2a54a957809d79ebded723755e23", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14768, "upload_time": "2016-09-21T14:33:41", "url": "https://files.pythonhosted.org/packages/e9/c3/d3ab80c491ec8a497434a54d917a1e54b0bca08ce6c601de1235f2afde73/calendary-0.3.11.tar.gz" } ], "0.3.13": [ { "comment_text": "", "digests": { "md5": "8c49f863bc2cd44e0f3ae9e55f76e702", "sha256": "05251c5970d5b0e5342df2687d8be8fd8a7c5d2a431fac7515ce6a27845fc4b2" }, "downloads": -1, "filename": "calendary-0.3.13-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8c49f863bc2cd44e0f3ae9e55f76e702", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5603, "upload_time": "2016-09-22T21:15:50", "url": "https://files.pythonhosted.org/packages/23/bd/1022c1ce304d0527441bbc1ea3c85f95bc6d7d319b687ce2b3221335d9e3/calendary-0.3.13-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4e843850a8acf4c3031e20d873c458e7", "sha256": "6abc030c08f37e3f8fdb3aebcf45759419ed44994d322e2648f17f8ae98812a6" }, "downloads": -1, "filename": "calendary-0.3.13.tar.gz", "has_sig": false, "md5_digest": "4e843850a8acf4c3031e20d873c458e7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14751, "upload_time": "2016-09-22T21:15:52", "url": "https://files.pythonhosted.org/packages/d1/c3/79e710b14cfeeaaa44f4cd527caa9822fd6d162da7a94a9de48e14be1e65/calendary-0.3.13.tar.gz" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "17ab1f5a51259d18c9bd0f61c8221af3", "sha256": "1453fa1c1b72965c175c89405ad7074aeda7e66ded8589380d00cc92590b3eb4" }, "downloads": -1, "filename": "calendary-0.3.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "17ab1f5a51259d18c9bd0f61c8221af3", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5584, "upload_time": "2016-07-27T00:27:29", "url": "https://files.pythonhosted.org/packages/0c/bc/78af1135b298ff4b46abc2272fbf048b55eadf668ac5aad9019cff735f1b/calendary-0.3.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6d6a464ac06e634b5ec16bcfd032cc58", "sha256": "42802504c92ed207c4c82558051892cf4e490cb77c1ae5eba9812801053f8263" }, "downloads": -1, "filename": "calendary-0.3.2.tar.gz", "has_sig": false, "md5_digest": "6d6a464ac06e634b5ec16bcfd032cc58", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14748, "upload_time": "2016-07-27T00:27:31", "url": "https://files.pythonhosted.org/packages/d8/b4/a005892c90be072ce0302905e4e465899054f414c5f38e6f23d84b39c546/calendary-0.3.2.tar.gz" } ], "0.3.3": [ { "comment_text": "", "digests": { "md5": "28229b42ca14e52edf365442b3bae3a9", "sha256": "4a4d06b82724f4fe9e8fb3a6e37a2b8efdfea0e43d57d4b4aee7bc9584c5f889" }, "downloads": -1, "filename": "calendary-0.3.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "28229b42ca14e52edf365442b3bae3a9", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5579, "upload_time": "2016-07-27T21:11:03", "url": "https://files.pythonhosted.org/packages/05/5f/439919a776b865787816360fb81848d8a3250bae74eabc9084e7108203b9/calendary-0.3.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "88b4923e18892f1b82c8beefcc9081e1", "sha256": "4b57ac6f4a15c23cea0b61cc6e359b841c1473a74cb5cc4cf29f029369e0962c" }, "downloads": -1, "filename": "calendary-0.3.3.tar.gz", "has_sig": false, "md5_digest": "88b4923e18892f1b82c8beefcc9081e1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14742, "upload_time": "2016-07-27T21:11:06", "url": "https://files.pythonhosted.org/packages/36/fa/b3153ec7f9da2f922f5b960d86a4863cd86d64735b49ca74760a1f7caecf/calendary-0.3.3.tar.gz" } ], "0.3.4": [ { "comment_text": "", "digests": { "md5": "fdeb90b156f3d126ec5883237694be80", "sha256": "b1f8458b671ce539f502abe7f62874df1eed1e556b42466b1ac7a4459e4d1b0f" }, "downloads": -1, "filename": "calendary-0.3.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "fdeb90b156f3d126ec5883237694be80", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5581, "upload_time": "2016-08-04T14:15:46", "url": "https://files.pythonhosted.org/packages/04/cc/d4f99344949eecb505eca38fab91c427f898def1eaa128cccae3f1ddabba/calendary-0.3.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0a9a4852c367cf7c411c1ffd426f00ba", "sha256": "9a447c2902f7b27d51dfcd9727007e6a8b4f1c848051bba831afef7220b3ccce" }, "downloads": -1, "filename": "calendary-0.3.4.tar.gz", "has_sig": false, "md5_digest": "0a9a4852c367cf7c411c1ffd426f00ba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14745, "upload_time": "2016-08-04T14:15:49", "url": "https://files.pythonhosted.org/packages/21/72/4c353148046abd60a7353b345b4273d3f1d58f83c029332ee12b6f5b567d/calendary-0.3.4.tar.gz" } ], "0.3.5": [ { "comment_text": "", "digests": { "md5": "33b62a1857f30bc0bf483a227d1c67f8", "sha256": "f3beafbf683236c4a990688327598d4c53753af20bb514d70daccd2551a1ce6c" }, "downloads": -1, "filename": "calendary-0.3.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "33b62a1857f30bc0bf483a227d1c67f8", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5581, "upload_time": "2016-08-08T20:38:28", "url": "https://files.pythonhosted.org/packages/3e/d2/3c10259be3aa2056cd0abf031606715f4bff60e9c38795ded51d53ba5835/calendary-0.3.5-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d616f64e234817049394a7f03951435b", "sha256": "dbe962b1c37ce6451a89bc3bea87f77929c5b0e3ac853650ac4d2ba81d98a125" }, "downloads": -1, "filename": "calendary-0.3.5.tar.gz", "has_sig": false, "md5_digest": "d616f64e234817049394a7f03951435b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14748, "upload_time": "2016-08-08T20:38:30", "url": "https://files.pythonhosted.org/packages/c2/ed/b274cac01f3179068af93f8ae67bb085259d1d5c81365b62156ee032f23c/calendary-0.3.5.tar.gz" } ], "0.3.7": [ { "comment_text": "", "digests": { "md5": "2d31babbd6b9ce84ad1d7526fbaedf7f", "sha256": "449702708cb4354b0b57cb42114d8bb097b28be0786b5b24870996eeef023f84" }, "downloads": -1, "filename": "calendary-0.3.7-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2d31babbd6b9ce84ad1d7526fbaedf7f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5584, "upload_time": "2016-09-12T16:52:23", "url": "https://files.pythonhosted.org/packages/b9/9a/0e87a1f86432636ae1b48063b12f714c37add6522d91c4b5195fb37e579a/calendary-0.3.7-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3ee494e93e0b40de4c23691c0df59711", "sha256": "6df2d6ef8a9af670152382f90ebdd37c72b41cc996fdf7d7eb71f18c797f00c2" }, "downloads": -1, "filename": "calendary-0.3.7.tar.gz", "has_sig": false, "md5_digest": "3ee494e93e0b40de4c23691c0df59711", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14740, "upload_time": "2016-09-12T16:52:25", "url": "https://files.pythonhosted.org/packages/2e/e5/dba9a6a3ba5483511142e8be861813846a642a343831d01cfaa5443aa25d/calendary-0.3.7.tar.gz" } ], "0.3.8": [ { "comment_text": "", "digests": { "md5": "0bfe11ca8af025ee0d4943148f488b4d", "sha256": "470b11dfb7ece7d82688948a2c3c718a90665407de2f969c9242fb878bbd8c4c" }, "downloads": -1, "filename": "calendary-0.3.8-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0bfe11ca8af025ee0d4943148f488b4d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5583, "upload_time": "2016-09-12T17:11:28", "url": "https://files.pythonhosted.org/packages/ea/7c/d54b423fa9cc09f67cd6c0020fe87c3c3d0ce0ef61a97f6cb3cbf49996c7/calendary-0.3.8-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "22c0e8984d9113c6295f32d537f962ed", "sha256": "4d31f846861e148931a42c1da045b0bfb7e935484f86b8ccf54ce018408b72f4" }, "downloads": -1, "filename": "calendary-0.3.8.tar.gz", "has_sig": false, "md5_digest": "22c0e8984d9113c6295f32d537f962ed", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14744, "upload_time": "2016-09-12T17:11:30", "url": "https://files.pythonhosted.org/packages/60/13/0c9f2c0a77ccd7919a1e08c13709f2ec6f84fea24dd264f299c002948be6/calendary-0.3.8.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8c49f863bc2cd44e0f3ae9e55f76e702", "sha256": "05251c5970d5b0e5342df2687d8be8fd8a7c5d2a431fac7515ce6a27845fc4b2" }, "downloads": -1, "filename": "calendary-0.3.13-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8c49f863bc2cd44e0f3ae9e55f76e702", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5603, "upload_time": "2016-09-22T21:15:50", "url": "https://files.pythonhosted.org/packages/23/bd/1022c1ce304d0527441bbc1ea3c85f95bc6d7d319b687ce2b3221335d9e3/calendary-0.3.13-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4e843850a8acf4c3031e20d873c458e7", "sha256": "6abc030c08f37e3f8fdb3aebcf45759419ed44994d322e2648f17f8ae98812a6" }, "downloads": -1, "filename": "calendary-0.3.13.tar.gz", "has_sig": false, "md5_digest": "4e843850a8acf4c3031e20d873c458e7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14751, "upload_time": "2016-09-22T21:15:52", "url": "https://files.pythonhosted.org/packages/d1/c3/79e710b14cfeeaaa44f4cd527caa9822fd6d162da7a94a9de48e14be1e65/calendary-0.3.13.tar.gz" } ] }