PyCatFile 0.18.6__tar.gz → 0.19.2__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.18.6 → pycatfile-0.19.2}/PKG-INFO +4 -2
- {pycatfile-0.18.6 → pycatfile-0.19.2}/PyCatFile.egg-info/PKG-INFO +4 -2
- {pycatfile-0.18.6 → pycatfile-0.19.2}/README.md +1 -0
- {pycatfile-0.18.6 → pycatfile-0.19.2}/catfile.py +1 -1
- {pycatfile-0.18.6 → pycatfile-0.19.2}/neocatfile.py +1 -1
- {pycatfile-0.18.6 → pycatfile-0.19.2}/pycatfile.py +6 -4
- {pycatfile-0.18.6 → pycatfile-0.19.2}/pyproject.toml +1 -1
- {pycatfile-0.18.6 → pycatfile-0.19.2}/setup.py +4 -5
- {pycatfile-0.18.6 → pycatfile-0.19.2}/LICENSE +0 -0
- {pycatfile-0.18.6 → pycatfile-0.19.2}/PyCatFile.egg-info/SOURCES.txt +0 -0
- {pycatfile-0.18.6 → pycatfile-0.19.2}/PyCatFile.egg-info/dependency_links.txt +0 -0
- {pycatfile-0.18.6 → pycatfile-0.19.2}/PyCatFile.egg-info/top_level.txt +0 -0
- {pycatfile-0.18.6 → pycatfile-0.19.2}/PyCatFile.egg-info/zip-safe +0 -0
- {pycatfile-0.18.6 → pycatfile-0.19.2}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: PyCatFile
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.19.2
|
|
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
|
|
@@ -15,8 +15,10 @@ License-File: LICENSE
|
|
|
15
15
|
Dynamic: author
|
|
16
16
|
Dynamic: download-url
|
|
17
17
|
Dynamic: home-page
|
|
18
|
+
Dynamic: license-file
|
|
18
19
|
Dynamic: maintainer
|
|
19
20
|
Dynamic: maintainer-email
|
|
20
21
|
Dynamic: platform
|
|
21
22
|
|
|
22
23
|
A tar like file format name catfile after unix cat command (concatenate files)
|
|
24
|
+

|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: PyCatFile
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.19.2
|
|
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
|
|
@@ -15,8 +15,10 @@ License-File: LICENSE
|
|
|
15
15
|
Dynamic: author
|
|
16
16
|
Dynamic: download-url
|
|
17
17
|
Dynamic: home-page
|
|
18
|
+
Dynamic: license-file
|
|
18
19
|
Dynamic: maintainer
|
|
19
20
|
Dynamic: maintainer-email
|
|
20
21
|
Dynamic: platform
|
|
21
22
|
|
|
22
23
|
A tar like file format name catfile after unix cat command (concatenate files)
|
|
24
|
+

