git-rewrite 0.5.0__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,32 @@
1
+ git_rewrite/__init__.py,sha256=npiBY_PnKn-2VkNow8vmwmThmcZOc2jD5NDb8BNMy2k,1767
2
+ git_rewrite/__main__.py,sha256=7WR1Ms4R5UTqwVFMzx6SCgqW0Y6VgF6tPQ35X2Hvshk,1257
3
+ git_rewrite/argbuilder.py,sha256=5cWtNrndIgp31hT_Za6pKQ60CBFtOdaLrPakjlDR9zA,64965
4
+ git_rewrite/cli.py,sha256=1-JDD7d2P2drvuJGwO0KrTO7_BGfuZwI14he_3MjICU,14582
5
+ git_rewrite/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
+ git_rewrite/version.py,sha256=pRhaG4PlImvm37LdJ-HppRAqKCIQ6dXhKuk9a8obEiw,2119
7
+ git_rewrite/common/__init__.py,sha256=3V21fh4PTUR7BM7X8YaqAaW2Vz9aobKs27SefDwxGVU,3060
8
+ git_rewrite/common/config.py,sha256=KnnNdsWn5zlmdUxGKW70tXCsHp7oDrpIMcMGEFTka9Q,3158
9
+ git_rewrite/common/repo.py,sha256=nSUrnP1YvUo2LmnE2_QXv4S5ScxTF24qPWduWsBevwU,18566
10
+ git_rewrite/common/stream.py,sha256=R5Pz9km99XP1VvA5JyQTZIPhzTfNTGxDOLxBUGDXFmA,6740
11
+ git_rewrite/compose/__init__.py,sha256=OsKZXjT1ApC2zNluD2XBMA2F9CSSQAmcMI7Elx7kKw0,937
12
+ git_rewrite/compose/run.py,sha256=2TavxrhkU0akCHRBf_HlO76ydOBgi6iUqxHjeAChenM,5120
13
+ git_rewrite/flatten/__init__.py,sha256=zMeHPkYK6GdUAluk_baV8grtj4ZfjnIm4gyZ709f9X4,1149
14
+ git_rewrite/flatten/rewriter.py,sha256=JhlfKgkZIX2QsHJJK51jixUhdlYGZiK38BW56yIjgqE,20344
15
+ git_rewrite/flatten/run.py,sha256=N08ZmgHF3jjRSm4BdFd2IMg1sCpnmWBv8IpF7NkYSzc,4508
16
+ git_rewrite/flatten/tree.py,sha256=Y64p7HizBR4-xE-zArEd1KIJmqIe3d22JRdvizrQ3B0,9531
17
+ git_rewrite/remap/__init__.py,sha256=vQ4-sAwhgy6blbpSemmZOV0QL63geE5mhSyaUt7ifEs,1019
18
+ git_rewrite/remap/remapper.py,sha256=OD5kwAf-nvF51Zc_gZhwKTYrO9g4f1LLDTHoNEjRlb0,14174
19
+ git_rewrite/remap/run.py,sha256=mxY_uWM5kIUlaNR_gSjQUunT6Yq1MZ7H9OzCSMrNdCk,4063
20
+ git_rewrite/sanitise/__init__.py,sha256=YKKVeUkIVaZaP85AESt8Ts8ouReispyq_MHw1ejy72Q,1518
21
+ git_rewrite/sanitise/config.py,sha256=imQHqB41VqbAbwFHytCcYLyrXvegLase6ACSLkoJhj4,5150
22
+ git_rewrite/sanitise/patterns.py,sha256=Y2eiUkYznZJF_gIoEjUuCwJagk5JewuHh52VK_UsJdg,5877
23
+ git_rewrite/sanitise/rewriter.py,sha256=NFLdLQRQm8o6MeGskVn7mPA_nt6Ti1HKodpaXcfFqTw,14502
24
+ git_rewrite/sanitise/run.py,sha256=wfcfNh3s2_RgpFDAMKhRjc6FYUNIFHqGnXXP9Ps-hiU,6386
25
+ git_rewrite/scan/__init__.py,sha256=PC9gOweg8dQaCzOfBJDgKm8EcdWGzia34vJ3cJisvcQ,1017
26
+ git_rewrite/scan/run.py,sha256=Nd5D1ea1V0_CIcQYn2uUXdVEPfL0c0vSLXaHu-BRRFQ,4607
27
+ git_rewrite/scan/scanner.py,sha256=KLbxkNHISWf5JrRDrbhqh0j4NeHiN4LRijpwxpxxzL4,7771
28
+ git_rewrite-0.5.0.dist-info/METADATA,sha256=EzeED1DCkRF5rzQd_D9xMsF31x4ndMN4FcahT9NpYWI,4637
29
+ git_rewrite-0.5.0.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
30
+ git_rewrite-0.5.0.dist-info/entry_points.txt,sha256=Of698rtR8E64HVH-PqP_qcIGymu889Qr2gYGcxgWMT8,53
31
+ git_rewrite-0.5.0.dist-info/licenses/LICENSE,sha256=zIXdXMPhkY8xLlrhw7lOsWiFOecEYRukxgZIjMTKPuE,1078
32
+ git_rewrite-0.5.0.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: hatchling 1.28.0
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
@@ -0,0 +1,2 @@
1
+ [console_scripts]
2
+ git-rewrite = git_rewrite.cli:main
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 Cyber Assessment Labs
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.