PyCatFile 0.26.0__py3-none-any.whl → 0.27.2__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.
- {pycatfile-0.26.0.data → pycatfile-0.27.2.data}/scripts/catfile.py +6 -6
- {pycatfile-0.26.0.dist-info → pycatfile-0.27.2.dist-info}/METADATA +1 -1
- pycatfile-0.27.2.dist-info/RECORD +8 -0
- pycatfile.py +907 -244
- pycatfile-0.26.0.data/scripts/catneofile.py +0 -130
- pycatfile-0.26.0.data/scripts/neocatfile.py +0 -136
- pycatfile-0.26.0.dist-info/RECORD +0 -10
- {pycatfile-0.26.0.dist-info → pycatfile-0.27.2.dist-info}/WHEEL +0 -0
- {pycatfile-0.26.0.dist-info → pycatfile-0.27.2.dist-info}/licenses/LICENSE +0 -0
- {pycatfile-0.26.0.dist-info → pycatfile-0.27.2.dist-info}/top_level.txt +0 -0
- {pycatfile-0.26.0.dist-info → pycatfile-0.27.2.dist-info}/zip-safe +0 -0
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
Copyright 2018-2024 Game Maker 2k - http://intdb.sourceforge.net/
|
|
15
15
|
Copyright 2018-2024 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
|
|
16
16
|
|
|
17
|
-
$FileInfo: catfile.py - Last Update: 11/
|
|
17
|
+
$FileInfo: catfile.py - Last Update: 11/15/2025 Ver. 0.27.2 RC 1 - Author: cooldude2k $
|
|
18
18
|
'''
|
|
19
19
|
|
|
20
20
|
from __future__ import absolute_import, division, print_function, unicode_literals, generators, with_statement, nested_scopes
|
|
@@ -170,11 +170,11 @@ if active_action:
|
|
|
170
170
|
tmpout = pycatfile.RePackCatFile(input_file, getargs.output, "auto", getargs.compression, getargs.wholefile, getargs.level, pycatfile.compressionlistalt, False, getargs.filestart, 0, 0, [getargs.checksum, getargs.checksum, getargs.checksum, getargs.checksum, getargs.checksum], getargs.skipchecksum, [], {}, fnamedict, getargs.insecretkey, getargs.outsecretkey, False, getargs.verbose, False)
|
|
171
171
|
else:
|
|
172
172
|
tmpout = pycatfile.PackCatFileFromInFile(
|
|
173
|
-
input_file, getargs.output, __file_format_default__, getargs.compression, getargs.wholefile, getargs.level, pycatfile.compressionlistalt, [getargs.checksum, getargs.checksum, getargs.checksum, getargs.checksum, getargs.checksum], [], {}, fnamedict, getargs.
|
|
173
|
+
input_file, getargs.output, __file_format_default__, getargs.compression, getargs.wholefile, getargs.level, pycatfile.compressionlistalt, [getargs.checksum, getargs.checksum, getargs.checksum, getargs.checksum, getargs.checksum], [], {}, fnamedict, getargs.outsecretkey, getargs.verbose, False)
|
|
174
174
|
if(not tmpout):
|
|
175
175
|
sys.exit(1)
|
|
176
176
|
else:
|
|
177
|
-
pycatfile.PackCatFile(getargs.input, getargs.output, getargs.text, __file_format_default__, getargs.compression, getargs.wholefile, getargs.level, pycatfile.compressionlistalt, False, [getargs.checksum, getargs.checksum, getargs.checksum, getargs.checksum, getargs.checksum], [], {}, fnamedict, getargs.
|
|
177
|
+
pycatfile.PackCatFile(getargs.input, getargs.output, getargs.text, __file_format_default__, getargs.compression, getargs.wholefile, getargs.level, pycatfile.compressionlistalt, False, [getargs.checksum, getargs.checksum, getargs.checksum, getargs.checksum, getargs.checksum], [], {}, fnamedict, getargs.outsecretkey, getargs.verbose, False)
|
|
178
178
|
elif active_action == 'repack':
|
|
179
179
|
if getargs.convert:
|
|
180
180
|
checkcompressfile = pycatfile.CheckCompressionSubType(
|
|
@@ -183,7 +183,7 @@ if active_action:
|
|
|
183
183
|
pycatfile.RePackCatFile(input_file, getargs.output, "auto", getargs.compression, getargs.wholefile, getargs.level, pycatfile.compressionlistalt,
|
|
184
184
|
False, getargs.filestart, 0, 0, [getargs.checksum, getargs.checksum, getargs.checksum, getargs.checksum, getargs.checksum], getargs.skipchecksum, [], {}, fnamedict, getargs.insecretkey, getargs.outsecretkey, False, getargs.verbose, False)
|
|
185
185
|
else:
|
|
186
|
-
pycatfile.PackCatFileFromInFile(input_file, getargs.output, __file_format_default__, getargs.compression, getargs.wholefile, getargs.level, pycatfile.compressionlistalt, [getargs.checksum, getargs.checksum, getargs.checksum, getargs.checksum, getargs.checksum], [], {}, fnamedict, getargs.
|
|
186
|
+
pycatfile.PackCatFileFromInFile(input_file, getargs.output, __file_format_default__, getargs.compression, getargs.wholefile, getargs.level, pycatfile.compressionlistalt, [getargs.checksum, getargs.checksum, getargs.checksum, getargs.checksum, getargs.checksum], [], {}, fnamedict, getargs.outsecretkey, getargs.verbose, False)
|
|
187
187
|
if(not tmpout):
|
|
188
188
|
sys.exit(1)
|
|
189
189
|
else:
|
|
@@ -198,7 +198,7 @@ if active_action:
|
|
|
198
198
|
tmpout = pycatfile.RePackCatFile(input_file, tempout, "auto", getargs.compression, getargs.wholefile, getargs.level, pycatfile.compressionlistalt, False, getargs.filestart, 0, 0, [getargs.checksum, getargs.checksum, getargs.checksum, getargs.checksum, getargs.checksum], getargs.skipchecksum, [], {}, fnamedict, getargs.insecretkey, getargs.outsecretkey, False, False)
|
|
199
199
|
else:
|
|
200
200
|
tmpout = pycatfile.PackCatFileFromInFile(
|
|
201
|
-
input_file, tempout, __file_format_default__, getargs.compression, getargs.wholefile, getargs.level, pycatfile.compressionlistalt, [getargs.checksum, getargs.checksum, getargs.checksum, getargs.checksum, getargs.checksum], [], {}, fnamedict, getargs.
|
|
201
|
+
input_file, tempout, __file_format_default__, getargs.compression, getargs.wholefile, getargs.level, pycatfile.compressionlistalt, [getargs.checksum, getargs.checksum, getargs.checksum, getargs.checksum, getargs.checksum], [], {}, fnamedict, getargs.outsecretkey, False, False)
|
|
202
202
|
if(not tmpout):
|
|
203
203
|
sys.exit(1)
|
|
204
204
|
input_file = tempout
|
|
@@ -225,7 +225,7 @@ if active_action:
|
|
|
225
225
|
tmpout = pycatfile.RePackCatFile(input_file, tempout, "auto", getargs.compression, getargs.wholefile, getargs.level, pycatfile.compressionlistalt, False, getargs.filestart, 0, 0, [getargs.checksum, getargs.checksum, getargs.checksum, getargs.checksum, getargs.checksum], getargs.skipchecksum, [], {}, fnamedict, getargs.insecretkey, getargs.outsecretkey, False, False, False)
|
|
226
226
|
else:
|
|
227
227
|
tmpout = pycatfile.PackCatFileFromInFile(
|
|
228
|
-
input_file, tempout, __file_format_default__, getargs.compression, getargs.wholefile, getargs.level, pycatfile.compressionlistalt, [getargs.checksum, getargs.checksum, getargs.checksum, getargs.checksum, getargs.checksum], [], {}, fnamedict, getargs.
|
|
228
|
+
input_file, tempout, __file_format_default__, getargs.compression, getargs.wholefile, getargs.level, pycatfile.compressionlistalt, [getargs.checksum, getargs.checksum, getargs.checksum, getargs.checksum, getargs.checksum], [], {}, fnamedict, getargs.outsecretkey, False, False)
|
|
229
229
|
input_file = tempout
|
|
230
230
|
if(not tmpout):
|
|
231
231
|
sys.exit(1)
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
pycatfile.py,sha256=p82DTbgMuL9gg2A7r8ZjaPfgiZkGmvgC4x6E3tqFpXI,626450
|
|
2
|
+
pycatfile-0.27.2.data/scripts/catfile.py,sha256=4ykCerj4yq9IVE32E44sg8R_kwB6-m4-iZLW3WehVtU,15314
|
|
3
|
+
pycatfile-0.27.2.dist-info/licenses/LICENSE,sha256=WM1VWxTUVrQbvEa-LC7cKTaBHXiqSTyYPoJvsZSbd7E,1513
|
|
4
|
+
pycatfile-0.27.2.dist-info/METADATA,sha256=r9Ifi6hlzfLSE2x6BCeBnczecFNBzrChqC4OSTJ8i_U,954
|
|
5
|
+
pycatfile-0.27.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
6
|
+
pycatfile-0.27.2.dist-info/top_level.txt,sha256=ZnSwEHU_60RLIvmFhsATaAaEYjErDQgUymWwoXZ724c,10
|
|
7
|
+
pycatfile-0.27.2.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
8
|
+
pycatfile-0.27.2.dist-info/RECORD,,
|