Metadata-Version: 2.1
Name: diff_as_git
Version: 0.0.1
Summary: This lib is an implementation of the `git diff` tool in Python using the Myers Difference algorithm.
Home-page: UNKNOWN
Author: Lucas de Souza e Sousa
Author-email: lucas11souza97@gmail.com
License: MIT License
Description: 
        # Python git diff clone
        
        This lib is an implementation of the `git diff` tool in Python using the Myers Difference algorithm.
        
        ## Usage
        
        You can run the following command:
        
        ```bash
        $ python diff.py case_one.txt case_two.txt 
        ```
        
        This will show the diff script to go from file A to file B. You can test out the command with the `case_one.txt` and `case_two.txt` files included in the repository.
        
        To have the command available at all times, make sure the script `diff.py` is executable and then include it in your `$PATH`.
        
        ## Analysis
        
        For an extended analysis, refer to the PDF in this repo titled "The Myers Difference Algorithm for Version Control Systems".
        
        
        ### generete lib: python setup.py sdist 
        
        ### send to pypi: twine upload dist/*
Keywords: DIff as git
Platform: UNKNOWN
Description-Content-Type: text/markdown
