pyjallib 0.1.3__tar.gz → 0.1.4__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.
- {pyjallib-0.1.3 → pyjallib-0.1.4}/PKG-INFO +2 -1
- {pyjallib-0.1.3 → pyjallib-0.1.4}/pyproject.toml +16 -14
- {pyjallib-0.1.3 → pyjallib-0.1.4}/src/pyjallib/max/layer.py +1 -1
- pyjallib-0.1.4/uv.lock +46 -0
- pyjallib-0.1.3/uv.lock +0 -8
- {pyjallib-0.1.3 → pyjallib-0.1.4}/.gitignore +0 -0
- {pyjallib-0.1.3 → pyjallib-0.1.4}/.python-version +0 -0
- {pyjallib-0.1.3 → pyjallib-0.1.4}/README.md +0 -0
- {pyjallib-0.1.3 → pyjallib-0.1.4}/docs/.nojekyll +0 -0
- {pyjallib-0.1.3 → pyjallib-0.1.4}/docs/index.html +0 -0
- {pyjallib-0.1.3 → pyjallib-0.1.4}/docs/max.html +0 -0
- {pyjallib-0.1.3 → pyjallib-0.1.4}/docs/namePart.html +0 -0
- {pyjallib-0.1.3 → pyjallib-0.1.4}/docs/nameToPath.html +0 -0
- {pyjallib-0.1.3 → pyjallib-0.1.4}/docs/naming.html +0 -0
- {pyjallib-0.1.3 → pyjallib-0.1.4}/docs/namingConfig.html +0 -0
- {pyjallib-0.1.3 → pyjallib-0.1.4}/docs/perforce.html +0 -0
- {pyjallib-0.1.3 → pyjallib-0.1.4}/docs/pymxs.html +0 -0
- {pyjallib-0.1.3 → pyjallib-0.1.4}/docs/reloadModules.html +0 -0
- {pyjallib-0.1.3 → pyjallib-0.1.4}/src/pyjallib/ConfigFiles/namingConfig.json +0 -0
- {pyjallib-0.1.3 → pyjallib-0.1.4}/src/pyjallib/__init__.py +0 -0
- {pyjallib-0.1.3 → pyjallib-0.1.4}/src/pyjallib/max/ConfigFiles/3DSMaxNamingConfig.json +0 -0
- {pyjallib-0.1.3 → pyjallib-0.1.4}/src/pyjallib/max/__init__.py +0 -0
- {pyjallib-0.1.3 → pyjallib-0.1.4}/src/pyjallib/max/align.py +0 -0
- {pyjallib-0.1.3 → pyjallib-0.1.4}/src/pyjallib/max/anim.py +0 -0
- {pyjallib-0.1.3 → pyjallib-0.1.4}/src/pyjallib/max/bip.py +0 -0
- {pyjallib-0.1.3 → pyjallib-0.1.4}/src/pyjallib/max/bone.py +0 -0
- {pyjallib-0.1.3 → pyjallib-0.1.4}/src/pyjallib/max/constraint.py +0 -0
- {pyjallib-0.1.3 → pyjallib-0.1.4}/src/pyjallib/max/header.py +0 -0
- {pyjallib-0.1.3 → pyjallib-0.1.4}/src/pyjallib/max/helper.py +0 -0
- {pyjallib-0.1.3 → pyjallib-0.1.4}/src/pyjallib/max/link.py +0 -0
- {pyjallib-0.1.3 → pyjallib-0.1.4}/src/pyjallib/max/macro/jal_macro_align.py +0 -0
- {pyjallib-0.1.3 → pyjallib-0.1.4}/src/pyjallib/max/macro/jal_macro_bone.py +0 -0
- {pyjallib-0.1.3 → pyjallib-0.1.4}/src/pyjallib/max/macro/jal_macro_constraint.py +0 -0
- {pyjallib-0.1.3 → pyjallib-0.1.4}/src/pyjallib/max/macro/jal_macro_helper.py +0 -0
- {pyjallib-0.1.3 → pyjallib-0.1.4}/src/pyjallib/max/macro/jal_macro_link.py +0 -0
- {pyjallib-0.1.3 → pyjallib-0.1.4}/src/pyjallib/max/macro/jal_macro_select.py +0 -0
- {pyjallib-0.1.3 → pyjallib-0.1.4}/src/pyjallib/max/mirror.py +0 -0
- {pyjallib-0.1.3 → pyjallib-0.1.4}/src/pyjallib/max/name.py +0 -0
- {pyjallib-0.1.3 → pyjallib-0.1.4}/src/pyjallib/max/select.py +0 -0
- {pyjallib-0.1.3 → pyjallib-0.1.4}/src/pyjallib/max/skin.py +0 -0
- {pyjallib-0.1.3 → pyjallib-0.1.4}/src/pyjallib/max/twistBone.py +0 -0
- {pyjallib-0.1.3 → pyjallib-0.1.4}/src/pyjallib/namePart.py +0 -0
- {pyjallib-0.1.3 → pyjallib-0.1.4}/src/pyjallib/nameToPath.py +0 -0
- {pyjallib-0.1.3 → pyjallib-0.1.4}/src/pyjallib/naming.py +0 -0
- {pyjallib-0.1.3 → pyjallib-0.1.4}/src/pyjallib/namingConfig.py +0 -0
- {pyjallib-0.1.3 → pyjallib-0.1.4}/src/pyjallib/perforce.py +0 -0
- {pyjallib-0.1.3 → pyjallib-0.1.4}/src/pyjallib/py.typed +0 -0
- {pyjallib-0.1.3 → pyjallib-0.1.4}/src/pyjallib/reloadModules.py +0 -0
- {pyjallib-0.1.3 → pyjallib-0.1.4}/tests/globalVarTest.py +0 -0
- {pyjallib-0.1.3 → pyjallib-0.1.4}/tests/moduleImportTest.py +0 -0
@@ -1,9 +1,10 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: pyjallib
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.4
|
4
4
|
Summary: A utility library for 3D game character development pipelines.
|
5
5
|
Author-email: Dongseok Kim <jalnagakds@gmail.com>
|
6
6
|
Requires-Python: >=3.10
|
7
|
+
Requires-Dist: p4python>=2024.2.2682690
|
7
8
|
Description-Content-Type: text/markdown
|
8
9
|
|
9
10
|
# pyjallib
|
@@ -1,14 +1,16 @@
|
|
1
|
-
[project]
|
2
|
-
name = "pyjallib"
|
3
|
-
version = "0.1.
|
4
|
-
description = "A utility library for 3D game character development pipelines."
|
5
|
-
readme = "README.md"
|
6
|
-
authors = [
|
7
|
-
{ name = "Dongseok Kim", email = "jalnagakds@gmail.com" }
|
8
|
-
]
|
9
|
-
requires-python = ">=3.10"
|
10
|
-
dependencies = [
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
build-
|
1
|
+
[project]
|
2
|
+
name = "pyjallib"
|
3
|
+
version = "0.1.4"
|
4
|
+
description = "A utility library for 3D game character development pipelines."
|
5
|
+
readme = "README.md"
|
6
|
+
authors = [
|
7
|
+
{ name = "Dongseok Kim", email = "jalnagakds@gmail.com" }
|
8
|
+
]
|
9
|
+
requires-python = ">=3.10"
|
10
|
+
dependencies = [
|
11
|
+
"p4python>=2024.2.2682690",
|
12
|
+
]
|
13
|
+
|
14
|
+
[build-system]
|
15
|
+
requires = ["hatchling"]
|
16
|
+
build-backend = "hatchling.build"
|
pyjallib-0.1.4/uv.lock
ADDED
@@ -0,0 +1,46 @@
|
|
1
|
+
version = 1
|
2
|
+
revision = 2
|
3
|
+
requires-python = ">=3.10"
|
4
|
+
|
5
|
+
[[package]]
|
6
|
+
name = "p4python"
|
7
|
+
version = "2024.2.2682690"
|
8
|
+
source = { registry = "https://pypi.org/simple" }
|
9
|
+
sdist = { url = "https://files.pythonhosted.org/packages/0b/d6/6da21a865038e27168baecb729fa3eee8c77e10879f45429a2efc08db928/p4python-2024.2.2682690.tar.gz", hash = "sha256:4206dd31bf77e8ec7e41d19367363dd749b96864e463e0e028fedd607988de6f", size = 85503, upload-time = "2024-11-15T20:21:33.357Z" }
|
10
|
+
wheels = [
|
11
|
+
{ url = "https://files.pythonhosted.org/packages/93/0d/1d5c63419b08d48a520b123f1cf349e58550043ca4b489d2324e6e245606/p4python-2024.2.2682690-cp310-cp310-macosx_10_15_x86_64.whl", hash = "sha256:d2025d6e8b0df5d34d837d23672fc5d68a23fd61785b6494c67d6c281f20beaa", size = 4993873, upload-time = "2024-11-15T20:19:57.66Z" },
|
12
|
+
{ url = "https://files.pythonhosted.org/packages/78/71/e7a905dfc5044e23db7e6174ef5d590e27dfed263c1356f5b2b80ceb9158/p4python-2024.2.2682690-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:a7be090281a9f5b9bfcc9646c35ad16fdc522594383c758834c892d7241b7db0", size = 4741809, upload-time = "2024-11-15T20:19:59.352Z" },
|
13
|
+
{ url = "https://files.pythonhosted.org/packages/65/95/9ae1996782812db9e754712529e75f2a614fbb8424ad8075453d785cc784/p4python-2024.2.2682690-cp310-cp310-manylinux_2_28_aarch64.whl", hash = "sha256:9d4015f8ff4fbc6a54f3351b3bd3a81de81ce8265fe0bf0174b9b849e8d22f0f", size = 27821219, upload-time = "2024-11-15T20:20:01.918Z" },
|
14
|
+
{ url = "https://files.pythonhosted.org/packages/a2/56/02eff51909e4109795f56529dee635947cf07bc0e92e55c31a8fb4b8e3e3/p4python-2024.2.2682690-cp310-cp310-manylinux_2_28_x86_64.whl", hash = "sha256:09b6efdfa3ac8ba379dfb6c7d0436bd9642cc13bc4565966ff2076e2b86c67b2", size = 28466472, upload-time = "2024-11-15T20:20:07.447Z" },
|
15
|
+
{ url = "https://files.pythonhosted.org/packages/08/42/3394cd54315dbd74b78211a011deeb7722267e98b7254ea3cc1e5bdc27b6/p4python-2024.2.2682690-cp310-cp310-win32.whl", hash = "sha256:72680c7ff0b5d8a28b8f52f1fd7561f1e4928a87943c862256f01f79ec118265", size = 3277671, upload-time = "2024-11-15T20:20:12.699Z" },
|
16
|
+
{ url = "https://files.pythonhosted.org/packages/55/68/00a831abe791ddaa0e4e2a8fc1313dc826cee94a1e11c96035a2f13c690c/p4python-2024.2.2682690-cp310-cp310-win_amd64.whl", hash = "sha256:2e63d4163170d8ca96f3bdce12132c4687148734c37b60402555dc4d8a747428", size = 3812515, upload-time = "2024-11-15T20:20:15.518Z" },
|
17
|
+
{ url = "https://files.pythonhosted.org/packages/2d/58/1f19a6261a5e8c2df3283273e7a0d3c26e07a64861e3e47525700206d9ed/p4python-2024.2.2682690-cp311-cp311-macosx_10_15_x86_64.whl", hash = "sha256:8bed46d3b9fe886c3605777ea4e99ef7e2512ca5ead0d9b6fe1973831c21f26c", size = 4993880, upload-time = "2024-11-15T20:20:18.1Z" },
|
18
|
+
{ url = "https://files.pythonhosted.org/packages/0d/64/0c612b3ab06810b31a0689f7fc49a070e5e6a9d2e68641c55bcd54709e47/p4python-2024.2.2682690-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:e91e68179f83398348cf4ffae8250e50f080867c13fc8a9a1e2e2844e5611591", size = 4741757, upload-time = "2024-11-15T20:20:20.728Z" },
|
19
|
+
{ url = "https://files.pythonhosted.org/packages/c8/3e/fcaa4a411a0daa24e91c010cfcfbb4f2b42aa01a5b9bbef0bbfd3fbe22fd/p4python-2024.2.2682690-cp311-cp311-manylinux_2_28_aarch64.whl", hash = "sha256:b35112087019f923d5e2e2d16d177f00a0c3a4425a5d7861702511daf558dcc2", size = 27826086, upload-time = "2024-11-15T20:20:24.176Z" },
|
20
|
+
{ url = "https://files.pythonhosted.org/packages/bf/86/2fbb1eb5d8c4f8ffb6bac889bc51a6bf8fe268c2363673b6ac1e86d0cdf7/p4python-2024.2.2682690-cp311-cp311-manylinux_2_28_x86_64.whl", hash = "sha256:b1ecc9b7710e1fca6958be145969e82512d8b021fc90b9df864bce1a71f77f04", size = 28474504, upload-time = "2024-11-15T20:20:28.459Z" },
|
21
|
+
{ url = "https://files.pythonhosted.org/packages/e9/bf/ca9309bf071fdc97b76c3f9641cc8a545d769cab02b3225b13ae11db5659/p4python-2024.2.2682690-cp311-cp311-win32.whl", hash = "sha256:951bfd4ccd0c9a948eb2f1a02727e8e15088c27599d428deafa4d5a560964ca1", size = 3277677, upload-time = "2024-11-15T20:20:31.512Z" },
|
22
|
+
{ url = "https://files.pythonhosted.org/packages/7a/cc/e21770e4a2f3fd16c576007cd6735d305e01972fcf99fd8169cc866c8815/p4python-2024.2.2682690-cp311-cp311-win_amd64.whl", hash = "sha256:c766b32fa9b473e8fa25acfb9fe87a0fbe431c2e28f9f6e32c98b7a8708b2486", size = 3812580, upload-time = "2024-11-15T20:20:33.746Z" },
|
23
|
+
{ url = "https://files.pythonhosted.org/packages/bd/91/a2816434709e289bbbbc10417d29945397704f50cb0891a334afd5fd0aa6/p4python-2024.2.2682690-cp312-cp312-macosx_10_15_x86_64.whl", hash = "sha256:26a7311b2ac780b66b24e6de1e26fc424984d5caa06746d62283518c8500de7f", size = 4994467, upload-time = "2024-11-15T20:20:36.086Z" },
|
24
|
+
{ url = "https://files.pythonhosted.org/packages/44/95/21e7fd04f6c5d201891fbc894e29dbe8689d56c4f1be95e934c2b6c1e3c8/p4python-2024.2.2682690-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:714b146fb20b3e05e727392292dc835295a1f60b9d26cd16c013cead23c8685b", size = 4741623, upload-time = "2024-11-15T20:20:38.403Z" },
|
25
|
+
{ url = "https://files.pythonhosted.org/packages/3a/a8/31b605ab536a70362ac99078ddfbf2c579b282e5c8bab69461566b8e2d91/p4python-2024.2.2682690-cp312-cp312-manylinux_2_28_aarch64.whl", hash = "sha256:0ba90d442d538347f7d88974e668f3737e537aea1e6d9f081457ad3e18de7d9e", size = 27824528, upload-time = "2024-11-15T20:20:41.138Z" },
|
26
|
+
{ url = "https://files.pythonhosted.org/packages/c0/cf/a729ef8af45558b63e362c17f1f0dc9402e91cfbc8535588007ffd185157/p4python-2024.2.2682690-cp312-cp312-manylinux_2_28_x86_64.whl", hash = "sha256:48aa5ccb450eac2f08010698dc5c8341f61a770d0a678fbbc420b2544a3cd781", size = 28476566, upload-time = "2024-11-15T20:20:45.694Z" },
|
27
|
+
{ url = "https://files.pythonhosted.org/packages/61/8a/8a5e1314521ba8757974dd52ff79d0dacd022e9f2732bf6d0cf2da8abf6e/p4python-2024.2.2682690-cp312-cp312-win32.whl", hash = "sha256:e56bdd2f41f8fd8acf5bcde80bc0cb93ffc4c2c008a65eea300796809e898e26", size = 3277634, upload-time = "2024-11-15T20:20:48.426Z" },
|
28
|
+
{ url = "https://files.pythonhosted.org/packages/2c/46/e9054f0bad560b3e7dd6e15379f0f0acd36a87c092fc3aecaaab723e9268/p4python-2024.2.2682690-cp312-cp312-win_amd64.whl", hash = "sha256:3a5bce40cc8f4aefb90be705ca60806d463d02eb7e7ef5097c9994c800cd6630", size = 3812433, upload-time = "2024-11-15T20:20:50.013Z" },
|
29
|
+
{ url = "https://files.pythonhosted.org/packages/ab/eb/95a9742cb938b37b5eafc277ffe7cefe4716d57331478f23896933f23bca/p4python-2024.2.2682690-cp313-cp313-macosx_10_15_x86_64.whl", hash = "sha256:e3db40af39fd6a234727b2a433370b1fe93f2ee84c437ec85785363b70bc552c", size = 4994380, upload-time = "2024-11-15T20:20:51.586Z" },
|
30
|
+
{ url = "https://files.pythonhosted.org/packages/e6/9a/b030f848b75c1a8f5513f239b7ee6958f25289cdbe2afc56470868dd5be7/p4python-2024.2.2682690-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:c698fc7e81ed3b013218a1fc1d6af43bf2e192f42d0c48e8a5769dfdb32dc2c3", size = 4741481, upload-time = "2024-11-15T20:20:54.057Z" },
|
31
|
+
{ url = "https://files.pythonhosted.org/packages/75/61/c4b6c32459f697f8e681a46889866d6f031956fb2f936c16ae20d8ea9e32/p4python-2024.2.2682690-cp313-cp313-manylinux_2_28_aarch64.whl", hash = "sha256:1958c7e390d07f81ccdc8b22641e376d5f63d4a8d060725b3507167d554a760c", size = 27827117, upload-time = "2024-11-15T20:20:56.995Z" },
|
32
|
+
{ url = "https://files.pythonhosted.org/packages/70/0c/7aa4d83ec1cf2f4adb84f60689bbb91e6946e8d89e770684039ce1f02f01/p4python-2024.2.2682690-cp313-cp313-manylinux_2_28_x86_64.whl", hash = "sha256:e1b0e6c46b318aebf192d3d8bb733b805f1db9a6a5b121cc981c2c54ed1dab7c", size = 28478617, upload-time = "2024-11-15T20:21:00.591Z" },
|
33
|
+
{ url = "https://files.pythonhosted.org/packages/87/43/287bece61bf69510115f71e5711ea05fb3c129e0058ce7fc4308702127ff/p4python-2024.2.2682690-cp313-cp313-win32.whl", hash = "sha256:f8041bba53899a460591c6634b2f6567f6b8524de20707b99437cb8b2cb07946", size = 3277613, upload-time = "2024-11-15T20:21:02.919Z" },
|
34
|
+
{ url = "https://files.pythonhosted.org/packages/e2/f6/416eaf1852b630a7410d33e30d8cf975f81b5c692494399cde830730cce6/p4python-2024.2.2682690-cp313-cp313-win_amd64.whl", hash = "sha256:18a803b209e64214ee9effed65ade52b27a8dc0a3f892bf6e67f061d3ec1a896", size = 3812439, upload-time = "2024-11-15T20:21:05.033Z" },
|
35
|
+
]
|
36
|
+
|
37
|
+
[[package]]
|
38
|
+
name = "pyjallib"
|
39
|
+
version = "0.1.4"
|
40
|
+
source = { editable = "." }
|
41
|
+
dependencies = [
|
42
|
+
{ name = "p4python" },
|
43
|
+
]
|
44
|
+
|
45
|
+
[package.metadata]
|
46
|
+
requires-dist = [{ name = "p4python", specifier = ">=2024.2.2682690" }]
|
pyjallib-0.1.3/uv.lock
DELETED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|