You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 28, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+16-5Lines changed: 16 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ _Learn more about Adhan in [Wikipedia](https://en.wikipedia.org/wiki/Adhan)_
19
19
- No API keys, authentication, or registration required.
20
20
- Converting the JSON responses to Python objects.
21
21
- 3 Location methods: Coordinates, City, and Address.
22
+
- More Adhan metadata made by the module, such as the number of rakat in salah, sunnan al rawatib rakat number, is hijri or secret salah, etc.
22
23
23
24
<br>
24
25
@@ -46,17 +47,27 @@ See the [Wiki](https://www.github.com/Kh4lidMD/AlAdhan/wiki)
46
47
47
48
# Versioning
48
49
49
-
v4.1.0 (Alpha) **Latest**
50
+
v5.0.0 (Alpha) **Latest**
51
+
52
+
- Set `threaded_wait` default argument in the `Adhan.wait` method from `True` to `False`.
53
+
- Added missing file `aladhan/exceptions.py` to the repository. which was included in the package but not in the repository.
54
+
- Changed `RateLimitException` to `RateLimitedException` (typo fix).
55
+
- Added `sunnan_al_rawatib` function to the `Adhan` object, returns a dictionary with `before` and `after` keys, each one contains the sunnan al rawatib rakat number.
0 commit comments