Metadata-Version: 2.1
Name: PyAdhaan
Version: 0.1
Summary: PyAdhaan is Python module for Al-Adhaan which is online adhaan web-application
Home-page: https://github.com/haseeb-heaven/PyAdhaan
Author: Haseeb Mir
Author-email: haseebmir.hm@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

![cover_logo](https://github.com/haseeb-heaven/PyAdhaan/blob/master/resources/pyadhaan_logo.png?raw=true "")</br>
**Py**_Adhaan_ is Python **module** for [Al-Adhaan]("https://aladhan.com/") which is online adhaan web-application,specifically designed for Adhaan times only provides adhaan times from different **city** and **address** and can generate calendar data from city and address aswell in both **Gregorian** and **Hijri** format,Its a small module with no overhead and easy to use.

## Importing and using pyadhaan:
` import pyadhaan as pyadh`  
` timings = pyadh.prayer_day_city("istanbul","turkey","2","timings")`
`print(timings)`


## Features:
Shows adhaan timing from different **countries and city**.</br>
Generate **calendar** for adhaan times.</br>
Support for both **gregorian** to **hijri** calendar.</br>
**Error** and **Exceptions** management.</br>
**Easy** to _use_ with no overhead.</br>
Support for **Python 3.0** and lower _versions_.</br>

## Get adhaan timings by city and country:
![city_country](https://github.com/haseeb-heaven/PyAdhaan/blob/master/resources/prayer_timings_city.png?raw=true "") 

## Get adhaan timings by address:
![address](https://github.com/haseeb-heaven/PyAdhaan/blob/master/resources/prayer_timings_address.png?raw=true "") 

## Generate adhaan calendar by city and country:
![calendar_city](https://github.com/haseeb-heaven/PyAdhaan/blob/master/resources/prayer_calendar_city.png?raw=true "") 

## Generate adhaan calendar by Address:
![calendar_address](https://github.com/haseeb-heaven/PyAdhaan/blob/master/resources/prayer_calendar_address.png?raw=true "") 

## Get gregorian and hijri date.
### Gregorian date:
![greg_date](https://github.com/haseeb-heaven/PyAdhaan/blob/master/resources/prayer_timings_greg_date.png?raw=true "") 

### Hijri date:
![hijri_date](https://github.com/haseeb-heaven/PyAdhaan/blob/master/resources/prayer_calendar_hijri_dates.png?raw=true "") 

## Errors and exceptions handlings.
All the error and **exception handling** are done by module itself so you dont have to take any extra step to check for any error from **backend side.**

### Examples of errors:
![http_error_1](https://github.com/haseeb-heaven/PyAdhaan/blob/master/resources/http_error_1.png?raw=true "") 
![http_error_2](https://github.com/haseeb-heaven/PyAdhaan/blob/master/resources/http_error_2.png?raw=true "") 

VERSION INFO :
PyAdhaan Version : V 1.0 Dated : 18/05/2019.</br>
Written and maintained by HaseeB Mir (haseebmir.hm@gmail.com)</br>





