This repository has been archived by the owner on Aug 28, 2023. It is now read-only.
v6.0.0 (Alpha)
- Removed the Wiki pages documentation.
- New documentation built with Sphinx using a theme provided by Read the Docs.
- New
aladhan.InvalidLocationException
raised when a invalid location is provided. - Added validator for the
aladhan.Coordinates
class, raisesaladhan.InvalidLocationException
if invalid. - Added missing
*args
argument to thealadhan.Adhan.wait
method, allowing passing arguments to callback not only keyword arguments. - Renamed
aladhan.Aladhan
toaladhan.Client
- Replaced
aladhan.Adhan.get_name
withget_en_name
andget_ar_name
.