Metadata-Version: 2.1
Name: kashida
Version: 1.0.post1
Summary: UNKNOWN
Home-page: https://gthub.com/yanone/kashida
Author: Yanone
Author-email: post@yanone.de
License: UNKNOWN
Description: # Kashida
         
        Insert kashidas correctly into Arabic text: Only once per word, and following the rules as layed out in the [Kashida Secret](https://www.khtt.net/en/page/1821/the-big-kashida-secret)
        
        # Installation
        
        Obtain it from PyPI: 
        ```
        pip install kashida
        ```
        
        # Usage
        
        ```python
        import kashida
        
        # Obtain kashida for single word
        >>> kashida.word("كشيدة")
        >>> كشـيدة
        
        # Obtain kashidas for a whole text, once per word
        >>> kashida.text("انا بحب الكشيدة")
        >>> انـا بحـب الكشـيدة
        ```
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
