neuromeka-vfm 0.1.0__py3-none-any.whl → 0.1.1__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.
- neuromeka_vfm/upload_mesh.py +1 -1
- {neuromeka_vfm-0.1.0.dist-info → neuromeka_vfm-0.1.1.dist-info}/METADATA +1 -1
- {neuromeka_vfm-0.1.0.dist-info → neuromeka_vfm-0.1.1.dist-info}/RECORD +7 -7
- {neuromeka_vfm-0.1.0.dist-info → neuromeka_vfm-0.1.1.dist-info}/LICENSE +0 -0
- {neuromeka_vfm-0.1.0.dist-info → neuromeka_vfm-0.1.1.dist-info}/WHEEL +0 -0
- {neuromeka_vfm-0.1.0.dist-info → neuromeka_vfm-0.1.1.dist-info}/entry_points.txt +0 -0
- {neuromeka_vfm-0.1.0.dist-info → neuromeka_vfm-0.1.1.dist-info}/top_level.txt +0 -0
neuromeka_vfm/upload_mesh.py
CHANGED
|
@@ -10,7 +10,7 @@ import sys
|
|
|
10
10
|
import paramiko
|
|
11
11
|
|
|
12
12
|
|
|
13
|
-
def upload_mesh(host: str, port: int = 22,
|
|
13
|
+
def upload_mesh(host: str, user: str, port: int = 22, password: str = None, key: str = None, local: str = None, remote: str = None):
|
|
14
14
|
if not local or not remote:
|
|
15
15
|
raise ValueError("local and remote paths are required")
|
|
16
16
|
if not os.path.isfile(local):
|
|
@@ -3,10 +3,10 @@ neuromeka_vfm/compression.py,sha256=d2xOz4XBJZ60pPSXwQ5LPYwhpsaNORvNoY_0CUiAvt0,
|
|
|
3
3
|
neuromeka_vfm/pickle_client.py,sha256=Iw2fpxdnKB20oEUgsd0rJlvzOd5JhetphpKkF9qQcX0,591
|
|
4
4
|
neuromeka_vfm/pose_estimation.py,sha256=j8twRsDdyIgR-N3CCRm2MVQIeDcrZ7PPd2405tywcnk,2455
|
|
5
5
|
neuromeka_vfm/segmentation.py,sha256=L43Ai3RkKutvdoNHK-BZEMa7rexg6WmyBR4cwfeHMiE,4924
|
|
6
|
-
neuromeka_vfm/upload_mesh.py,sha256=
|
|
7
|
-
neuromeka_vfm-0.1.
|
|
8
|
-
neuromeka_vfm-0.1.
|
|
9
|
-
neuromeka_vfm-0.1.
|
|
10
|
-
neuromeka_vfm-0.1.
|
|
11
|
-
neuromeka_vfm-0.1.
|
|
12
|
-
neuromeka_vfm-0.1.
|
|
6
|
+
neuromeka_vfm/upload_mesh.py,sha256=aW5G9aE5OeiDN5pEVKDzMeV538U-I2iRYZvVZTfGsr4,2728
|
|
7
|
+
neuromeka_vfm-0.1.1.dist-info/LICENSE,sha256=40cBWxFahhu0p_EB0GhU8oVIifVNmH1o2fZtx0bIif8,1076
|
|
8
|
+
neuromeka_vfm-0.1.1.dist-info/METADATA,sha256=R-u_hlx_HJlVNC1ougZP8aa6_6NOUBr-_Xdwov1OpPo,4175
|
|
9
|
+
neuromeka_vfm-0.1.1.dist-info/WHEEL,sha256=iAkIy5fosb7FzIOwONchHf19Qu7_1wCWyFNR5gu9nU0,91
|
|
10
|
+
neuromeka_vfm-0.1.1.dist-info/entry_points.txt,sha256=Wl4XqiUt_GLQ08oTJtsYjLW0iYxZ52ysVd1-cN0kYP4,72
|
|
11
|
+
neuromeka_vfm-0.1.1.dist-info/top_level.txt,sha256=uAH_yXikUvxXTSEnUC0M8Zl5ggxbnkYtXlmTfEG8MUk,14
|
|
12
|
+
neuromeka_vfm-0.1.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|