This repository has been archived by the owner on Aug 28, 2023. It is now read-only.
v3.0.0 (Alpha)
- Changed
get_calendar
name toget_prayer_times
. - Added
today_only
parameter toget_prayer_times
. - Folder documentation removed.
- New better documentation hosted in the repository Wiki.
- All
aladhan.location_types
objects are now available in the main import directly (e.g.aladhan.location_types.City
could bealadhan.City
). - Removed
ValueError
when only one of the year or month parameters is passed toget_prayer_times
. Because the API does not return an error when one of them is missing.