Metadata-Version: 1.1
Name: python-quran-odoa
Version: 1.1
Summary: Library to get random ayah within quran including the translation.
Home-page: https://github.com/Keda87/python-quran-odoa
Author: Adiyat Mubarak
Author-email: adiyatmubarak@gmail.com
License: MIT
Description: Python Quran ODOA

        =================

        Python library to support ODOA (One Day One Ayat) campaign that will displaying random ayat within quran surah including the translation, currently supports only Bahasa Indonesia. 

        

        This library using datasource from `https://github.com/semarketir/quranjson <https://github.com/semarketir/quranjson>`_

         

        

        Suitable for your bot or web apps.

        

        Prerequisite:

        -------------

        - Python v2.* & v3.*

        

        Installation:

        -------------

        

        **Manual:**

        

        - Clone repo : https://github.com/Keda87/python-quran-odoa.git

        - Run : ``python setup.py install``

        

        **Usage:**

        

            from odoa import get_random_surah

          

            surah = get_random_surah()

          

            surah.get('ayat')

          

            surah.get('translate')

        
Keywords: development quran
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Internet
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
