Skip to main content

Hebrew date and Zmanim

Project description

Jewish/Hebrew date and Zmanim in native python 2.7

Originally ported from libhdate, see http://libhdate.sourceforge.net/ for more details (including license)

>>> import hdate
>>> import datetime
>>> import geocity
>>> c = geocity.City(city='פתח תק')
>>> z = hdate.Zmanim(date=datetime.date(2016, 4, 18),
                     latitude=c.latitude, longitude=c.longitude,
                     timezone=c.timezone)
>>> z
עלות השחר - 04:53
זמן טלית ותפילין - 05:19
הנץ החמה - 06:09
סוף זמן ק"ש מג"א - 08:46
סוף זמן ק"ש הגר"א - 09:24
סוף זמן תפילה מג"א - 10:03
סוף זמן תפילה גר"א - 10:29
חצות היום - 12:39
מנחה גדולה - 13:11
מנחה קטנה - 16:26
פלג מנחה - 17:48
שקיעה - 19:10
צאת הככבים - 19:35
חצות הלילה - 00:39
z = hdate.Zmanim(date=datetime.date(2016, 4, 18),
                 latitude=c.latitude, longitude=c.longitude,
                 timezone=c.timezone, hebrew=False)

>>> z
Alot HaShachar - 04:53
Talit & Tefilin's time - 05:19
sunrise - 06:09
Shema EOT MG"A - 08:46
Shema EOT GR"A - 09:24
Tefila EOT MG"A - 10:03
Tefila EOT GR"A - 10:29
midday - 12:39
Big Mincha - 13:11
Small Mincha - 16:26
Plag Mincha - 17:48
sunset - 19:10
first starts - 19:35
midnight - 00:39
>>> h=hdate.HDate()
>>> print h.to_string(hebrew=False)
Monday 10 Nisan 5776
>>> h=hdate.HDate(datetime.date(2016, 4, 26))
>>> print h.to_string()
יום שלישי י"ח בניסן התשע"ו ג' בעומר חול המועד פסח

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hdate-0.5.tar.gz (26.4 kB view hashes)

Uploaded Source

Built Distribution

hdate-0.5-py2.py3-none-any.whl (15.7 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page