PyCatFile 0.27.4__tar.gz → 0.27.6__tar.gz
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.27.4 → pycatfile-0.27.6}/PKG-INFO +4 -4
- {pycatfile-0.27.4 → pycatfile-0.27.6}/PyCatFile.egg-info/PKG-INFO +4 -4
- {pycatfile-0.27.4 → pycatfile-0.27.6}/catfile.py +2 -2
- {pycatfile-0.27.4 → pycatfile-0.27.6}/pycatfile.py +4 -4
- {pycatfile-0.27.4 → pycatfile-0.27.6}/pyproject.toml +4 -4
- {pycatfile-0.27.4 → pycatfile-0.27.6}/setup.py +2 -2
- {pycatfile-0.27.4 → pycatfile-0.27.6}/LICENSE +0 -0
- {pycatfile-0.27.4 → pycatfile-0.27.6}/PyCatFile.egg-info/SOURCES.txt +0 -0
- {pycatfile-0.27.4 → pycatfile-0.27.6}/PyCatFile.egg-info/dependency_links.txt +0 -0
- {pycatfile-0.27.4 → pycatfile-0.27.6}/PyCatFile.egg-info/top_level.txt +0 -0
- {pycatfile-0.27.4 → pycatfile-0.27.6}/PyCatFile.egg-info/zip-safe +0 -0
- {pycatfile-0.27.4 → pycatfile-0.27.6}/README.md +0 -0
- {pycatfile-0.27.4 → pycatfile-0.27.6}/setup.cfg +0 -0
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: PyCatFile
|
|
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/PyCatFile
|
|
6
6
|
Download-URL: https://github.com/GameMaker2k/PyCatFile/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
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: PyCatFile
|
|
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/PyCatFile
|
|
6
6
|
Download-URL: https://github.com/GameMaker2k/PyCatFile/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
|
|
@@ -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/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 pycatfile
|
|
26
26
|
import binascii
|
|
27
27
|
|
|
28
28
|
# Text streams (as provided by Python)
|
|
@@ -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: 11/
|
|
17
|
+
$FileInfo: pycatfile.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
|
|
@@ -661,12 +661,12 @@ __project__ = __program_name__
|
|
|
661
661
|
__program_alt_name__ = __program_name__
|
|
662
662
|
__project_url__ = "https://github.com/GameMaker2k/PyCatFile"
|
|
663
663
|
__project_release_url__ = __project_url__+"/releases/latest"
|
|
664
|
-
__version_info__ = (0, 27,
|
|
665
|
-
__version_date_info__ = (2025, 11,
|
|
664
|
+
__version_info__ = (0, 27, 6, "RC 1", 1)
|
|
665
|
+
__version_date_info__ = (2025, 11, 19, "RC 1", 1)
|
|
666
666
|
__version_date__ = str(__version_date_info__[0]) + "." + str(
|
|
667
667
|
__version_date_info__[1]).zfill(2) + "." + str(__version_date_info__[2]).zfill(2)
|
|
668
668
|
__revision__ = __version_info__[3]
|
|
669
|
-
__revision_id__ = "$Id:
|
|
669
|
+
__revision_id__ = "$Id: 7cfd109a5f4301f5a4525dd3fd27be93df52f22e $"
|
|
670
670
|
if(__version_info__[4] is not None):
|
|
671
671
|
__version_date_plusrc__ = __version_date__ + \
|
|
672
672
|
"-" + str(__version_date_info__[4])
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "PyCatFile"
|
|
3
|
-
version = "0.27.
|
|
3
|
+
version = "0.27.6"
|
|
4
4
|
readme = "README.md"
|
|
5
5
|
license = { text = "BSD-3-Clause" }
|
|
6
6
|
keywords = []
|
|
7
7
|
description = "A tar like file format name archivefile."
|
|
8
8
|
authors = [
|
|
9
|
-
{ name = "
|
|
10
|
-
{ name = "
|
|
11
|
-
{ name = "
|
|
9
|
+
{ name = "Himari Kitsune-chan", email = "kazuki.suzuki.fox@gmail.com" },
|
|
10
|
+
{ name = "Ouka Neko-chan", email = "kazuki.suzuki.cat@gmail.com" },
|
|
11
|
+
{ name = "Tsukiumi Neko-kun", email = "kazuki.suzuki.wa@gmail.com" },
|
|
12
12
|
{ name = "Kazuki Suzuki Neko-kun", email = "kazuki.suzuki.sadeghi@gmail.com" },
|
|
13
13
|
{ name = "Game Maker 2k", email = "gamemaker2k@gmail.com" },
|
|
14
14
|
]
|
|
@@ -65,9 +65,9 @@ pymodule['verdaterc'] = int(setuppy_dateinfo_exp[4])
|
|
|
65
65
|
pymodule['verdatelist'] = (int(setuppy_dateinfo_exp[0]), int(setuppy_dateinfo_exp[1]), int(
|
|
66
66
|
setuppy_dateinfo_exp[2]), str(setuppy_dateinfo_exp[3]), int(setuppy_dateinfo_exp[4]))
|
|
67
67
|
pymodule['name'] = 'PyCatFile'
|
|
68
|
-
pymodule['author'] = '
|
|
68
|
+
pymodule['author'] = 'Ouka Neko-chan'
|
|
69
69
|
pymodule['authoremail'] = 'kazuki.suzuki.cat@gmail.com'
|
|
70
|
-
pymodule['maintainer'] = '
|
|
70
|
+
pymodule['maintainer'] = 'Himari Kitsune-chan'
|
|
71
71
|
pymodule['maintaineremail'] = 'kazuki.suzuki.fox@gmail.com'
|
|
72
72
|
pymodule['description'] = 'A tar like file format name catfile after unix cat command (concatenate files) .'
|
|
73
73
|
pymodule['license'] = 'Revised BSD License'
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|