|
|
@@ -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:
|
|
17
|
+
$FileInfo: catfile.py - Last Update: 3/7/2025 Ver. 0.19.0 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
|
|
@@ -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: neocatfile.py - Last Update:
|
|
17
|
+
$FileInfo: neocatfile.py - Last Update: 3/7/2025 Ver. 0.19.0 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
|
|
@@ -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:
|
|
17
|
+
$FileInfo: pycatfile.py - Last Update: 3/7/2025 Ver. 0.19.0 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
|
|
@@ -328,6 +328,8 @@ if(__include_defaults__):
|
|
|
328
328
|
__file_format_multi_dict__.update( { 'NekoFile': {'format_name': "NekoFile", 'format_magic': "NekoFile", 'format_len': 8, 'format_hex': "4e656b6f46696c65", 'format_delimiter': "\x00", 'format_ver': "001", 'new_style': True, 'use_advanced_list': True, 'use_alt_inode': False, 'format_extension': ".neko" } } )
|
|
329
329
|
if("ねこファイル" not in __file_format_multi_dict__):
|
|
330
330
|
__file_format_multi_dict__.update( { 'ねこファイル': {'format_name': "NekoFairu", 'format_magic': "ねこファイル", 'format_len': 18, 'format_hex': "e381ade38193e38395e382a1e382a4e383ab", 'format_delimiter': "\x00", 'format_ver': "001", 'new_style': True, 'use_advanced_list': True, 'use_alt_inode': False, 'format_extension': ".ねこ" } } )
|
|
331
|
+
if("ネコファイル" not in __file_format_multi_dict__):
|
|
332
|
+
__file_format_multi_dict__.update( { 'ネコファイル': {'format_name': "NekoFairu", 'format_magic': "ネコファイル", 'format_len': 18, 'format_hex': "e381ade38193e38395e382a1e382a4e383ab", 'format_delimiter': "\x00", 'format_ver': "001", 'new_style': True, 'use_advanced_list': True, 'use_alt_inode': False, 'format_extension': ".ネコ" } } )
|
|
331
333
|
if("네코파일" not in __file_format_multi_dict__):
|
|
332
334
|
__file_format_multi_dict__.update( { '네코파일': {'format_name': "NekoPa-il", 'format_magic': "네코파일", 'format_len': 12, 'format_hex': "eb84a4ecbd94ed8c8cec9dbc", 'format_delimiter': "\x00", 'format_ver': "001", 'new_style': True, 'use_advanced_list': True, 'use_alt_inode': False, 'format_extension': ".네코" } } )
|
|
333
335
|
if("고양이파일" not in __file_format_multi_dict__):
|
|
@@ -351,12 +353,12 @@ __file_format_extension__ = __file_format_multi_dict__[__file_format_default__][
|
|
|
351
353
|
__file_format_dict__ = __file_format_multi_dict__[__file_format_default__]
|
|
352
354
|
__project__ = __program_name__
|
|
353
355
|
__project_url__ = "https://github.com/GameMaker2k/PyCatFile"
|
|
354
|
-
__version_info__ = (0,
|
|
355
|
-
__version_date_info__ = (2025,
|
|
356
|
+
__version_info__ = (0, 19, 2, "RC 1", 1)
|
|
357
|
+
__version_date_info__ = (2025, 3, 7, "RC 1", 1)
|
|
356
358
|
__version_date__ = str(__version_date_info__[0]) + "." + str(
|
|
357
359
|
__version_date_info__[1]).zfill(2) + "." + str(__version_date_info__[2]).zfill(2)
|
|
358
360
|
__revision__ = __version_info__[3]
|
|
359
|
-
__revision_id__ = "$Id:
|
|
361
|
+
__revision_id__ = "$Id: 139442616cbb5df727431cb137d571447ee86d71 $"
|
|
360
362
|
if(__version_info__[4] is not None):
|
|
361
363
|
__version_date_plusrc__ = __version_date__ + \
|
|
362
364
|
"-" + str(__version_date_info__[4])
|
|
@@ -13,13 +13,12 @@
|
|
|
13
13
|
Copyright 2016-2024 Game Maker 2k - http://intdb.sourceforge.net/
|
|
14
14
|
Copyright 2016-2024 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
|
|
15
15
|
|
|
16
|
-
$FileInfo: setup.py - Last Update:
|
|
16
|
+
$FileInfo: setup.py - Last Update: 3/7/2025 Ver. 0.19.0 RC 1 - Author: cooldude2k $
|
|
17
17
|
'''
|
|
18
18
|
|
|
19
19
|
import os
|
|
20
20
|
import re
|
|
21
21
|
import sys
|
|
22
|
-
import pkg_resources
|
|
23
22
|
from setuptools import setup
|
|
24
23
|
|
|
25
24
|
# Open and read the version info file in a Python 2/3 compatible way
|
|
@@ -108,8 +107,8 @@ if(len(sys.argv) > 1 and (sys.argv[1] == "versioninfo" or sys.argv[1] == "getver
|
|
|
108
107
|
print(pymodule_data)
|
|
109
108
|
sys.exit()
|
|
110
109
|
if(len(sys.argv) > 1 and (sys.argv[1] == "sourceinfo" or sys.argv[1] == "getsourceinfo")):
|
|
111
|
-
srcinfofilename = os.path.realpath("."+os.path.sep+
|
|
112
|
-
|
|
110
|
+
srcinfofilename = os.path.realpath("."+os.path.sep+
|
|
111
|
+
pymodule['name'].replace('-', '_')+".egg-info"+os.path.sep+"SOURCES.txt")
|
|
113
112
|
srcinfofile = open(srcinfofilename, "r")
|
|
114
113
|
srcinfodata = srcinfofile.read()
|
|
115
114
|
srcinfofile.close()
|
|
@@ -123,7 +122,7 @@ if(len(sys.argv) > 1 and (sys.argv[1] == "sourceinfo" or sys.argv[1] == "getsour
|
|
|
123
122
|
if(len(sys.argv) > 1 and sys.argv[1] == "cleansourceinfo"):
|
|
124
123
|
os.system("rm -rfv \""+os.path.realpath("."+os.path.sep+"dist\""))
|
|
125
124
|
os.system("rm -rfv \""+os.path.realpath("."+os.path.sep +
|
|
126
|
-
|
|
125
|
+
pymodule['name'].replace('-', '_')+".egg-info\""))
|
|
127
126
|
sys.exit()
|
|
128
127
|
|
|
129
128
|
if(len(sys.argv) > 1 and (sys.argv[1] == "buildcfg" or sys.argv[1] == "makecfg")):
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|