mantatech-sdk 0.5b0.dev65__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.
Files changed (54) hide show
  1. manta/__init__.light.py +22 -0
  2. manta/__init__.py +83 -0
  3. manta/__main__.py +21 -0
  4. manta/apis/__init__.py +7 -0
  5. manta/apis/async_user_api.py +6458 -0
  6. manta/apis/graph.py +498 -0
  7. manta/apis/module.py +316 -0
  8. manta/apis/results.py +251 -0
  9. manta/apis/swarm.py +206 -0
  10. manta/apis/user_api.py +1016 -0
  11. manta/cli/__init__.py +1 -0
  12. manta/cli/commands/__init__.py +1 -0
  13. manta/cli/commands/base_handler.py +229 -0
  14. manta/cli/commands/doc.py +192 -0
  15. manta/cli/commands/install.py +346 -0
  16. manta/cli/commands/sdk.py +9 -0
  17. manta/cli/commands/sdk_cluster.py +211 -0
  18. manta/cli/commands/sdk_config.py +347 -0
  19. manta/cli/commands/sdk_globals.py +280 -0
  20. manta/cli/commands/sdk_logs.py +174 -0
  21. manta/cli/commands/sdk_main.py +167 -0
  22. manta/cli/commands/sdk_module.py +516 -0
  23. manta/cli/commands/sdk_nodes.py +168 -0
  24. manta/cli/commands/sdk_original.py +3873 -0
  25. manta/cli/commands/sdk_results.py +265 -0
  26. manta/cli/commands/sdk_swarm.py +454 -0
  27. manta/cli/commands/sdk_user.py +234 -0
  28. manta/cli/commands/status.py +292 -0
  29. manta/cli/component_detector.py +112 -0
  30. manta/cli/config_manager.py +445 -0
  31. manta/cli/main.py +265 -0
  32. manta/cli/utils/__init__.py +27 -0
  33. manta/cli/utils/converters.py +140 -0
  34. manta/clients/cluster_management_client.py +486 -0
  35. manta/clients/local_client.py +149 -0
  36. manta/clients/module_management_client.py +217 -0
  37. manta/clients/swarm_management_client.py +562 -0
  38. manta/clients/user_management_client.py +395 -0
  39. manta/clients/world_client.py +195 -0
  40. manta/light/__init__.py +31 -0
  41. manta/light/globals.py +245 -0
  42. manta/light/local.py +407 -0
  43. manta/light/logging_config.py +39 -0
  44. manta/light/path.py +116 -0
  45. manta/light/results.py +236 -0
  46. manta/light/task.py +100 -0
  47. manta/light/utils.py +217 -0
  48. manta/light/world.py +177 -0
  49. mantatech_sdk-0.5b0.dev65.dist-info/METADATA +1039 -0
  50. mantatech_sdk-0.5b0.dev65.dist-info/RECORD +54 -0
  51. mantatech_sdk-0.5b0.dev65.dist-info/WHEEL +5 -0
  52. mantatech_sdk-0.5b0.dev65.dist-info/entry_points.txt +2 -0
  53. mantatech_sdk-0.5b0.dev65.dist-info/licenses/LICENSE +683 -0
  54. mantatech_sdk-0.5b0.dev65.dist-info/top_level.txt +1 -0
