Metadata-Version: 2.1
Name: aladhan-api
Version: 1.0.0
Summary: A Python package to calculate Islamic prayer times for any location in the world.
Home-page: https://www.github.com/Kh4lidMD/adhan_api
Author: Khaled Mahmoud
Author-email: KhalidYBel@gmail.com
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Natural Language :: Arabic
Classifier: Natural Language :: English
Classifier: Topic :: Software Development :: Libraries
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
License-File: LICENSE

# Al Adhan - Islamic prayer times API in Python!

Without any API keys, authentication, or registration, you can use this API to get the Islamic prayer times for any location in the world for free using Python, this project uses the [aladhan.com official prayer times API](https://aladhan.com/prayer-times-api) (thanks to them for the great work and free API).

<br>

I have made this API to convert the JSON responses from the aladhan.com API and simplify them to a Python objects and classes, so you can use them in your Python projects and they are easy to use.

<br>

**This is still the alpha version, there is a lot of coming features, also note that any big changes in the API will happen at any time!**

<br>

If you find any bugs or problems, please report them in the [issues](https://www.github.com/Kh4lidMD/AlAdhan/issues) page.

<br>

# Features

- Get the prayer times for any location in the world.
- Get the prayer times for any date.
- No API keys, authentication, or registration required.
- Converting the JSON responses to Python objects.
- 3 Location methods: Coordinates, City, and Address.

<br>

# Installation

The project is available on [PyPI](https://pypi.org/project/aladhan/), so you can install it using pip:

```python
pip install aladhan
```

If you have an older version of the API, you can update it to the latest version using:

```python
pip install aladhan --upgrade
```

<br>

# Documentation

Not available yet, but coming soon.<br>

<br>

# Versioning

v1.0.0 (Alpha)

- Initial release.
