python-zmanim
python-zmanim copied to clipboard
Python zmanim library
there is an inconsistency in spelling between `pekudei` when alone and `pikudei` when its with `vayakheil` I choose `pekudei` spelling after I saw cabbad spell like this https://www.chabad.org/parshah/default_cdo/aid/15569/jewish/Vayakhel-Pekudei.htm Thank you...
Different times yield different zmanim. MWE: ```python import datetime as dt from zmanim.util.geo_location import GeoLocation from zmanim.zmanim_calendar import ZmanimCalendar location = GeoLocation('Lakewood, NJ', 40.0721087, -74.2400243, 'America/New_York', elevation=15) print(ZmanimCalendar(geo_location=location, date=dt.datetime(2023,8,7)).shkia()) print(ZmanimCalendar(geo_location=location,...
Are there any plans to port over the ComplexZmanimCalendar class from KosherJava? Or is it already implemented elsewhere?
This adds support for formatting hebrew date. Does not include yet parasha and limudim. Not pythonic yet. Added unit tests for all code lines.