Metadata-Version: 2.1
Name: islam
Version: 2.2.0
Summary: a library to calculate prayer times, hijri date, qiblah direction and more
Home-page: https://github.com/abougouffa/pyIslam
Author: abougouffa
Author-email: abougouffa@fedoraproject.org
License: GPL3+
Keywords: prayer times,hijri date,qiblah direction
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
License-File: LICENSE.md

pyIslam
===========
[![Build Status](https://github.com/abougouffa/pyIslam/workflows/ci/badge.svg)](https://github.com/abougouffa/pyIslam/actions/workflows/ci.yml)

**_pyIslam_** is a python islamic library, it can calculates **prayer times**, **qibla** direction, convert between gregorian and **hijri**, calculate **zakat** and **mirath**.

Actually, the library can does:

- [x] Pray times calculation
- [x] Hijri/Gregorian date conversion
- [x] Qibla direction
- [x] Zakat calculation **(need checking)**
- [x] Mirath calculation **(need checking)**

# Installing
## From PyPi
Simply run:

```bash
pip install islam
```

**Note that the `pip` package name is `islam` and not `pyIslam`, `pyIslam` is taken by another project on PyPi.**

# Author
- Abdelhak Bougouffa [@abougouffa](https://github.com/abougouffa)

# Contributors
- Monsef Alahem [@monsef-alahem](https://github.com/monsef-alahem)
- Azzam S. A. [@azzamsa](https://github.com/azzamsa)

# Ports
## Rust
- **pyIslam** has been ported to Rust by Azzam S. A. [@azzamsa](https://git.sr.ht/~azzamsa/islam), Rust version available at [git.sr.ht/~azzamsa/islam](https://git.sr.ht/~azzamsa/islam), it features Prayer Times and Hijri calendar.

------
**_pyIslam_**

هي مكتبة إسلامية للغة البرمجة بايثون، توفر امكانية حساب **أوقات الصلاة**، **اتجاه القبلة**، **التقويم الهجري**، **الزكاة** و**المواريث**.

حاليا، المكتبة تستطيع أن تقوم بـ:

- [x] حساب مواقيت الصلاة
- [x] التحويل بين التاريخ الهجري والميلادي
- [x] تحديد اتجاه القبلة
- [x] حساب الزكاة
- [x] حساب الميراث


