LICENSE
README.md
pyproject.toml
src/mawaqit_astro/__init__.py
src/mawaqit_astro/exceptions.py
src/mawaqit_astro/types.py
src/mawaqit_astro.egg-info/PKG-INFO
src/mawaqit_astro.egg-info/SOURCES.txt
src/mawaqit_astro.egg-info/dependency_links.txt
src/mawaqit_astro.egg-info/top_level.txt
src/mawaqit_astro/core/__init__.py
src/mawaqit_astro/core/almanac.py
src/mawaqit_astro/core/aries.py
src/mawaqit_astro/core/measures.py
src/mawaqit_astro/core/moon.py
src/mawaqit_astro/core/nutation.py
src/mawaqit_astro/core/polaris.py
src/mawaqit_astro/core/sun.py
src/mawaqit_astro/core/utils.py
src/mawaqit_astro/core/weekday.py
src/mawaqit_astro/prayers/__init__.py
src/mawaqit_astro/prayers/asr.py
src/mawaqit_astro/prayers/base.py
src/mawaqit_astro/prayers/calculator.py
src/mawaqit_astro/prayers/dhuhr.py
src/mawaqit_astro/prayers/fajr.py
src/mawaqit_astro/prayers/isha.py
src/mawaqit_astro/prayers/maghrib.py
src/mawaqit_astro/prayers/methods.py
src/mawaqit_astro/prayers/sunrise.py
tests/test_calculator.py