Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

v6.1.0 (Alpha)

Latest
Compare
Choose a tag to compare
@Kh4lidMD Kh4lidMD released this 03 Jan 10:36
· 1 commit to main since this release
  • New api_status method to the aladhan.Client class, for checking API status.
  • New module file aladhan/countries.py which has a countries dictionary variable with a list of all countries alpha-2, alpha-3 codes, and CLDR country names for searching and validating countries stuff better (see dict source)
  • Added a validator for the country_query (country previously) arg in the aladhan.City object, raises InvalidLocationExeption if invalid.
  • The aladhan.City's country_query argument now accepts alpha-3 and CLDR country names in addition to alpha-2 codes.
  • Now you can use aladhan.Adhan directly instead of aladhan.adhan.Adhan.
  • Added a threading.Thread return type to the aladhan.Adhan.wait when threaded_wait arg is True.
  • Documentation quality improved.

Full Changelog: v6.0.0-alpha...v6.1.0-alpha