Quranic search engine API
Project description
Alfanous is a Quranic search engine provides simple and advanced search services in the diverse information of the Holy Quran .
Install
$ sudo pip install alfanous
Usage
You can use it from console:
$ alfanous-console -a search -q الله
or from Python:
>>> import alfanous
>>> alfanous.search(u"الله")
>>> alfanous.search(u"qwl") # Buckwalter transliteration
More about API
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
alfanous-0.7.28.tar.gz
(9.8 MB
view hashes)
Built Distribution
alfanous-0.7.28-py2.7.egg
(11.1 MB
view hashes)