Metadata-Version: 1.2
Name: single_line_diff
Version: 0.1.3
Summary: A package that can diff single lines
Home-page: https://gitlab.com/azuredown/single_line_diff
Author: Andrew Zuo
Author-email: andrew@andrewzuo.com
License: UNKNOWN
Description: This is a package that allows you to easily diff a single line. The following are some examples (note that in this example spaces are used instead of bullets due :
        
        >>> diff("This is totally just my opinion.", "This is simply my opinion.")
        This is totally just my opinion.
        This is simp‐ly‐‐‐‐‐ my opinion.
                ^^^^^  ^^^^^            
        
        >>> diff("I called but no one answered.", "I tried calling, but no one answered.")
        I‐‐‐‐‐‐ called‐‐ but no one answered.
        I tried calling, but no one answered.
         ^^^^^^     ^^^^                     
Platform: UNKNOWN
Requires-Python: >=3
