PyCatFile 0.22.2__py3-none-any.whl → 0.22.4__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.22.2.data → pycatfile-0.22.4.data}/scripts/catfile.py +1 -1
- {pycatfile-0.22.2.dist-info → pycatfile-0.22.4.dist-info}/METADATA +1 -1
- pycatfile-0.22.4.dist-info/RECORD +10 -0
- pycatfile.py +5 -5
- pycatfile-0.22.2.dist-info/RECORD +0 -10
- {pycatfile-0.22.2.data → pycatfile-0.22.4.data}/scripts/catneofile.py +0 -0
- {pycatfile-0.22.2.data → pycatfile-0.22.4.data}/scripts/neocatfile.py +0 -0
- {pycatfile-0.22.2.dist-info → pycatfile-0.22.4.dist-info}/WHEEL +0 -0
- {pycatfile-0.22.2.dist-info → pycatfile-0.22.4.dist-info}/licenses/LICENSE +0 -0
- {pycatfile-0.22.2.dist-info → pycatfile-0.22.4.dist-info}/top_level.txt +0 -0
- {pycatfile-0.22.2.dist-info → pycatfile-0.22.4.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: 8/29/2025 Ver. 0.22.
|
|
17
|
+
$FileInfo: catfile.py - Last Update: 8/29/2025 Ver. 0.22.4 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
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: PyCatFile
|
|
3
|
-
Version: 0.22.
|
|
3
|
+
Version: 0.22.4
|
|
4
4
|
Summary: A tar like file format name catfile after unix cat command (concatenate files) .
|
|
5
5
|
Home-page: https://github.com/GameMaker2k/PyCatFile
|
|
6
6
|
Download-URL: https://github.com/GameMaker2k/PyCatFile/archive/master.tar.gz
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
pycatfile.py,sha256=B1YJCjwLcNGDv3LtHwu4WNmIvJPI34Hlb-otmpxjE78,427521
|
|
2
|
+
pycatfile-0.22.4.data/scripts/catfile.py,sha256=gR1QkDLg01MxpwaUN0yDPTQgTUx5ysFPEF1a5zBeNVo,14162
|
|
3
|
+
pycatfile-0.22.4.data/scripts/catneofile.py,sha256=b0sJBb-o6Rx5TO_dqXnJz3fCf-yPbEul1_6uX2CRS0Q,5128
|
|
4
|
+
pycatfile-0.22.4.data/scripts/neocatfile.py,sha256=YefEZZAnFwJ63xy2zDnvvs99BOyrHVhT1cPH4TnzrQs,7149
|
|
5
|
+
pycatfile-0.22.4.dist-info/licenses/LICENSE,sha256=WM1VWxTUVrQbvEa-LC7cKTaBHXiqSTyYPoJvsZSbd7E,1513
|
|
6
|
+
pycatfile-0.22.4.dist-info/METADATA,sha256=W_MdOuYQyY-jWCpJwSaBu1QMkwlP6LQHBwEuh5Pkx1k,902
|
|
7
|
+
pycatfile-0.22.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
8
|
+
pycatfile-0.22.4.dist-info/top_level.txt,sha256=ZnSwEHU_60RLIvmFhsATaAaEYjErDQgUymWwoXZ724c,10
|
|
9
|
+
pycatfile-0.22.4.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
10
|
+
pycatfile-0.22.4.dist-info/RECORD,,
|
pycatfile.py
CHANGED
|
@@ -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: pycatfile.py - Last Update: 8/29/2025 Ver. 0.22.
|
|
17
|
+
$FileInfo: pycatfile.py - Last Update: 8/29/2025 Ver. 0.22.4 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
|
|
@@ -392,12 +392,12 @@ __file_format_extension__ = __file_format_multi_dict__[__file_format_default__][
|
|
|
392
392
|
__file_format_dict__ = __file_format_multi_dict__[__file_format_default__]
|
|
393
393
|
__project__ = __program_name__
|
|
394
394
|
__project_url__ = "https://github.com/GameMaker2k/PyCatFile"
|
|
395
|
-
__version_info__ = (0, 22,
|
|
395
|
+
__version_info__ = (0, 22, 4, "RC 1", 1)
|
|
396
396
|
__version_date_info__ = (2025, 9, 29, "RC 1", 1)
|
|
397
397
|
__version_date__ = str(__version_date_info__[0]) + "." + str(
|
|
398
398
|
__version_date_info__[1]).zfill(2) + "." + str(__version_date_info__[2]).zfill(2)
|
|
399
399
|
__revision__ = __version_info__[3]
|
|
400
|
-
__revision_id__ = "$Id:
|
|
400
|
+
__revision_id__ = "$Id: 3f8512dda0c87f8cea428942ed9299d7b298439a $"
|
|
401
401
|
if(__version_info__[4] is not None):
|
|
402
402
|
__version_date_plusrc__ = __version_date__ + \
|
|
403
403
|
"-" + str(__version_date_info__[4])
|
|
@@ -2848,7 +2848,7 @@ def ReadFileDataWithContentToArray(fp, filestart=0, seekstart=0, seekend=0, list
|
|
|
2848
2848
|
return False
|
|
2849
2849
|
formversions = re.search('(.*?)(\\d+)', formstring).groups()
|
|
2850
2850
|
fcompresstype = ""
|
|
2851
|
-
outlist = {'fnumfiles': fnumfiles, 'fformat': formversions[0], 'fcompression': fcompresstype, 'fencoding': fhencoding, 'fversion': formversions[1], 'fostype': fostype, 'fheadersize': fheadsize, 'fsize': CatSizeEnd, 'fnumfields': fnumfields + 2, 'fformatspecs': formatspecs, 'fchecksumtype': fprechecksumtype, 'fheaderchecksum': fprechecksum, 'frawheader': [formstring] + inheader, 'fextrafields': fnumextrafields, 'fextrafieldsize': fnumextrafieldsize, 'fextradata': fextrafieldslist, 'ffilelist': []}
|
|
2851
|
+
outlist = {'fnumfiles': fnumfiles, 'ffilestart': filestart, 'fformat': formversions[0], 'fcompression': fcompresstype, 'fencoding': fhencoding, 'fversion': formversions[1], 'fostype': fostype, 'fheadersize': fheadsize, 'fsize': CatSizeEnd, 'fnumfields': fnumfields + 2, 'fformatspecs': formatspecs, 'fchecksumtype': fprechecksumtype, 'fheaderchecksum': fprechecksum, 'frawheader': [formstring] + inheader, 'fextrafields': fnumextrafields, 'fextrafieldsize': fnumextrafieldsize, 'fextradata': fextrafieldslist, 'ffilelist': []}
|
|
2852
2852
|
if (seekstart < 0) or (seekstart > fnumfiles):
|
|
2853
2853
|
seekstart = 0
|
|
2854
2854
|
if (seekend == 0) or (seekend > fnumfiles) or (seekend < seekstart):
|
|
@@ -7263,7 +7263,7 @@ def CatFileToArray(infile, fmttype="auto", filestart=0, seekstart=0, seekend=0,
|
|
|
7263
7263
|
fcompresstype = compresscheck
|
|
7264
7264
|
if(fcompresstype==formatspecs['format_magic']):
|
|
7265
7265
|
fcompresstype = ""
|
|
7266
|
-
outlist = {'fnumfiles': fnumfiles, 'fformat': formversions[0], 'fcompression': fcompresstype, 'fencoding': fhencoding, 'fversion': formversions[1], 'fostype': fostype, 'fheadersize': fheadsize, 'fsize': CatSizeEnd, 'fnumfields': fnumfields + 2, 'fformatspecs': formatspecs, 'fchecksumtype': fprechecksumtype, 'fheaderchecksum': fprechecksum, 'frawheader': [formstring] + inheader, 'fextrafields': fnumextrafields, 'fextrafieldsize': fnumextrafieldsize, 'fextradata': fextrafieldslist, 'ffilelist': []}
|
|
7266
|
+
outlist = {'fnumfiles': fnumfiles, 'ffilestart': filestart, 'fformat': formversions[0], 'fcompression': fcompresstype, 'fencoding': fhencoding, 'fversion': formversions[1], 'fostype': fostype, 'fheadersize': fheadsize, 'fsize': CatSizeEnd, 'fnumfields': fnumfields + 2, 'fformatspecs': formatspecs, 'fchecksumtype': fprechecksumtype, 'fheaderchecksum': fprechecksum, 'frawheader': [formstring] + inheader, 'fextrafields': fnumextrafields, 'fextrafieldsize': fnumextrafieldsize, 'fextradata': fextrafieldslist, 'ffilelist': []}
|
|
7267
7267
|
if (seekstart < 0) or (seekstart > fnumfiles):
|
|
7268
7268
|
seekstart = 0
|
|
7269
7269
|
if (seekend == 0) or (seekend > fnumfiles) or (seekend < seekstart):
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
pycatfile.py,sha256=FfqMMyBSiu1h9K1D-FMKhSO_50HeonXaAN9M5xg-ATM,427471
|
|
2
|
-
pycatfile-0.22.2.data/scripts/catfile.py,sha256=aEoXzjC36MP-uyOajLmdTBINlRQ3C7RDPDh7Lv_df0s,14162
|
|
3
|
-
pycatfile-0.22.2.data/scripts/catneofile.py,sha256=b0sJBb-o6Rx5TO_dqXnJz3fCf-yPbEul1_6uX2CRS0Q,5128
|
|
4
|
-
pycatfile-0.22.2.data/scripts/neocatfile.py,sha256=YefEZZAnFwJ63xy2zDnvvs99BOyrHVhT1cPH4TnzrQs,7149
|
|
5
|
-
pycatfile-0.22.2.dist-info/licenses/LICENSE,sha256=WM1VWxTUVrQbvEa-LC7cKTaBHXiqSTyYPoJvsZSbd7E,1513
|
|
6
|
-
pycatfile-0.22.2.dist-info/METADATA,sha256=P_Uqe4j8FR2s53e8GYZwi4Xhb6xMLo7kY7tfdGSqT3o,902
|
|
7
|
-
pycatfile-0.22.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
8
|
-
pycatfile-0.22.2.dist-info/top_level.txt,sha256=ZnSwEHU_60RLIvmFhsATaAaEYjErDQgUymWwoXZ724c,10
|
|
9
|
-
pycatfile-0.22.2.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
10
|
-
pycatfile-0.22.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|