Metadata-Version: 1.1
Name: alfanous
Version: 0.7.27
Summary: Quranic search engine API
Home-page: http://www.alfanous.org/
Author: Assem Chelli
Author-email: assem.ch@gmail.com
License: AGPL
Description: Alfanous is a Quranic search engine provides simple and advanced search services in the diverse information of the Holy Quran .
        
        -------
        Install
        -------
        
        .. code-block:: sh
        
            $ sudo pip install alfanous
        
        -----
        Usage
        -----
        You can use it from console:
        
        .. code-block:: sh
        
            $ alfanous-console -a search -q الله 
        
        or from Python:
        
        .. code-block:: python
        
            >>> import alfanous
            >>> alfanous.do({"action":"search","query":u"الله"})
            >>> alfanous.do({"action":"search","query":u"qawol"}) # Buckwalter transliteration
        
        
        More about `API <https://github.com/Alfanous-team/alfanous/tree/master/src/alfanous>`_
        
Keywords: quran search indexing engine alfanous
Platform: ALL
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Natural Language :: Arabic
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
