{ "info": { "author": "MS List", "author_email": "simlist@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3" ], "description": "pyluach\n========\n.. image:: https://readthedocs.org/projects/pyluach/badge/?version=latest\n :target: http://pyluach.readthedocs.io/en/latest/?badge=latest\n :alt: Documentation Status\n.. image:: https://travis-ci.org/simlist/pyluach.svg?branch=master\n :target: https://travis-ci.org/simlist/pyluach\n.. image:: https://coveralls.io/repos/github/simlist/pyluach/badge.svg?branch=master\n :target: https://coveralls.io/github/simlist/pyluach?branch=master\n\nPyluach is a Python package for manipulating Hebrew (Jewish) calendar dates and \nHebrew-Gregorian conversions.\n\nFeatures\n---------\n* Conversion between Hebrew and Gregorian dates\n* Finding the difference between two dates\n* Finding a date at a given duration from the given date\n* Rich comparisons between dates\n* Finding the weekday of a given date\n* Finding the weekly Parsha reading of a given date\n\nInstallation\n-------------\nUse ``pip install pyluach``.\n\nTypical use\n------------\n::\n\n >>> from pyluach import dates, hebrewcal, parshios\n\n >>> today = dates.HebrewDate.today()\n >>> lastweek_gregorian = (today - 7).to_greg()\n >>> lastweek_gregorian < today\n\tTrue\n >>> today - lastweek_gregorian\n 7\n >>> greg = GregorianDate(1986, 3, 21)\n >>> heb = HebrewDate(5746, 13, 10)\n >>> greg == heb\n True\n\n >>> for month in hebrewcal.Year(5774).itermonths():\n ... print(month.name)\n Tishrei Cheshvan ...\n\n >>> date = dates.GregorianDate(2010, 10, 6)\n >>> print(parshios.getparsha(date))\n [0]\n >>> print(parshios.getparsha_string(date))\n Beraishis\n\nDocumentation\n-------------\nDocumentation for pyluach can be found at https://readthedocs.org/projects/pyluach/.\n\nContact\n--------\nFor questions and comments feel free to contact me at simlist@gmail.com.\n\nLicense\n--------\nPyluach is licensed under the MIT license.\n\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/simlist/pyluach", "keywords": "hebrew,calendar,jewish,luach,gregorian,julian,days,dates,date,conversion,parsha,holiday", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "pyluach", "package_url": "https://pypi.org/project/pyluach/", "platform": "", "project_url": "https://pypi.org/project/pyluach/", "project_urls": { "Homepage": "https://github.com/simlist/pyluach" }, "release_url": "https://pypi.org/project/pyluach/1.0.1/", "requires_dist": null, "requires_python": "", "summary": "Pyluach is a Python package for manipulating Hebrew dates, Gregorian-Hebrew calendar conversions, and other Jewish calendar related calculations.", "version": "1.0.1" }, "last_serial": 4889692, "releases": { "0.2.0.dev0": [ { "comment_text": "", "digests": { "md5": "13415b67dcd81f10bd063676604e904e", "sha256": "7a334999209f7d94afd816000a82eb80ef96dc438430e883e599f42f332cecb3" }, "downloads": -1, "filename": "pyluach-0.2.0.dev0-py2-none-any.whl", "has_sig": false, "md5_digest": "13415b67dcd81f10bd063676604e904e", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 15131, "upload_time": "2015-12-27T14:22:15", "url": "https://files.pythonhosted.org/packages/07/44/090e29c03890d5c224c7d9fee52b397b4ca706fb680e7c8e5eb27d0e7c95/pyluach-0.2.0.dev0-py2-none-any.whl" } ], "0.2.0.dev1": [ { "comment_text": "", "digests": { "md5": "877702a905848a64f090b91eb19bf683", "sha256": "54cfd1a21f24d826c0ca459973a1d14d43e0c3a49fc529b9430493aa0be648a1" }, "downloads": -1, "filename": "pyluach-0.2.0.dev1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "877702a905848a64f090b91eb19bf683", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 13831, "upload_time": "2016-01-08T02:45:40", "url": "https://files.pythonhosted.org/packages/e9/c3/2e9165b7e7aba8a0de2a9f5f97fe41bd56d9e2f1857975b105f2add5d9aa/pyluach-0.2.0.dev1-py2.py3-none-any.whl" } ], "0.2.0.dev2": [ { "comment_text": "", "digests": { "md5": "4ad3d72441f2fe89fbe80be0e61c0c5b", "sha256": "c89bbda1ba96c4b3b128491940b6d4c5441e16f98558f6cc4403cd07ccea7361" }, "downloads": -1, "filename": "pyluach-0.2.0.dev2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "4ad3d72441f2fe89fbe80be0e61c0c5b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 13836, "upload_time": "2016-01-29T18:02:41", "url": "https://files.pythonhosted.org/packages/2b/0f/fb93a63e0915779f4226bba37b27e4e2dff6a893b3a97069a36feb7052ed/pyluach-0.2.0.dev2-py2.py3-none-any.whl" } ], "0.3.0.dev0": [ { "comment_text": "", "digests": { "md5": "d200bf43481d1d519393e5b38acfb80c", "sha256": "826b2c568e277289a57e888aa2cb19ddfeed60b6d5c3ad56bdf82db28339e443" }, "downloads": -1, "filename": "pyluach-0.3.0.dev0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d200bf43481d1d519393e5b38acfb80c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 14228, "upload_time": "2017-07-25T22:05:47", "url": "https://files.pythonhosted.org/packages/94/f2/10bb6bb80664638cf0abf3f44a6a49f3a50ca924bc6ef7c6bcaab4f20065/pyluach-0.3.0.dev0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a69a31bc031914fb0f5bb8470cb650c6", "sha256": "390fed3d361f4f0889d532bdb86ef38b2afc0c4d45c36d578a435a3dd2fdc70c" }, "downloads": -1, "filename": "pyluach-0.3.0.dev0.tar.gz", "has_sig": false, "md5_digest": "a69a31bc031914fb0f5bb8470cb650c6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11495, "upload_time": "2017-07-25T22:05:48", "url": "https://files.pythonhosted.org/packages/91/cb/6f048e0ed65bd7c2739777d6b993c86f217bccdfc09538201d7d4ec107c9/pyluach-0.3.0.dev0.tar.gz" } ], "0.3.0.dev1": [ { "comment_text": "", "digests": { "md5": "f213c5370f6eaa5519abdbc13646b0e9", "sha256": "184e374cc1e827c0e7e49150bb104de45db5054573af0e04673a3dd2ac32963c" }, "downloads": -1, "filename": "pyluach-0.3.0.dev1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f213c5370f6eaa5519abdbc13646b0e9", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 14475, "upload_time": "2017-09-27T00:49:51", "url": "https://files.pythonhosted.org/packages/9e/0d/1885df7f2560515c6c213a88cd4a97eb8abc50ae7fdfe8efba19305cb187/pyluach-0.3.0.dev1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "053fbb52e218a3470e8055c97487b29e", "sha256": "8ae5ceada88a638920b38aae0d1b9bf470c596c6e3b5f167d79fa5a2b56cec4d" }, "downloads": -1, "filename": "pyluach-0.3.0.dev1.tar.gz", "has_sig": false, "md5_digest": "053fbb52e218a3470e8055c97487b29e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11675, "upload_time": "2017-09-27T00:49:53", "url": "https://files.pythonhosted.org/packages/0a/b5/59abe7592912a101467ac8e9fd0ac851e401b0a4bdd2f08183dbd8eaf58b/pyluach-0.3.0.dev1.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "df21fae145b628eeffbd041a9e55c5ce", "sha256": "e74bf1c40c3eb1e13679fd397c4f70d21049149870cc786551cc7b576f59a372" }, "downloads": -1, "filename": "pyluach-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "df21fae145b628eeffbd041a9e55c5ce", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 14101, "upload_time": "2019-03-03T01:25:04", "url": "https://files.pythonhosted.org/packages/d3/c8/f2a317e077594d679c9d75a3dcc3896f97911422ce1bd2b45f4b971366f8/pyluach-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "15f2bf24be78709e58f21d5ae451ea98", "sha256": "f54b6404531232c9c5149c1950f9f32b6ab36c333862aa10b89edaa92c458185" }, "downloads": -1, "filename": "pyluach-1.0.0.tar.gz", "has_sig": false, "md5_digest": "15f2bf24be78709e58f21d5ae451ea98", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12273, "upload_time": "2019-03-03T01:25:06", "url": "https://files.pythonhosted.org/packages/a0/79/756ed6dcf2626d755d36e8e373ffe1172f6f73b8b46da320c740d2593125/pyluach-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "4660eee5ba41b99de5d696c992e645a0", "sha256": "f487c5c73c369f55422548acd6522912cca9f71d98aee64335389184c10239fb" }, "downloads": -1, "filename": "pyluach-1.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "4660eee5ba41b99de5d696c992e645a0", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 14100, "upload_time": "2019-03-03T01:48:08", "url": "https://files.pythonhosted.org/packages/79/2c/4f413270a621dd6238fa67d9db81efd5edc02b44a5b1b8510552f643fc58/pyluach-1.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c52ef9f530ba9c570bdd7fb1a8b0d876", "sha256": "4d4ad7a680390d5fe29bf5191939b801fd1b72a85f5c6713038160a265af62f7" }, "downloads": -1, "filename": "pyluach-1.0.1.tar.gz", "has_sig": false, "md5_digest": "c52ef9f530ba9c570bdd7fb1a8b0d876", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12281, "upload_time": "2019-03-03T01:48:09", "url": "https://files.pythonhosted.org/packages/c2/a7/c62e2a04569b7ec8ad47b0f95884216a1ab0bcc7c1e92c50d235d334428c/pyluach-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4660eee5ba41b99de5d696c992e645a0", "sha256": "f487c5c73c369f55422548acd6522912cca9f71d98aee64335389184c10239fb" }, "downloads": -1, "filename": "pyluach-1.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "4660eee5ba41b99de5d696c992e645a0", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 14100, "upload_time": "2019-03-03T01:48:08", "url": "https://files.pythonhosted.org/packages/79/2c/4f413270a621dd6238fa67d9db81efd5edc02b44a5b1b8510552f643fc58/pyluach-1.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c52ef9f530ba9c570bdd7fb1a8b0d876", "sha256": "4d4ad7a680390d5fe29bf5191939b801fd1b72a85f5c6713038160a265af62f7" }, "downloads": -1, "filename": "pyluach-1.0.1.tar.gz", "has_sig": false, "md5_digest": "c52ef9f530ba9c570bdd7fb1a8b0d876", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12281, "upload_time": "2019-03-03T01:48:09", "url": "https://files.pythonhosted.org/packages/c2/a7/c62e2a04569b7ec8ad47b0f95884216a1ab0bcc7c1e92c50d235d334428c/pyluach-1.0.1.tar.gz" } ] }