@@ -0,0 +1,54 @@
1
+ manta/__init__.light.py,sha256=EylilhtYckF-gWnsLb3qVNDhW2ZyZjaOnDWEg-fUXNI,677
2
+ manta/__init__.py,sha256=UizrcPg90FNLfXu9uCH3eEXeNg9gP5ut9ZuZTXgcvY8,2363
3
+ manta/__main__.py,sha256=PrzER5MLgEscagxvFA69_xi8TzP2fnuawBT1gqvdeao,642
4
+ manta/apis/__init__.py,sha256=hmrVqekS-IoUoKcexMra1_V41TUbjbnM2DWOTz4OgLM,246
5
+ manta/apis/async_user_api.py,sha256=0VP1Vzpbh9vQfcnng6as2RsSR8lApm01kz0eOF43a30,276231
6
+ manta/apis/graph.py,sha256=eqmUfkVXhaBeqX5Eq3i4W2SV7BIPkp1Sb_jOylMsF4Y,14690
7
+ manta/apis/module.py,sha256=WwpuxCYeVQXM5yImo7odkJdITR63ZVGJfqdgAl-YYSo,11276
8
+ manta/apis/results.py,sha256=GtpHkDuHBGV2p0ihJPsU7Ig_R6aaikxSA5AdBv3efGQ,7230
9
+ manta/apis/swarm.py,sha256=Vedf6mAGm2k_TfcZ_74ZXEZ_MNYGvrnbHaTrPEcAs5o,5931
10
+ manta/apis/user_api.py,sha256=AxokVjs2khrG3lgHUhJTfI0Q9glL89qO0pzAUpt8HVE,23807
11
+ manta/cli/__init__.py,sha256=kEWcjnELKPZ_CCDwvh_8Ld-Ig1xFw_ecEYmO5KrPnW8,39
12
+ manta/cli/component_detector.py,sha256=YrBYJ_pihz8aFiWDdWDWlqdI9FhleIfTy53MWbAR6-s,3900
13
+ manta/cli/config_manager.py,sha256=tvUxfgt3Kxl3Tx8zdnVRCgBAqqkMB_-C6ig-PwKIJLk,14033
14
+ manta/cli/main.py,sha256=GuzslzvF4raYCgO9RJQ-AGPgW1So5nzTBhJPiwYSvHE,8470
15
+ manta/cli/commands/__init__.py,sha256=5S1XFRbZ-EzOFg8D6bcbTiBt1iET3d5nMi1PbTndMLM,34
16
+ manta/cli/commands/base_handler.py,sha256=kawOsuQNmU01sq9UazTu1R1vkuVm8Es0d-Q_Eb_XW_A,8948
17
+ manta/cli/commands/doc.py,sha256=KJHS0lgRlkRPD1yE9kvU3fJLrkcvAPCoXYn6joc6gLQ,8475
18
+ manta/cli/commands/install.py,sha256=mZ1x-E8Z9dHenFNxNhAEacAQLUtjMMcEdXR81cUWqVk,12537
19
+ manta/cli/commands/sdk.py,sha256=59fsR9vkUA8XEjH_SHK05uPN8DsbLuSkTLKKu-DLD8c,196
20
+ manta/cli/commands/sdk_cluster.py,sha256=WBCjVNLhfTxmBisP699WRy-lHNPPphzl0DiTKTfdJvk,6965
21
+ manta/cli/commands/sdk_config.py,sha256=dxqn40kEgyEmBBX1UZfJzj3NdSGrOOnK59WcQXx1hBw,13237
22
+ manta/cli/commands/sdk_globals.py,sha256=E8XQCs_UBJSty7vbACe9VvIrm73WoQSy2Gnxx8vzRxU,9925
23
+ manta/cli/commands/sdk_logs.py,sha256=dPs4UaQbjcCsnEdulytlQTSBR9n_eUq4XPXiQ2unVz4,5921
24
+ manta/cli/commands/sdk_main.py,sha256=P7HmfQLmgWYx9dn1nP9WpPTKQLZFc-bNia-5fiXeGQY,5763
25
+ manta/cli/commands/sdk_module.py,sha256=o-j9J-K_kQCAbcGhe45XW3qqYPJrwNbGmJJxzUrN9n4,18219
26
+ manta/cli/commands/sdk_nodes.py,sha256=AyCMpEyoa9Prty2g74VAQLQEhkKgTeeU4cszs6O_ZCk,6108
27
+ manta/cli/commands/sdk_original.py,sha256=0EnR9wReWAigH5tbxZxw9YqsyIJPKqMd8aCeRst82s0,150180
28
+ manta/cli/commands/sdk_results.py,sha256=qglSInT7ZTEu4Je6fMQpasPAmPkUFtJVMT6hNu5V4FQ,9191
29
+ manta/cli/commands/sdk_swarm.py,sha256=-e2G3g6IUgxOEUru64R6Vyr26KRaPWlIHZhx5DoCft0,14878
30
+ manta/cli/commands/sdk_user.py,sha256=_wNW_dDHk8SMlt-YrX-3F2SEoZ218Rlzsv9lt7iDQLM,7984
31
+ manta/cli/commands/status.py,sha256=NLAnJdN_3ulZmyoVq_HcA8zkI8XCfX6ddFaMgu1cixs,10125
32
+ manta/cli/utils/__init__.py,sha256=v31ox9yIvPWkDotFqrH5XydUzJ_-OQkNfIQuL40gGmM,559
33
+ manta/cli/utils/converters.py,sha256=eiokibDh51VPaAGcRmi41d7cUlF5_tl14_vJMubnn14,3807
34
+ manta/clients/cluster_management_client.py,sha256=xb26uREYyO8P-qk5VsYk3h9UdXMkpeTNV5d5FvrQ9KQ,12697
35
+ manta/clients/local_client.py,sha256=lPc8b6BVOHF7_-6Ok2NEQxO63QucfbD-rkXa54Q6y6A,4082
36
+ manta/clients/module_management_client.py,sha256=1X1H2jJf_Gp9CHG8EiHHaIqbwFj-IEDk6p__aoxvamc,6105
37
+ manta/clients/swarm_management_client.py,sha256=Yu-h9Kqm_cc1y94GiZOjP9EaYIdn_dXMUZ7hK5WNQ6Q,14835
38
+ manta/clients/user_management_client.py,sha256=0iIyuBxqO5tNF6AEPi1mjvKyYYj5Vlm5jNNiJ3H6U08,10993
39
+ manta/clients/world_client.py,sha256=BImOgPFInT2UGkwLHm7Q4XohSOBLPrwlrv_G-MPePv8,5122
40
+ manta/light/__init__.py,sha256=xgDpOEtw_UXGCQ_aTJwPZoqpJJM9yOVR5aADQTNUEfo,641
41
+ manta/light/globals.py,sha256=p8egc383c2Lb9e1E1n9D8Gbv_aI8kjrOzZJn0OxzpaI,7151
42
+ manta/light/local.py,sha256=T8BQIUCX3iDJsZEo6mhODVR3l5cbDIJB2vxo1crO5y8,11531
43
+ manta/light/logging_config.py,sha256=RIa170y4-JAJTFfAw3WD-oQNwSKvFA3GzTrA0IjbAZo,905
44
+ manta/light/path.py,sha256=IWHPwMUqf4MXtxglsj8fvfTKEAN5CmdkYQKo_ndG3Jw,3768
45
+ manta/light/results.py,sha256=_brTG4ENkRkER3zNjSdsn_RUuo6YH6RAYFHWWrm1d74,6805
46
+ manta/light/task.py,sha256=M_IvsCy8Zc1yPv1_XMomE5Z4VEY8zA0FMnIqZdhvVb8,3099
47
+ manta/light/utils.py,sha256=o29lrkT1N8EX2ANTOnuCIIRkJW2FtPQYjP9TYc_y0jc,6022
48
+ manta/light/world.py,sha256=VzPvvfyNe-7bmOYjIr3wkBvoKoVYmxRuxhSZdRiKaLU,5124
49
+ mantatech_sdk-0.5b0.dev65.dist-info/licenses/LICENSE,sha256=P5HojupjKoAusNtHqWOvO-YFolwLFWQ7Uq0XVKK9nFQ,35291
50
+ mantatech_sdk-0.5b0.dev65.dist-info/METADATA,sha256=FiGEBvrlBIy7FwA__INTC23wNBAzfa6P_l8o3Um67aE,51268
51
+ mantatech_sdk-0.5b0.dev65.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
52
+ mantatech_sdk-0.5b0.dev65.dist-info/entry_points.txt,sha256=Xbda6TiKHhkaAjKvYxYlnVcBYgnRigraQugvKVuck5Y,46
53
+ mantatech_sdk-0.5b0.dev65.dist-info/top_level.txt,sha256=MdYAIgEPebAps2Fd02_u3B1UavQvqwM_lGC5bt31Vuo,6
54
+ mantatech_sdk-0.5b0.dev65.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (82.0.1)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1,2 @@
1
+ [console_scripts]
2
+ manta = manta.cli.main:main