معرفی شرکت ها


diff-tool-3.0.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Display a diff between two files in HTML.
ویژگی مقدار
سیستم عامل -
نام فایل diff-tool-3.0.0
نام diff-tool
نسخه کتابخانه 3.0.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Justintime50
ایمیل نویسنده -
آدرس صفحه اصلی http://github.com/justintime50/diff-tool
آدرس اینترنتی https://pypi.org/project/diff-tool/
مجوز MIT
<div align="center"> # Diff Tool Display a diff between two files in HTML. [![Build Status](https://github.com/Justintime50/diff-tool/workflows/build/badge.svg)](https://github.com/Justintime50/diff-tool/actions) [![Coverage Status](https://coveralls.io/repos/github/Justintime50/diff-tool/badge.svg?branch=main)](https://coveralls.io/github/Justintime50/diff-tool?branch=main) [![PyPi](https://img.shields.io/pypi/v/diff-tool)](https://pypi.org/project/diff-tool) [![Licence](https://img.shields.io/github/license/justintime50/diff-tool)](https://opensource.org/licenses/mit-license.php) <img src="https://raw.githubusercontent.com/justintime50/assets/main/src/diff-tool/showcase.png" alt="Showcase"> </div> Running this tool requires two files to compare. It will output the **diff**erence to an HTML file which can be viewed in a browser to see what changed between files. ## Install ```bash # Install tool pip3 install diff-tool # Install locally make install ``` ## Usage ``` Usage: diff-tool --file1 /path/to/file1.txt --file2 /path/to/file2.txt --output path/to/diff.html Options: -h, --help show this help message and exit -f1 FILE1, --file1 FILE1 The path to the base file to compare a second file to. -f2 FILE2, --file2 FILE2 The path to the second file compared to the base file. -o OUTPUT, --output OUTPUT The path/name to the output file where the diff will be stored. ``` ## Development ```bash # Get a comprehensive list of development tools make help # Run the tool locally venv/bin/python diff_tool/diff_files.py --help ```


نیازمندی

مقدار نام
- black
==3.* coveralls
- flake8
- isort
==6.* pytest
==2.* pytest-cov


زبان مورد نیاز

مقدار نام
>=3.7, <4 Python


نحوه نصب


نصب پکیج whl diff-tool-3.0.0:

    pip install diff-tool-3.0.0.whl


نصب پکیج tar.gz diff-tool-3.0.0:

    pip install diff-tool-3.0.0.tar.gz