PyArchiveFile 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.
- {pyarchivefile-0.22.2.data → pyarchivefile-0.22.4.data}/scripts/archivefile.py +1 -1
- {pyarchivefile-0.22.2.dist-info → pyarchivefile-0.22.4.dist-info}/METADATA +1 -1
- pyarchivefile-0.22.4.dist-info/RECORD +10 -0
- pyarchivefile.py +5 -5
- pyarchivefile-0.22.2.dist-info/RECORD +0 -10
- {pyarchivefile-0.22.2.data → pyarchivefile-0.22.4.data}/scripts/archiveneofile.py +0 -0
- {pyarchivefile-0.22.2.data → pyarchivefile-0.22.4.data}/scripts/neoarchivefile.py +0 -0
- {pyarchivefile-0.22.2.dist-info → pyarchivefile-0.22.4.dist-info}/WHEEL +0 -0
- {pyarchivefile-0.22.2.dist-info → pyarchivefile-0.22.4.dist-info}/licenses/LICENSE +0 -0
- {pyarchivefile-0.22.2.dist-info → pyarchivefile-0.22.4.dist-info}/top_level.txt +0 -0
- {pyarchivefile-0.22.2.dist-info → pyarchivefile-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: archivefile.py - Last Update: 8/29/2025 Ver. 0.22.
|
|
17
|
+
$FileInfo: archivefile.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: PyArchiveFile
|
|
3
|
-
Version: 0.22.
|
|
3
|
+
Version: 0.22.4
|
|
4
4
|
Summary: A tar like file format name archivefile.
|
|
5
5
|
Home-page: https://github.com/GameMaker2k/PyArchiveFile
|
|
6
6
|
Download-URL: https://github.com/GameMaker2k/PyArchiveFile/archive/master.tar.gz
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
pyarchivefile.py,sha256=qcAKtzA7Uq_jjaixEherGxuiLpPhT8NqgQ8JxNBSnnc,425413
|
|
2
|
+
pyarchivefile-0.22.4.data/scripts/archivefile.py,sha256=29VSHFePGVLYz7cRRet4_GKSnH8LEyxWyRRmohytR9A,14452
|
|
3
|
+
pyarchivefile-0.22.4.data/scripts/archiveneofile.py,sha256=m2jQVSnpapc2fd9R1fyvvERCNT3JLKymcwE5_bl0Rfk,5140
|
|
4
|
+
pyarchivefile-0.22.4.data/scripts/neoarchivefile.py,sha256=wx4Ct6o3pnACJWhOFW9cLtoJ_e_alIWIj29Iey5Eb1w,7334
|
|
5
|
+
pyarchivefile-0.22.4.dist-info/licenses/LICENSE,sha256=WM1VWxTUVrQbvEa-LC7cKTaBHXiqSTyYPoJvsZSbd7E,1513
|
|
6
|
+
pyarchivefile-0.22.4.dist-info/METADATA,sha256=4YRDfmpkph-aq0OwbZ5LNyI_eCQNU6P7mbm1CdLjReg,835
|
|
7
|
+
pyarchivefile-0.22.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
8
|
+
pyarchivefile-0.22.4.dist-info/top_level.txt,sha256=dXsHVLesKNVXuVZeri6pRuRPo3y1HrcPsUrIw5KU5fk,14
|
|
9
|
+
pyarchivefile-0.22.4.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
10
|
+
pyarchivefile-0.22.4.dist-info/RECORD,,
|
pyarchivefile.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: pyarchivefile.py - Last Update: 8/29/2025 Ver. 0.22.
|
|
17
|
+
$FileInfo: pyarchivefile.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
|
|
@@ -379,12 +379,12 @@ __file_format_extension__ = __file_format_multi_dict__[__file_format_default__][
|
|
|
379
379
|
__file_format_dict__ = __file_format_multi_dict__[__file_format_default__]
|
|
380
380
|
__project__ = __program_name__
|
|
381
381
|
__project_url__ = "https://github.com/GameMaker2k/PyArchiveFile"
|
|
382
|
-
__version_info__ = (0, 22,
|
|
382
|
+
__version_info__ = (0, 22, 4, "RC 1", 1)
|
|
383
383
|
__version_date_info__ = (2025, 9, 29, "RC 1", 1)
|
|
384
384
|
__version_date__ = str(__version_date_info__[0]) + "." + str(
|
|
385
385
|
__version_date_info__[1]).zfill(2) + "." + str(__version_date_info__[2]).zfill(2)
|
|
386
386
|
__revision__ = __version_info__[3]
|
|
387
|
-
__revision_id__ = "$Id:
|
|
387
|
+
__revision_id__ = "$Id: 2ee1d29a52ba41ea9f964515278af0f8c1b97489 $"
|
|
388
388
|
if(__version_info__[4] is not None):
|
|
389
389
|
__version_date_plusrc__ = __version_date__ + \
|
|
390
390
|
"-" + str(__version_date_info__[4])
|
|
@@ -2835,7 +2835,7 @@ def ReadFileDataWithContentToArray(fp, filestart=0, seekstart=0, seekend=0, list
|
|
|
2835
2835
|
return False
|
|
2836
2836
|
formversions = re.search('(.*?)(\\d+)', formstring).groups()
|
|
2837
2837
|
fcompresstype = ""
|
|
2838
|
-
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': []}
|
|
2838
|
+
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': []}
|
|
2839
2839
|
if (seekstart < 0) or (seekstart > fnumfiles):
|
|
2840
2840
|
seekstart = 0
|
|
2841
2841
|
if (seekend == 0) or (seekend > fnumfiles) or (seekend < seekstart):
|
|
@@ -7250,7 +7250,7 @@ def ArchiveFileToArray(infile, fmttype="auto", filestart=0, seekstart=0, seekend
|
|
|
7250
7250
|
fcompresstype = compresscheck
|
|
7251
7251
|
if(fcompresstype==formatspecs['format_magic']):
|
|
7252
7252
|
fcompresstype = ""
|
|
7253
|
-
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': []}
|
|
7253
|
+
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': []}
|
|
7254
7254
|
if (seekstart < 0) or (seekstart > fnumfiles):
|
|
7255
7255
|
seekstart = 0
|
|
7256
7256
|
if (seekend == 0) or (seekend > fnumfiles) or (seekend < seekstart):
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
pyarchivefile.py,sha256=BopysSTanayASeGwCs82Hj0lLaRkcGhW43DoelLRbrc,425363
|
|
2
|
-
pyarchivefile-0.22.2.data/scripts/archivefile.py,sha256=n4SSqk-V2Vs3PXxIcqzamqj_XgTJphsHvohfWk2LFVM,14452
|
|
3
|
-
pyarchivefile-0.22.2.data/scripts/archiveneofile.py,sha256=m2jQVSnpapc2fd9R1fyvvERCNT3JLKymcwE5_bl0Rfk,5140
|
|
4
|
-
pyarchivefile-0.22.2.data/scripts/neoarchivefile.py,sha256=wx4Ct6o3pnACJWhOFW9cLtoJ_e_alIWIj29Iey5Eb1w,7334
|
|
5
|
-
pyarchivefile-0.22.2.dist-info/licenses/LICENSE,sha256=WM1VWxTUVrQbvEa-LC7cKTaBHXiqSTyYPoJvsZSbd7E,1513
|
|
6
|
-
pyarchivefile-0.22.2.dist-info/METADATA,sha256=Cj4sbq5t7xOKO5JXFAkCEzq3u5ISZjZIlye5AY_wbZI,835
|
|
7
|
-
pyarchivefile-0.22.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
8
|
-
pyarchivefile-0.22.2.dist-info/top_level.txt,sha256=dXsHVLesKNVXuVZeri6pRuRPo3y1HrcPsUrIw5KU5fk,14
|
|
9
|
-
pyarchivefile-0.22.2.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
10
|
-
pyarchivefile-0.22.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|