pyDiffTools 0.1.6__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,27 @@
1
+ pydifftools/__init__.py,sha256=Ys67MWYJ_4GhEVuShp0RpgG5BzApWqcrT7P2PFRSB0s,185
2
+ pydifftools/check_numbers.py,sha256=5kp10GfLnjgCl4g07aK5Ukfv_R4N1aWRRT2lgN0WAJ8,2000
3
+ pydifftools/command_line.py,sha256=rUDTGIV_ppqNZxWIE5zDMXWLvaM8Q4kwuWOfJQ_5wn4,27425
4
+ pydifftools/comment_functions.py,sha256=gTk1eJUhIdC7fqeXBv62gYph0EbPmXjZga-CJ9P8Uss,1128
5
+ pydifftools/continuous.py,sha256=oUTNX1CQMc6OCpqbL6W7WE3IEpbrWRDQQnBgHuDI4DM,5465
6
+ pydifftools/copy_files.py,sha256=Htu7mrsdslJyuunwAwQjAjkEyiz0Sj_rz1ARSsIuHa8,2948
7
+ pydifftools/diff-doc.js,sha256=APRW5jTXZnzokZ28Tt-5uIWoJ1zqIo_WW8_uxCXKgvY,5162
8
+ pydifftools/doc_contents.py,sha256=shlX17A6chscv_2P_J9pcNnEftDNCwWEkzxx65ijK5U,3823
9
+ pydifftools/html_comments.py,sha256=71w3gdyUPcSFVvZGuVuxMJeCz-HJy-KrVLnc_ng57Xw,1128
10
+ pydifftools/html_uncomments.py,sha256=ogT4xoynHs0eT-qd9wbnKGZ433CyfK93Xff3O4dEnkg,20693
11
+ pydifftools/match_spaces.py,sha256=v1oc2NO8URk0E-xqLo5d3Is0fwZ3CatBLsse0D5MgMg,10087
12
+ pydifftools/onewordify.py,sha256=_02hdlI7qTcoxEp6fODGKN8w_40yjZsI1vUN4A5_PGs,5589
13
+ pydifftools/onewordify_undo.py,sha256=HzT40VtZUlLGbKOvC_0L-_ffDzkKNQKFUztz_Rmo4tU,1786
14
+ pydifftools/outline.py,sha256=hV3fM_Xaj3xX3ABWDpv_qhxhuCIgKnHfmjKMfFY6j9Y,2576
15
+ pydifftools/rearrange_tex.py,sha256=Fl59tUf__n2McFOiWPCWisC8sjWnx3ISl7mZjFq87W8,6221
16
+ pydifftools/searchacro.py,sha256=-F9f5Illaa0Hge2ot7fprcnxtqhPDWagjWStXEXmGTs,3402
17
+ pydifftools/separate_comments.py,sha256=xi872vQS9CX_K_U8g_YbZ08ODBQoq1k4nx0ykJm9iCY,3050
18
+ pydifftools/split_conflict.py,sha256=IlqQdV5VdFQqaKFlQHVTcAiKr5B0WddROxwVA1k_cJQ,8637
19
+ pydifftools/unseparate_comments.py,sha256=2ecQ1KZAi1LC4pnu6qPOCaDFtzolPewsJPmOR2kbTiY,2968
20
+ pydifftools/wrap_sentences.py,sha256=ZxPlwAcsvSIG0Kiwj4Iqp9nvY9LjD9YAzWbYt4fscJU,24395
21
+ pydifftools/xml2xlsx.vbs,sha256=nTTzc5kqvtwFAPpVTpaQVDV4CaZakeIpu-EDCbvmInw,973
22
+ pydifftools-0.1.6.dist-info/licenses/LICENSE.md,sha256=n8bZaKRkTw_5bl3WH75sGjYJeIqyhwOW2N89gHaez8g,1478
23
+ pydifftools-0.1.6.dist-info/METADATA,sha256=EGoOe_VCX8PbrgHXLD5J55fmrQx5B7SS8IaYURhVnvI,5286
24
+ pydifftools-0.1.6.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
25
+ pydifftools-0.1.6.dist-info/entry_points.txt,sha256=JY7eSuGL799aR0PUDk8gN155aKs8M4xjq0i1XPzZ2OU,58
26
+ pydifftools-0.1.6.dist-info/top_level.txt,sha256=g-nyOoaY-4hiU2N_AClYVXJf8kBMImKyuRi_TB4yu3o,12
27
+ pydifftools-0.1.6.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (80.9.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1,2 @@
1
+ [console_scripts]
2
+ pydifft = pydifftools.command_line:main
@@ -0,0 +1,28 @@
1
+ Copyright (c) 2015, jmfranck
2
+ All rights reserved.
3
+
4
+ Redistribution and use in source and binary forms, with or without
5
+ modification, are permitted provided that the following conditions are met:
6
+
7
+ * Redistributions of source code must retain the above copyright notice, this
8
+ list of conditions and the following disclaimer.
9
+
10
+ * Redistributions in binary form must reproduce the above copyright notice,
11
+ this list of conditions and the following disclaimer in the documentation
12
+ and/or other materials provided with the distribution.
13
+
14
+ * Neither the name of pyDiffTools nor the names of its
15
+ contributors may be used to endorse or promote products derived from
16
+ this software without specific prior written permission.
17
+
18
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
19
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
20
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
21
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
22
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
23
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
24
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
25
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
26
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
27
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28
+
@@ -0,0 +1 @@
1
+ pydifftools