PyFoxFile 0.27.4__py3-none-any.whl → 0.27.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.
- {pyfoxfile-0.27.4.data → pyfoxfile-0.27.6.data}/scripts/foxfile.py +2 -2
- {pyfoxfile-0.27.4.dist-info → pyfoxfile-0.27.6.dist-info}/METADATA +4 -4
- pyfoxfile-0.27.6.dist-info/RECORD +8 -0
- pyfoxfile.py +4 -4
- pyfoxfile-0.27.4.dist-info/RECORD +0 -8
- {pyfoxfile-0.27.4.dist-info → pyfoxfile-0.27.6.dist-info}/WHEEL +0 -0
- {pyfoxfile-0.27.4.dist-info → pyfoxfile-0.27.6.dist-info}/licenses/LICENSE +0 -0
- {pyfoxfile-0.27.4.dist-info → pyfoxfile-0.27.6.dist-info}/top_level.txt +0 -0
- {pyfoxfile-0.27.4.dist-info → pyfoxfile-0.27.6.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: foxfile.py - Last Update: 11/
|
|
17
|
+
$FileInfo: foxfile.py - Last Update: 11/19/2025 Ver. 0.27.6 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
|
|
@@ -22,7 +22,7 @@ import os
|
|
|
22
22
|
import sys
|
|
23
23
|
import logging
|
|
24
24
|
import argparse
|
|
25
|
-
import
|
|
25
|
+
import pyfoxfile
|
|
26
26
|
import binascii
|
|
27
27
|
|
|
28
28
|
# Text streams (as provided by Python)
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: PyFoxFile
|
|
3
|
-
Version: 0.27.
|
|
3
|
+
Version: 0.27.6
|
|
4
4
|
Summary: A tar like file format name archivefile.
|
|
5
5
|
Home-page: https://github.com/GameMaker2k/PyFoxFile
|
|
6
6
|
Download-URL: https://github.com/GameMaker2k/PyFoxFile/archive/master.tar.gz
|
|
7
|
-
Author:
|
|
8
|
-
Author-email:
|
|
9
|
-
Maintainer:
|
|
7
|
+
Author: Ouka Neko-chan
|
|
8
|
+
Author-email: Himari Kitsune-chan <kazuki.suzuki.fox@gmail.com>, Ouka Neko-chan <kazuki.suzuki.cat@gmail.com>, Tsukiumi Neko-kun <kazuki.suzuki.wa@gmail.com>, Kazuki Suzuki Neko-kun <kazuki.suzuki.sadeghi@gmail.com>, Game Maker 2k <gamemaker2k@gmail.com>
|
|
9
|
+
Maintainer: Himari Kitsune-chan
|
|
10
10
|
Maintainer-email: kazuki.suzuki.fox@gmail.com
|
|
11
11
|
License: BSD-3-Clause
|
|
12
12
|
Platform: OS Independent
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
pyfoxfile.py,sha256=piTtNhbDtNXyFmDNg4J7bkh9phZUrlh4fCcZzhAHDGQ,626625
|
|
2
|
+
pyfoxfile-0.27.6.data/scripts/foxfile.py,sha256=pzrM5qbZ5gBz1KlmmSK5pnnU7I8gQ_meEX-wZJqretU,15299
|
|
3
|
+
pyfoxfile-0.27.6.dist-info/licenses/LICENSE,sha256=WM1VWxTUVrQbvEa-LC7cKTaBHXiqSTyYPoJvsZSbd7E,1513
|
|
4
|
+
pyfoxfile-0.27.6.dist-info/METADATA,sha256=HkG9HB8tiozzJOVcKXVNJ1mja-J0_82O0nd8jlqTKf4,901
|
|
5
|
+
pyfoxfile-0.27.6.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
6
|
+
pyfoxfile-0.27.6.dist-info/top_level.txt,sha256=VTOkpGfBWHNht7FKfnbccd32n_Jgk8Df5NKKfzaliTc,10
|
|
7
|
+
pyfoxfile-0.27.6.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
8
|
+
pyfoxfile-0.27.6.dist-info/RECORD,,
|
pyfoxfile.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: pyfoxfile.py - Last Update: 11/
|
|
17
|
+
$FileInfo: pyfoxfile.py - Last Update: 11/19/2025 Ver. 0.27.6 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
|
|
@@ -662,12 +662,12 @@ __project__ = __program_name__
|
|
|
662
662
|
__program_alt_name__ = __program_name__
|
|
663
663
|
__project_url__ = "https://github.com/GameMaker2k/PyFoxFile"
|
|
664
664
|
__project_release_url__ = __project_url__+"/releases/latest"
|
|
665
|
-
__version_info__ = (0, 27,
|
|
666
|
-
__version_date_info__ = (2025, 11,
|
|
665
|
+
__version_info__ = (0, 27, 6, "RC 1", 1)
|
|
666
|
+
__version_date_info__ = (2025, 11, 19, "RC 1", 1)
|
|
667
667
|
__version_date__ = str(__version_date_info__[0]) + "." + str(
|
|
668
668
|
__version_date_info__[1]).zfill(2) + "." + str(__version_date_info__[2]).zfill(2)
|
|
669
669
|
__revision__ = __version_info__[3]
|
|
670
|
-
__revision_id__ = "$Id:
|
|
670
|
+
__revision_id__ = "$Id: 32421a5764f9bc9d279846a4c1d14276a29b32d8 $"
|
|
671
671
|
if(__version_info__[4] is not None):
|
|
672
672
|
__version_date_plusrc__ = __version_date__ + \
|
|
673
673
|
"-" + str(__version_date_info__[4])
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
pyfoxfile.py,sha256=-3VUOJ8UUdau9R8L-VL91hu0k2dYAXWBu0VW_-_JpKg,626625
|
|
2
|
-
pyfoxfile-0.27.4.data/scripts/foxfile.py,sha256=01Pf-Om8qBixLcK8U-bCL64uczHRGqUQcIFY5CKEr7A,15303
|
|
3
|
-
pyfoxfile-0.27.4.dist-info/licenses/LICENSE,sha256=WM1VWxTUVrQbvEa-LC7cKTaBHXiqSTyYPoJvsZSbd7E,1513
|
|
4
|
-
pyfoxfile-0.27.4.dist-info/METADATA,sha256=jP6cRNyzxY61ZhkVWnLrmWsnGf5828NjSdE12b9hoz4,911
|
|
5
|
-
pyfoxfile-0.27.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
6
|
-
pyfoxfile-0.27.4.dist-info/top_level.txt,sha256=VTOkpGfBWHNht7FKfnbccd32n_Jgk8Df5NKKfzaliTc,10
|
|
7
|
-
pyfoxfile-0.27.4.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
8
|
-
pyfoxfile-0.27.4.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|