Alfanous-team / alfanous

Alfanous is an Arabic search engine API provides the simple and advanced search in Quran , more features and many interfaces...
http://www.alfanous.org/
GNU Affero General Public License v3.0
257 stars 89 forks source link

Migration of Alfanous from Python 2 to be compatible with both Python 2 and 3 via the six library. #520

Closed bronevet-abc closed 3 years ago

bronevet-abc commented 3 years ago

Hi, I ran across your project and noticed that you're still using Python 2, which is about to be deprecated. As such, I updated the code to work with both Python 2 and 3 using the six library. Hope its helpful to you. Thanks!