robosystems-client 0.1.16__py3-none-any.whl → 0.1.18__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.

Potentially problematic release.


This version of robosystems-client might be problematic. Click here for more details.

Files changed (109) hide show
  1. robosystems_client/__init__.py +15 -4
  2. robosystems_client/api/agent/auto_select_agent.py +24 -17
  3. robosystems_client/api/agent/batch_process_queries.py +24 -17
  4. robosystems_client/api/agent/execute_specific_agent.py +24 -17
  5. robosystems_client/api/agent/get_agent_metadata.py +24 -17
  6. robosystems_client/api/agent/list_agents.py +20 -18
  7. robosystems_client/api/agent/recommend_agent.py +24 -17
  8. robosystems_client/api/auth/forgot_password.py +191 -0
  9. robosystems_client/api/auth/generate_sso_token.py +18 -0
  10. robosystems_client/api/auth/get_current_auth_user.py +4 -22
  11. robosystems_client/api/auth/logout_user.py +17 -17
  12. robosystems_client/api/auth/{refresh_session.py → refresh_auth_session.py} +21 -21
  13. robosystems_client/api/auth/resend_verification_email.py +222 -0
  14. robosystems_client/api/auth/reset_password.py +177 -0
  15. robosystems_client/api/auth/validate_reset_token.py +171 -0
  16. robosystems_client/api/auth/verify_email.py +177 -0
  17. robosystems_client/api/backup/create_backup.py +24 -17
  18. robosystems_client/api/backup/export_backup.py +24 -17
  19. robosystems_client/api/backup/get_backup_download_url.py +20 -18
  20. robosystems_client/api/backup/get_backup_stats.py +24 -17
  21. robosystems_client/api/backup/list_backups.py +20 -18
  22. robosystems_client/api/backup/restore_backup.py +24 -17
  23. robosystems_client/api/connections/create_connection.py +24 -17
  24. robosystems_client/api/connections/create_link_token.py +24 -17
  25. robosystems_client/api/connections/delete_connection.py +24 -17
  26. robosystems_client/api/connections/exchange_link_token.py +24 -17
  27. robosystems_client/api/connections/get_connection.py +24 -17
  28. robosystems_client/api/connections/get_connection_options.py +24 -17
  29. robosystems_client/api/connections/init_o_auth.py +24 -17
  30. robosystems_client/api/connections/list_connections.py +20 -18
  31. robosystems_client/api/connections/oauth_callback.py +28 -21
  32. robosystems_client/api/connections/sync_connection.py +24 -17
  33. robosystems_client/api/copy/copy_data_to_graph.py +24 -17
  34. robosystems_client/api/create/create_graph.py +24 -17
  35. robosystems_client/api/graph_analytics/get_graph_metrics.py +24 -17
  36. robosystems_client/api/graph_analytics/get_graph_usage_stats.py +20 -18
  37. robosystems_client/api/graph_billing/get_current_graph_bill.py +24 -17
  38. robosystems_client/api/graph_billing/get_graph_billing_history.py +20 -18
  39. robosystems_client/api/graph_billing/get_graph_monthly_bill.py +24 -17
  40. robosystems_client/api/graph_billing/get_graph_usage_details.py +20 -18
  41. robosystems_client/api/graph_credits/check_credit_balance.py +20 -18
  42. robosystems_client/api/graph_credits/check_storage_limits.py +24 -17
  43. robosystems_client/api/graph_credits/get_credit_summary.py +24 -17
  44. robosystems_client/api/graph_credits/get_storage_usage.py +20 -18
  45. robosystems_client/api/graph_credits/list_credit_transactions.py +20 -18
  46. robosystems_client/api/graph_health/get_database_health.py +24 -17
  47. robosystems_client/api/graph_info/get_database_info.py +24 -17
  48. robosystems_client/api/graph_limits/get_graph_limits.py +24 -17
  49. robosystems_client/api/mcp/call_mcp_tool.py +20 -18
  50. robosystems_client/api/mcp/list_mcp_tools.py +24 -17
  51. robosystems_client/api/operations/cancel_operation.py +24 -17
  52. robosystems_client/api/operations/get_operation_status.py +24 -17
  53. robosystems_client/api/operations/stream_operation_events.py +20 -18
  54. robosystems_client/api/query/execute_cypher_query.py +20 -18
  55. robosystems_client/api/schema/export_graph_schema.py +20 -18
  56. robosystems_client/api/schema/get_graph_schema_info.py +24 -17
  57. robosystems_client/api/schema/list_schema_extensions.py +24 -17
  58. robosystems_client/api/schema/validate_schema.py +24 -17
  59. robosystems_client/api/subgraphs/create_subgraph.py +24 -17
  60. robosystems_client/api/subgraphs/delete_subgraph.py +24 -17
  61. robosystems_client/api/subgraphs/get_subgraph_info.py +24 -17
  62. robosystems_client/api/subgraphs/get_subgraph_quota.py +24 -17
  63. robosystems_client/api/subgraphs/list_subgraphs.py +24 -17
  64. robosystems_client/api/user/create_user_api_key.py +24 -17
  65. robosystems_client/api/user/get_all_credit_summaries.py +24 -17
  66. robosystems_client/api/user/get_current_user.py +24 -17
  67. robosystems_client/api/user/get_user_graphs.py +24 -17
  68. robosystems_client/api/user/list_user_api_keys.py +24 -17
  69. robosystems_client/api/user/revoke_user_api_key.py +24 -17
  70. robosystems_client/api/user/select_user_graph.py +24 -17
  71. robosystems_client/api/user/update_user.py +24 -17
  72. robosystems_client/api/user/update_user_api_key.py +24 -17
  73. robosystems_client/api/user/update_user_password.py +24 -17
  74. robosystems_client/api/user_analytics/get_detailed_user_analytics.py +20 -18
  75. robosystems_client/api/user_analytics/get_user_usage_overview.py +24 -17
  76. robosystems_client/api/user_limits/get_all_shared_repository_limits.py +24 -17
  77. robosystems_client/api/user_limits/get_shared_repository_limits.py +24 -17
  78. robosystems_client/api/user_limits/get_user_limits.py +24 -17
  79. robosystems_client/api/user_limits/get_user_usage.py +24 -17
  80. robosystems_client/api/user_subscriptions/cancel_shared_repository_subscription.py +24 -17
  81. robosystems_client/api/user_subscriptions/get_repository_credits.py +24 -17
  82. robosystems_client/api/user_subscriptions/get_shared_repository_credits.py +24 -17
  83. robosystems_client/api/user_subscriptions/get_user_shared_subscriptions.py +20 -18
  84. robosystems_client/api/user_subscriptions/subscribe_to_shared_repository.py +24 -17
  85. robosystems_client/api/user_subscriptions/upgrade_shared_repository_subscription.py +24 -17
  86. robosystems_client/extensions/__init__.py +70 -0
  87. robosystems_client/extensions/auth_integration.py +14 -1
  88. robosystems_client/extensions/copy_client.py +32 -22
  89. robosystems_client/extensions/dataframe_utils.py +455 -0
  90. robosystems_client/extensions/extensions.py +16 -0
  91. robosystems_client/extensions/operation_client.py +43 -21
  92. robosystems_client/extensions/query_client.py +109 -12
  93. robosystems_client/extensions/tests/test_dataframe_utils.py +334 -0
  94. robosystems_client/extensions/tests/test_integration.py +1 -1
  95. robosystems_client/extensions/tests/test_token_utils.py +274 -0
  96. robosystems_client/extensions/token_utils.py +417 -0
  97. robosystems_client/extensions/utils.py +32 -2
  98. robosystems_client/models/__init__.py +16 -0
  99. robosystems_client/models/email_verification_request.py +60 -0
  100. robosystems_client/models/forgot_password_request.py +60 -0
  101. robosystems_client/models/forgot_password_response_forgotpassword.py +44 -0
  102. robosystems_client/models/resend_verification_email_response_resendverificationemail.py +44 -0
  103. robosystems_client/models/reset_password_request.py +68 -0
  104. robosystems_client/models/reset_password_validate_response.py +82 -0
  105. robosystems_client-0.1.18.dist-info/METADATA +89 -0
  106. {robosystems_client-0.1.16.dist-info → robosystems_client-0.1.18.dist-info}/RECORD +108 -92
  107. robosystems_client-0.1.18.dist-info/licenses/LICENSE +21 -0
  108. robosystems_client-0.1.16.dist-info/METADATA +0 -302
  109. {robosystems_client-0.1.16.dist-info → robosystems_client-0.1.18.dist-info}/WHEEL +0 -0
@@ -1,4 +1,4 @@
1
- robosystems_client/__init__.py,sha256=dN-OfGzTR_q_TNPqncBFjg5Dnkp_hgmzLq2pZERZ-ZY,252
1
+ robosystems_client/__init__.py,sha256=G0TAEXW2Z6-yXGiMLP1eQt8Ff-if8INNPxZ-9tD1Shw,475
2
2
  robosystems_client/client.py,sha256=glsYxdE5nRr9XWJRs9GkPOTDw65iGrmRyMdkCSckbb8,11659
3
3
  robosystems_client/errors.py,sha256=c3fwsvNmoncJLYqwn4a82LJZamXZGd09IXPmx-qubhQ,520
4
4
  robosystems_client/py.typed,sha256=8ZJUsxZiuOy1oJeVhsTWQhTG_6pTVHVXk5hJL79ebTk,25
@@ -6,131 +6,140 @@ robosystems_client/sdk-config.yaml,sha256=Y_A8qSC2zHLYy6d443Rlgdkw2GleOSFjYvq_Qm
6
6
  robosystems_client/types.py,sha256=l5mTsR9GphXnb6qHvveUHNZ_GpiRMqweGNjgKmn6qXE,1349
7
7
  robosystems_client/api/__init__.py,sha256=zTSiG_ujSjAqWPyc435YXaX9XTlpMjiJWBbV-f-YtdA,45
8
8
  robosystems_client/api/agent/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
9
- robosystems_client/api/agent/auto_select_agent.py,sha256=mWcJ-JLm3Lrf4s9RQjGxOtgmudVf-8qSchB-tKUcyjw,7785
10
- robosystems_client/api/agent/batch_process_queries.py,sha256=-x-iNO8UZ_je7NZflRUzSZrlTp2kSMaAMyF1HmXy5k0,8077
11
- robosystems_client/api/agent/execute_specific_agent.py,sha256=X9NH0MhSph7VS-vbLCFfJlXqwi6R46lPmbS0hP-rod4,8084
12
- robosystems_client/api/agent/get_agent_metadata.py,sha256=gnMUR0fJhxHdjMC0xBOxx2stbvSCZqGMXVlZfXq97Sc,7293
13
- robosystems_client/api/agent/list_agents.py,sha256=0Vf3q0gIu6X-jQ5u87D1Qtl2xFjsuG21_5TvuAxwsO4,7773
14
- robosystems_client/api/agent/recommend_agent.py,sha256=yQkeEvRq8yRIHYo763XQWKMVGPYfuEf4OUuR1b4d89A,8087
9
+ robosystems_client/api/agent/auto_select_agent.py,sha256=X7jkkGVEZ8GG5J3hms4b6-JwGHelSjt8YITgn530TDc,8013
10
+ robosystems_client/api/agent/batch_process_queries.py,sha256=7EfaOp4wkarSq_97nDoH9gp5kD6-0vZm1vV5nmFR9lU,8305
11
+ robosystems_client/api/agent/execute_specific_agent.py,sha256=IhZFxq86WnAxeJHUm4evNXH1ZygEZeDFdgD5jVjILd0,8312
12
+ robosystems_client/api/agent/get_agent_metadata.py,sha256=SKIZGJpr4llC_kbco8LaoOny-RcNsf3hh5m1c65D00I,7521
13
+ robosystems_client/api/agent/list_agents.py,sha256=_8T94306R3cevXjhu0Ib75QhoePdsr_Mx-VcgCkjzV4,7866
14
+ robosystems_client/api/agent/recommend_agent.py,sha256=PY3rc0WQLZiJjSxXDqOv0Vt2hT8sBGy9_0TPf8KR1Ow,8315
15
15
  robosystems_client/api/auth/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
16
16
  robosystems_client/api/auth/check_password_strength.py,sha256=hukbrO7txh61gu2B4cX0ZPWV3XCF1O2Mr5US4acLOP4,4671
17
17
  robosystems_client/api/auth/complete_sso_auth.py,sha256=9wj_oQBdzP7bzlst821sXwf7-MlZkQfaKlV5dUSeQSo,4885
18
- robosystems_client/api/auth/generate_sso_token.py,sha256=d_LlodwLPT402hrj8l_NqRqwCUcUcNfKnCxCly37oTs,4860
18
+ robosystems_client/api/auth/forgot_password.py,sha256=NAv3OFZZz_GfmCoTFdSGcq9VUgfttjBIhyVOgoD8oCg,5290
19
+ robosystems_client/api/auth/generate_sso_token.py,sha256=-WHP5Z4eD9lE9KVdQ-x-jbuvH-89J3sQ9aG9ciUitzI,5583
19
20
  robosystems_client/api/auth/get_captcha_config.py,sha256=bTEjCwGUUaPeEU-bd6JrO2fDITXBWvDb4v8l4eniTDA,2193
20
- robosystems_client/api/auth/get_current_auth_user.py,sha256=SU2oT7CcxxW7W_zvlqC0FrG485E_BmseKlLn_igUq7E,5961
21
+ robosystems_client/api/auth/get_current_auth_user.py,sha256=3-AFoi6H69fSFLW5DoVv6rHc2R1GMGy4GP3E9VTHcNQ,5303
21
22
  robosystems_client/api/auth/get_password_policy.py,sha256=QJ-9GVaYPNRYXV9TlNHtdTS-JX9-kCPMcm0gbDcGiCw,3482
22
23
  robosystems_client/api/auth/login_user.py,sha256=m35Ak9lzc9PoE1z_aVqrnrwoUzoQsgcK74EAuRvMp3Y,4734
23
- robosystems_client/api/auth/logout_user.py,sha256=qqisYyIsZkTT19TuQsGBsyc4L-Tfk3KmdYtl0NmjlHw,4566
24
- robosystems_client/api/auth/refresh_session.py,sha256=6Mlvv8anwup97trQZfBpTyxp4fhXbkHcwGpr0rG34Xs,4765
24
+ robosystems_client/api/auth/logout_user.py,sha256=XezFESjmHIGeVRWXGdJm3clBtQ_jAOwPzQgt_6xLNR4,4659
25
+ robosystems_client/api/auth/refresh_auth_session.py,sha256=b5Xpa3QrIJfVYMUhlQn7HcALsIeI5SjRcIa8Jhoz4dY,4854
25
26
  robosystems_client/api/auth/register_user.py,sha256=xXgCceSaDH_oSQMT_L4_lBF3XUSVTFXWMrI8-I3M6xc,5565
27
+ robosystems_client/api/auth/resend_verification_email.py,sha256=aUXAN5iLTcbW5Wpipd4iyZjhQ906J0kSwCZGklTVBW8,5943
28
+ robosystems_client/api/auth/reset_password.py,sha256=QgXpvx80Ex9fccj4RXwXrV1QOhJv3ClNXBj9pLlTlEI,4857
26
29
  robosystems_client/api/auth/sso_login.py,sha256=seSNkqyYjXPaSoRCxlwahiauH_BvqFbpExxkrYBXgi8,4717
27
30
  robosystems_client/api/auth/sso_token_exchange.py,sha256=-rl28H-WCbO1gsw_kpzPe_t-WuA6mTfmcKcNzfzgY90,5088
31
+ robosystems_client/api/auth/validate_reset_token.py,sha256=kNxoCedKJHpF-bgxe9roPIjVAo22Tt2MA2j1bnEUPwI,4564
32
+ robosystems_client/api/auth/verify_email.py,sha256=0EKqUmfoRKsLCBnjS0u7MjKry3plrlTLlqYMLSFUCaQ,4951
28
33
  robosystems_client/api/backup/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
29
- robosystems_client/api/backup/create_backup.py,sha256=ipVHfFL1vvpt9sKDueoGRC3dL26_lbiDoSKhMkOIPbs,12934
30
- robosystems_client/api/backup/export_backup.py,sha256=oImZqYR06TH6e4xHuleAObhArjNfTHr8xF_A09Ug794,6117
31
- robosystems_client/api/backup/get_backup_download_url.py,sha256=KoQiA4aDEUChVLuGHbWeoiBV70or2UI8la9O9miA0HY,7762
32
- robosystems_client/api/backup/get_backup_stats.py,sha256=RB7kCf8Y-5MS0FwwA8pIEsQCLktSRJGHoORLnSvH01k,5667
33
- robosystems_client/api/backup/list_backups.py,sha256=F0DKzTY8NRTA5BWadHtL0y90FatEf2LI9xaUyYVKiHQ,6865
34
- robosystems_client/api/backup/restore_backup.py,sha256=Jg9kH5cpv7ahsqgzhDMpGZoYkGi60jrBm0Bkxgxj090,13377
34
+ robosystems_client/api/backup/create_backup.py,sha256=V_xUWUlyKLNH_-tC-RiVVTU_prYEdIluhdRpulJCX0A,13162
35
+ robosystems_client/api/backup/export_backup.py,sha256=K-V5Jhce81lDTZjNlPbjorEOowjqNmPD5DXSq_oNJNI,6345
36
+ robosystems_client/api/backup/get_backup_download_url.py,sha256=1QTI42EC5nSrycfW0rS_fbWimCN6-8fX8Wy4sZwyMm8,7855
37
+ robosystems_client/api/backup/get_backup_stats.py,sha256=M44wp5vDh1NhxMT-zXdrwnakNfPBQTZ_xWjfNbOIfNo,5895
38
+ robosystems_client/api/backup/list_backups.py,sha256=E-4yVx5VNA4uIz65O23w9hz0m_-LZV6yWLHdXLI8L7A,6958
39
+ robosystems_client/api/backup/restore_backup.py,sha256=3eA2RuxkXZq94LsUchtE4GO6mMBelIeBlX5rBydceks,13605
35
40
  robosystems_client/api/connections/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
36
- robosystems_client/api/connections/create_connection.py,sha256=-6lMjj57FiA0Rp3FcvqjGoQ6tP9iz33RvlR3AMhIa9s,9168
37
- robosystems_client/api/connections/create_link_token.py,sha256=AMjy9unsMxMi0yqFAw8ehM05OVrVRM-RTObIorPPB7w,8245
38
- robosystems_client/api/connections/delete_connection.py,sha256=O0BclSlQMoCfeZ36CQzm82cyrZ1s0cpEOOrsA7D1pNs,7753
39
- robosystems_client/api/connections/exchange_link_token.py,sha256=kPJVnOdPqS1ahG7h0ODrPThHHFZSlrHC8exoBbxmJrI,8880
40
- robosystems_client/api/connections/get_connection.py,sha256=vm6iGQRqsQvNwFTZe_V53VHNAtBnBXJp0raU-Trz5-A,7677
41
- robosystems_client/api/connections/get_connection_options.py,sha256=qGac2D8vBOn1gs53vLl3ATeDOYk4SvVkLGrTvP_iv-s,8734
42
- robosystems_client/api/connections/init_o_auth.py,sha256=jjKE6pboyw2ugg_m7WV7vAKIWwnIAh7Z7idyImiRszw,6555
43
- robosystems_client/api/connections/list_connections.py,sha256=hLDqUAeeaMrCym0Onh6I0qd51e_CR9XH62aKV8PjbQ8,9981
44
- robosystems_client/api/connections/oauth_callback.py,sha256=9zX9fA7V_nJTBAi6crXQweS2VJSYvYq0Y7pMzefID0E,9103
45
- robosystems_client/api/connections/sync_connection.py,sha256=9RvBM9zCqb4nGQCmVpK9JgzOoVbn83ojRnUzKaF8-AM,9839
41
+ robosystems_client/api/connections/create_connection.py,sha256=p1K_9L5rDn5QCGmElEFLqiE56kx9cHhXUIJqc6N1vFw,9396
42
+ robosystems_client/api/connections/create_link_token.py,sha256=LGUuAgbB1mjM4UL8kT-GcVv0G-XUMh6f3YD2KOgO6uw,8473
43
+ robosystems_client/api/connections/delete_connection.py,sha256=ih251ZpJei-ku9UGlZHFwbzbufKbOKCk0XuKDapVbOU,7981
44
+ robosystems_client/api/connections/exchange_link_token.py,sha256=gurQW767t5LGfbuCDAEl8n0aS3sHbhSKCWYzDnAxjXo,9108
45
+ robosystems_client/api/connections/get_connection.py,sha256=tcoj8LsDStKrJfYhDrRRUoJtq6Hik9cEqJjhUx-E1nc,7905
46
+ robosystems_client/api/connections/get_connection_options.py,sha256=I7D7F5aZejzFBYDqmNeNryO6L9aLk_fKxip6m3GWbSM,8962
47
+ robosystems_client/api/connections/init_o_auth.py,sha256=GcNsADlduCwk9JnEcnHp9gdzTebE8VRyCIGRPDculZQ,6783
48
+ robosystems_client/api/connections/list_connections.py,sha256=L9Mf4eST8srItnYWTjmZCvA8p7KaAsQSYVysDeN1jCE,10074
49
+ robosystems_client/api/connections/oauth_callback.py,sha256=AIobFEwJg4QcqOGaxXXUqrLtsGHAzyouyqIEMJN-fEc,9351
50
+ robosystems_client/api/connections/sync_connection.py,sha256=D1FpYfMBmk5LAatsWrjHLt--Ss7udCCsiu4p9sTWhi4,10067
46
51
  robosystems_client/api/copy/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
47
- robosystems_client/api/copy/copy_data_to_graph.py,sha256=d4hhuZVtNxddzoSS1tc6B4WzwbSfbK3tVBNjM3wQAwg,17172
52
+ robosystems_client/api/copy/copy_data_to_graph.py,sha256=xgfPLjyG9EO3hQet4_Di2Qi0aNGgfsHL96Xr9jy4gL8,17400
48
53
  robosystems_client/api/create/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
49
- robosystems_client/api/create/create_graph.py,sha256=dwzKgdBkLd9QithUt0ERPeh3shOdsIQ8b6Xvgc_hAQo,13152
54
+ robosystems_client/api/create/create_graph.py,sha256=c6V5kQ5By8GvPa_ukmum1JcMmkNfd67gPrndTwYjCgU,13380
50
55
  robosystems_client/api/create/get_available_extensions.py,sha256=sFf-YdbDy9VGOK8WZ4JBoxrcVe2PtYW6XLp-EkyMt7E,3502
51
56
  robosystems_client/api/graph_analytics/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
52
- robosystems_client/api/graph_analytics/get_graph_metrics.py,sha256=mCKfKQBLsg2UUOVVzUt7IqB7e6a1jDc-jnmf2Yv2OSc,8522
53
- robosystems_client/api/graph_analytics/get_graph_usage_stats.py,sha256=sZWr5xaiK5iP7PziH3Lve-FRB7ny0VwbxnCOFSpwwt4,9598
57
+ robosystems_client/api/graph_analytics/get_graph_metrics.py,sha256=f-8kxbtYpXvxTwi9C_5b23wAxQQdtBVofJLROMtkhQg,8750
58
+ robosystems_client/api/graph_analytics/get_graph_usage_stats.py,sha256=P7xaawsZzt-EKAzwVZjA9xHvK0yhdrcgNGjO1Q52F3Q,9691
54
59
  robosystems_client/api/graph_billing/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
55
- robosystems_client/api/graph_billing/get_current_graph_bill.py,sha256=j6l4Hc-rIsce6VGJvsbq6dElUXcqKrP0U4j0oRnDdSU,8444
56
- robosystems_client/api/graph_billing/get_graph_billing_history.py,sha256=hi28XqYyNg3CcsJrkQ4EauaZGlWYyJGBBnNssdr99rI,8807
57
- robosystems_client/api/graph_billing/get_graph_monthly_bill.py,sha256=vMrhCkZ-JaG20lSOEM36iCezT8tsxSSTvWRfDJLdCWI,8453
58
- robosystems_client/api/graph_billing/get_graph_usage_details.py,sha256=3tVcKKbu4dkwM1KEZgIs7s606XYtQK0Eme1vHbzid34,10256
60
+ robosystems_client/api/graph_billing/get_current_graph_bill.py,sha256=cMmUFVgVhS0Tfj-6SUSignDG-tP-1qjWjMIfwTnc54c,8672
61
+ robosystems_client/api/graph_billing/get_graph_billing_history.py,sha256=pjmjvizUUtqlSYXs9I8tzfu1jM_FJlsZYbX_EfYQB7w,8900
62
+ robosystems_client/api/graph_billing/get_graph_monthly_bill.py,sha256=a3gNXeo1Y0QmNAjTVVDuiMId5Tsj7lMIKB-19BulCIQ,8681
63
+ robosystems_client/api/graph_billing/get_graph_usage_details.py,sha256=In0MzizIQkJt4d4gcXp1zXVP2U8rnWdovxa9jR8R8ic,10349
59
64
  robosystems_client/api/graph_credits/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
60
- robosystems_client/api/graph_credits/check_credit_balance.py,sha256=rDVJFJ5Rp-OpPYfMU6zoNhxerD-v0hreKPEkwVlCK0A,9525
61
- robosystems_client/api/graph_credits/check_storage_limits.py,sha256=Gq6_8dyCb05BPGVOR4qe-nJbFIfxrGu8XF--imfGnXU,7547
62
- robosystems_client/api/graph_credits/get_credit_summary.py,sha256=X2yFM3ybAh15SDLE6l1wl8ElhIVKr9mu1DPORlsKPyk,7401
63
- robosystems_client/api/graph_credits/get_storage_usage.py,sha256=pE3x94H_83rLY_OtY47XNn3lxAvdwMg847hM1U1f6hA,8112
64
- robosystems_client/api/graph_credits/list_credit_transactions.py,sha256=OciMR4KODrYQSIPNbA6WW_Zsx2V81YV1W6P9nI6w8Xo,13663
65
+ robosystems_client/api/graph_credits/check_credit_balance.py,sha256=mPmAJtuhXAmSdxpgZH01DYtQIKHF9PWMl9PEJgm3daI,9618
66
+ robosystems_client/api/graph_credits/check_storage_limits.py,sha256=h1MwRKGck8MzE013O7jDxbE-KNvit__Fu5LQo12t_r0,7775
67
+ robosystems_client/api/graph_credits/get_credit_summary.py,sha256=jEpBj7EALggJYI0AkUNQster3-PQzEXUrv_lTuKe3vQ,7629
68
+ robosystems_client/api/graph_credits/get_storage_usage.py,sha256=py9SFhFiFp3EFiMiPsS6nPfg_uAJZQlk6U5sdtjnprw,8205
69
+ robosystems_client/api/graph_credits/list_credit_transactions.py,sha256=rr3aBkGDRU4Kp6-SSFojCvuMzuw2mQvNpXO4T7N4t_Y,13756
65
70
  robosystems_client/api/graph_health/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
66
- robosystems_client/api/graph_health/get_database_health.py,sha256=iETRS9vX9dLOSw6pwF5x1gYw4DoPi1N515FIe-jtRTk,8782
71
+ robosystems_client/api/graph_health/get_database_health.py,sha256=PxzO6L4UW3CeX1nPqDyFhJwfY9Ab8yuiL7AKN0Em7MI,9010
67
72
  robosystems_client/api/graph_info/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
68
- robosystems_client/api/graph_info/get_database_info.py,sha256=zQ1X-Md2e6sKa2KujRHNnptQE61bQLfU4NQvKHQdTRg,9118
73
+ robosystems_client/api/graph_info/get_database_info.py,sha256=vEREclTyCYFmofOTfkfriP_-reqk_s5DjQPR8HYKjic,9346
69
74
  robosystems_client/api/graph_limits/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
70
- robosystems_client/api/graph_limits/get_graph_limits.py,sha256=Gag_WqLmKxhGY1z3tvopNayeSRl0ZBRcuV-_dUeeaOU,8813
75
+ robosystems_client/api/graph_limits/get_graph_limits.py,sha256=3lB4vUId6_uUe_dwH7_9MF60mcQrwiC9c-mziZVfRG4,9041
71
76
  robosystems_client/api/mcp/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
72
- robosystems_client/api/mcp/call_mcp_tool.py,sha256=SdMywHxFnz9ypJZCDIpIXRDmBXpEOoy3SsZb9lxIU1k,14111
73
- robosystems_client/api/mcp/list_mcp_tools.py,sha256=yGVpB8ELAX9XMA1KqguwAT6JL16uVab6wFyHW1B9JYI,8207
77
+ robosystems_client/api/mcp/call_mcp_tool.py,sha256=znz7VBBX3lXgYdehHh8yhiQGSlPakBgZLvUQCDo1ZMI,14204
78
+ robosystems_client/api/mcp/list_mcp_tools.py,sha256=U8MgzHEgf2vX_ftaM04B7EuWYxiMkkzJDxPrUVui9iw,8435
74
79
  robosystems_client/api/operations/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
75
- robosystems_client/api/operations/cancel_operation.py,sha256=4qEm2tSrpX4xr0tiWA8nIfXFhJO9Dzqb6ScfmDACqYI,7506
76
- robosystems_client/api/operations/get_operation_status.py,sha256=DhtRKF4v0Ggbw7Uj7WztL70fvLo_QODo7sWoU9TkP5w,8280
77
- robosystems_client/api/operations/stream_operation_events.py,sha256=HjOepMeBeOjuJBFKYDoUyM5T7t3eRaLBqFj2Y_zCKsA,13944
80
+ robosystems_client/api/operations/cancel_operation.py,sha256=uflJnjPWwNOy2B4wCHLN3m5wplKHmWy8PGU9MRdVQ5I,7734
81
+ robosystems_client/api/operations/get_operation_status.py,sha256=rWc45qA6zmAeoYdoUC5BGSjfOBT7G_7jEEt3PoqN728,8508
82
+ robosystems_client/api/operations/stream_operation_events.py,sha256=g1lBFi4Jq4CKuSLOXnZDRhfS8t-wpSvo_u324hlIF9I,14037
78
83
  robosystems_client/api/query/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
79
- robosystems_client/api/query/execute_cypher_query.py,sha256=Xzhotj9M1NLfU6paZnFNjDa_16rTFyoLsPtAmk2kYtk,16600
84
+ robosystems_client/api/query/execute_cypher_query.py,sha256=O_o5qCCjaqceDUVbU9UO5YdlED4tbuHNIWTbO4cj2Kw,16693
80
85
  robosystems_client/api/schema/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
81
- robosystems_client/api/schema/export_graph_schema.py,sha256=CCvl6D-NhkR5GzLWgrEJ3ltU8rpi2tYcchUCM-4BgK4,7487
82
- robosystems_client/api/schema/get_graph_schema_info.py,sha256=sl5sxYeQq6qzLo7KOqlIJwuYpvfPTSJfOzUgh3gukqc,8550
83
- robosystems_client/api/schema/list_schema_extensions.py,sha256=kBcaBdtqnz_kHJ_C5yduJKic72pP0Mv8eyWyncM9Y8I,6161
84
- robosystems_client/api/schema/validate_schema.py,sha256=Eox5iB2l3GllcRh_H-lRYeSWmWE-xeA305ZlPZPK7Cg,9700
86
+ robosystems_client/api/schema/export_graph_schema.py,sha256=ikbjVBh-vkmO_qWYXwtTNKYMGOATWvoN856jOn1uQaA,7580
87
+ robosystems_client/api/schema/get_graph_schema_info.py,sha256=gz8Ouf5qN_iUyVcfDqkzObcBaq3o6-qJY0pm3svLr1s,8778
88
+ robosystems_client/api/schema/list_schema_extensions.py,sha256=9bg1Fd0OguNGqE_ZlLhZYDGfN9c6bDxdLxjlB4Ha57s,6389
89
+ robosystems_client/api/schema/validate_schema.py,sha256=YAlnq3lZ-vVTktWAEiUowow-voUPZCtKIXPtl8_xucM,9928
85
90
  robosystems_client/api/service_offerings/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
86
91
  robosystems_client/api/service_offerings/get_service_offerings.py,sha256=fsj86E8ml2O2HhmUMJOyte6E7qEFA5Nip30tO63kmyg,6157
87
92
  robosystems_client/api/status/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
88
93
  robosystems_client/api/status/get_service_status.py,sha256=ORuAz31SqditB0mXVsQBSE_SJIghpwACxaJGgX5z1p8,3305
89
94
  robosystems_client/api/subgraphs/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
90
- robosystems_client/api/subgraphs/create_subgraph.py,sha256=RqPiXCGXR_tDANssITuO71KFVh6_5SC01a3P-rDoz7M,7833
91
- robosystems_client/api/subgraphs/delete_subgraph.py,sha256=10JYk6Aaq7ZRTOJmOOWFhFnVgre96q8EWFkS_6QPB4I,9320
92
- robosystems_client/api/subgraphs/get_subgraph_info.py,sha256=M1kpjW0GA0miELKO-34GvKC4YMYR6KKUEAosGFLwAV0,8165
93
- robosystems_client/api/subgraphs/get_subgraph_quota.py,sha256=kvAqM8d2qmS6iXc2Z8irgh7_Ffmo8_Q5Lvn8QYJN5PQ,7967
94
- robosystems_client/api/subgraphs/list_subgraphs.py,sha256=uK92SCp12v_6_T8Gc4NAmRyJaYwCL7s1CR3igC_N5I4,6865
95
+ robosystems_client/api/subgraphs/create_subgraph.py,sha256=c3bAAssNT4edrp3p1lweGTqTjGeye6MsIW6SKcTxc2Q,8061
96
+ robosystems_client/api/subgraphs/delete_subgraph.py,sha256=TmL3-rbpHRtyFLLuftm7UiLLyYT-w_wttX93XcFEOjg,9548
97
+ robosystems_client/api/subgraphs/get_subgraph_info.py,sha256=0FW_f6AzuAKBMo_buShOpLCmVMQO7apdkWq8Rf_2r4A,8393
98
+ robosystems_client/api/subgraphs/get_subgraph_quota.py,sha256=QAT4rPyoAENyxPlhrJsu1sGEXPpswsU1qjbstzAhcas,8195
99
+ robosystems_client/api/subgraphs/list_subgraphs.py,sha256=T1ffyQ5V3ZbysRGp0tvxSHFymKy_MFblQQvPaTkzWyU,7093
95
100
  robosystems_client/api/user/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
96
- robosystems_client/api/user/create_user_api_key.py,sha256=ccWvKxXXrHXRpQ1kwlBNymuqOvAgvwh_3j-CoL6gaH8,5827
97
- robosystems_client/api/user/get_all_credit_summaries.py,sha256=-P4TTC2eXyY-jztmQnVpP0Tg73fhxGdG_rlUzBENQbg,7002
98
- robosystems_client/api/user/get_current_user.py,sha256=S3tE_P4PPpIpFl9UuuJ7-FQRQTe4AC4vq1eET1TWG6s,5127
99
- robosystems_client/api/user/get_user_graphs.py,sha256=zmdnRRNk4BB5KTsKimimO1gOVRYdeQAbGKz671lDt0Q,5193
100
- robosystems_client/api/user/list_user_api_keys.py,sha256=J5WdvUdA1bZMEAsV0OPcsV9wsMDwhZkINqYkn3ufH20,5080
101
- robosystems_client/api/user/revoke_user_api_key.py,sha256=DETv0GaWH-DGb4e3ZgJhqUB-iqi9EVfsFF9zG0w9aC8,5812
102
- robosystems_client/api/user/select_user_graph.py,sha256=O8JzyTbCy6tZMlKoX8jaxTkCwu1lP_EYM_VbnLR0yTU,6014
103
- robosystems_client/api/user/update_user.py,sha256=Jj_ptsj0co6ZyKto-9giq9lHN52yamHZaCKuu5URCO8,5720
104
- robosystems_client/api/user/update_user_api_key.py,sha256=b1iW0eF3BVyQ37Utp3zMqyUg014qnUNWBqZW4vXHeN8,5990
105
- robosystems_client/api/user/update_user_password.py,sha256=L-WNZMGOjJe8E6r0KWvcpOnpQKn4rGJlvIvd8YzseKU,6314
101
+ robosystems_client/api/user/create_user_api_key.py,sha256=AKmoAASeauALZPL3xn8pxS0TRpC4SNv_E7lSdYbZ82M,6055
102
+ robosystems_client/api/user/get_all_credit_summaries.py,sha256=hpSF0v8bSWSYXjXRAReef4ZMsR-2KzRgTNUVgWYwHso,7230
103
+ robosystems_client/api/user/get_current_user.py,sha256=yONl4aU_lx5M1Rw3Jw_wAOjufrL4adMh2zPMJ9lNGB4,5355
104
+ robosystems_client/api/user/get_user_graphs.py,sha256=-WhqFjig34Oum_N2n-C08gda978Bt32CNufV2kAIzT0,5421
105
+ robosystems_client/api/user/list_user_api_keys.py,sha256=JW0s4B9eQRJNFKtxkZnQO0ABpkbnGIn38bWcMFhTNtg,5308
106
+ robosystems_client/api/user/revoke_user_api_key.py,sha256=CdEU3nCfL0QdLfNn_U2bDb2FgDpnv8QvKlLLlJTe8RQ,6040
107
+ robosystems_client/api/user/select_user_graph.py,sha256=1omIQ3dzZLVF4AWluGSExOV7-TLn3X6ssft5xq4oQ90,6242
108
+ robosystems_client/api/user/update_user.py,sha256=tRgbdsuLgL9Ytu7khe59BELtaSU4luCoTIiFB5908SU,5948
109
+ robosystems_client/api/user/update_user_api_key.py,sha256=DoNGgQts3KpLbvHYMtPI_NwrOu5Vq9IIVNqT2gROPg4,6218
110
+ robosystems_client/api/user/update_user_password.py,sha256=-UiYS4QOucuDCXoU66kSZmhvU4Q8rg8vN0vZywePi5E,6542
106
111
  robosystems_client/api/user_analytics/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
107
- robosystems_client/api/user_analytics/get_detailed_user_analytics.py,sha256=IwnFYHVCTiMaS0XGiUgKdZcQie8__lfSsUs9bwb1zzM,7291
108
- robosystems_client/api/user_analytics/get_user_usage_overview.py,sha256=le0c7AhyPOInv0uqgGcCaNJHOgTZl96_QdUsgaSq8tU,5364
112
+ robosystems_client/api/user_analytics/get_detailed_user_analytics.py,sha256=NXUxSCHD_7BSomi6bmmoqAW49H6lCZJKj0sFmiYuc-s,7384
113
+ robosystems_client/api/user_analytics/get_user_usage_overview.py,sha256=YmFaai9ftjfO7iDpnMuNdlVJlKJ4EMZF_0BbqU55gUg,5592
109
114
  robosystems_client/api/user_limits/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
110
- robosystems_client/api/user_limits/get_all_shared_repository_limits.py,sha256=rvMBc_EOIlm7w7JnvvHc3j2f2L4v5LspxKNrvvVGaNQ,6102
111
- robosystems_client/api/user_limits/get_shared_repository_limits.py,sha256=RE8qRZBQqFNjAG8kVyy-SFvQqCX3EiqGZg0C2LFL-lU,7266
112
- robosystems_client/api/user_limits/get_user_limits.py,sha256=D6FQtUVqR9KkjYmwaHvLfCwc13-3KWnqAQ6GoZF1iNI,5390
113
- robosystems_client/api/user_limits/get_user_usage.py,sha256=V4jYSxb4wIyJxx3Yw9pZ1tzygvoi40fMzMR2VXC8Pqg,5330
115
+ robosystems_client/api/user_limits/get_all_shared_repository_limits.py,sha256=vTM2KPoaZMkcMrpsIzMjyxxSr2tsOmWOPoNT59LaIwE,6330
116
+ robosystems_client/api/user_limits/get_shared_repository_limits.py,sha256=W8knPsQv73LMOXTSadknZ6zmfZwXZK60oyI4ORUxynA,7494
117
+ robosystems_client/api/user_limits/get_user_limits.py,sha256=2QOkEyP52F4SKL9UkJhO8eqpM7Qyj5kc3KiIkY-dTRA,5618
118
+ robosystems_client/api/user_limits/get_user_usage.py,sha256=Pt4Srj1zjbZur1sn9gDNkiLbb0cnOI5iNxqRAHFnQuQ,5558
114
119
  robosystems_client/api/user_subscriptions/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
115
- robosystems_client/api/user_subscriptions/cancel_shared_repository_subscription.py,sha256=fV1iVkpH5ZZ678FqXbXSrkA-aGX8Ii-aP2bFzj5BN54,6080
116
- robosystems_client/api/user_subscriptions/get_repository_credits.py,sha256=_6lsjxu7Z82o5gxGvZf63MCd1bURBe8CbEUOgUsI-9E,5888
117
- robosystems_client/api/user_subscriptions/get_shared_repository_credits.py,sha256=vk6GZ_xvWIweL7kGPJU5ucdsqSnLn__CfZF24lajlaA,5574
118
- robosystems_client/api/user_subscriptions/get_user_shared_subscriptions.py,sha256=i-XEy5qLdQB1TSYYO7pM0e4OlhPnEpyV8p9Je18cj1c,6539
119
- robosystems_client/api/user_subscriptions/subscribe_to_shared_repository.py,sha256=bc7hUPHm_FQ_us30SLAtKSZzz6hOAysSET-DlnylsoE,6373
120
- robosystems_client/api/user_subscriptions/upgrade_shared_repository_subscription.py,sha256=ihMRdD_fbKoBuS4YAiFXAbN4UUM0bod9eS2Zpb5UtJw,6508
120
+ robosystems_client/api/user_subscriptions/cancel_shared_repository_subscription.py,sha256=4tqpksQw0OQ8j5D1B39z6Lozb_eugvmxjrem0z3cCGs,6308
121
+ robosystems_client/api/user_subscriptions/get_repository_credits.py,sha256=7w4XKYIO50T0fZhZvj7jnm7TfFNvMymlGyIkndgNlNk,6116
122
+ robosystems_client/api/user_subscriptions/get_shared_repository_credits.py,sha256=5VGs-TZbQrijQAnsVQ4v9JECJCduCafWS3soe4Kh-i0,5802
123
+ robosystems_client/api/user_subscriptions/get_user_shared_subscriptions.py,sha256=pPDd5u8lA_kr8lDEUsZ8cxZrXbtZcfQP_9GZ7rCX7Bw,6632
124
+ robosystems_client/api/user_subscriptions/subscribe_to_shared_repository.py,sha256=j32zEoiOpdVMZ4vD9PyPbw8LcJri73cGJ-etev2aT-s,6601
125
+ robosystems_client/api/user_subscriptions/upgrade_shared_repository_subscription.py,sha256=YYsPxQjQMaOKHSBnvXFR3TUg33ZDALTSiscuhtuW_1M,6736
121
126
  robosystems_client/extensions/README.md,sha256=YmiT_7yNt-7ca8kWF2nTBh7OzQXR0Ws2NugkhN_StMc,22381
122
- robosystems_client/extensions/__init__.py,sha256=FwFIMcDad4jAHHyBxWee7HMd_fMPSL0FVgJM8GSl5V8,3185
123
- robosystems_client/extensions/auth_integration.py,sha256=Nlc40PaTGsPcDzLUVDU9IhSAQWYj3Bi-bsbxMAfNo3E,6251
124
- robosystems_client/extensions/copy_client.py,sha256=7ikmMkWhymmzuA2vSBuiEX4quIYCdeK48gNfoM-7ODM,15377
125
- robosystems_client/extensions/extensions.py,sha256=6ZkNacR2k4V2scTg2MjDy50W85DDO7BjQ8o6nLsPO8E,5888
126
- robosystems_client/extensions/operation_client.py,sha256=INCGhAciIBeLK4sPrG5j2qCNbyITk-Q8DhVqJdr5DxA,11983
127
- robosystems_client/extensions/query_client.py,sha256=Zo408qxHV7dhwjf_d_bqnGKL5O1k9WPFANTQLk2Nlyk,11471
127
+ robosystems_client/extensions/__init__.py,sha256=RyNvMeVxj1caCE9te-7wsovmfKiSp3N_gz6wKU3rUkk,5135
128
+ robosystems_client/extensions/auth_integration.py,sha256=9dBuLP-dWeZecaf7hXZcJA-L6eiSCeTHIPFIUMmASkU,6610
129
+ robosystems_client/extensions/copy_client.py,sha256=WNXNAkR_55Np32t_FGYSDqJsElAHDltTFx-eXOUiaFY,15934
130
+ robosystems_client/extensions/dataframe_utils.py,sha256=gK1bgkVqBF0TvWVdGQvqWrt-ur_Rw11j8uNtMoulLWE,12312
131
+ robosystems_client/extensions/extensions.py,sha256=Ov7GKoNWn1x3TuF3oZIw-J3uIn0NOUDYPBuQQRdv5jk,6452
132
+ robosystems_client/extensions/operation_client.py,sha256=Ygm-e-Mph3JbEvIiaF0oAuRrg7MuK_Xij9LRrr3In5U,12898
133
+ robosystems_client/extensions/query_client.py,sha256=GSxz_zhuMZaLVrJE7Ud5jXfK3PCRAbytVUXBYjbtjUc,14367
128
134
  robosystems_client/extensions/sse_client.py,sha256=LcEtbzbedPIfXvqfPOpJiQGm0Px65DeobbcKyi6VsEM,14457
129
- robosystems_client/extensions/utils.py,sha256=6yQJFg6---nbD26IS_JxGiFr3lkVlIsSjlDXSvlIxAw,15217
135
+ robosystems_client/extensions/token_utils.py,sha256=qCK_s1vBzRnSYwtgncPZRLJVIw3WXmzqNTWjdEEpdgs,10899
136
+ robosystems_client/extensions/utils.py,sha256=t-vUeVSmus6tcSa6mpKWmtGyZqYB51_CqgUIYyTfqXw,16183
130
137
  robosystems_client/extensions/tests/__init__.py,sha256=S61GPbL-2pgLVe11uHwHLenpIpzyywWXzXqJypr0T3Q,46
131
- robosystems_client/extensions/tests/test_integration.py,sha256=gYhttWufERNmlY7j-CnWzQhFCDF70rBFVw7JDzgT1-M,15443
138
+ robosystems_client/extensions/tests/test_dataframe_utils.py,sha256=g184mdEMSkFt6awUBu8p_w6nJLgcHByXQ1uBuECq7Uk,9436
139
+ robosystems_client/extensions/tests/test_integration.py,sha256=DszEH9-CJ-d5KB2NNNY9BZMT8f3A_Z-MLXYW5WfVeRk,15446
140
+ robosystems_client/extensions/tests/test_token_utils.py,sha256=CsrpW771pLRrdQoM91oJ9_B33SB3YTno4_OPog6mIgo,8424
132
141
  robosystems_client/extensions/tests/test_unit.py,sha256=REnfMGpgH-FS-n860-3qXEUqAxZ7zbci-nIDPYuB7Tw,16712
133
- robosystems_client/models/__init__.py,sha256=1h-5q1WyNqaPf4Znd1l_UWMXI49FJr9cHJS1q3B4eCw,19248
142
+ robosystems_client/models/__init__.py,sha256=KTNSDUvysC4jB_NwXTjT1rHJgrhVfpY1xG8aISzS_uA,19956
134
143
  robosystems_client/models/account_info.py,sha256=rcENAioMA3olA3Sks5raIqeODqRgrmFuiFhwzLunrGI,2054
135
144
  robosystems_client/models/add_on_credit_info.py,sha256=h65KAb8yZP_SGpsB2Ref4IaBCthEDYJgFGTd9PjUpfs,3221
136
145
  robosystems_client/models/agent_list_response.py,sha256=68PkLJ3goUZlm8WZ4HOjlWLZrPYKwJQ6PTPm2ZNRmBM,1873
@@ -202,11 +211,14 @@ robosystems_client/models/delete_subgraph_response.py,sha256=zPgaUcaqzwmaxEFwok2
202
211
  robosystems_client/models/detailed_transactions_response.py,sha256=gNvssogFCR4cK54swZMpHhUOHhRLTwiUlI0oZpVwj9g,3660
203
212
  robosystems_client/models/detailed_transactions_response_date_range.py,sha256=Ky1tjKrTW8i3ZPxv2_vIDZF8guyEilgX4r01gEKnaE4,1269
204
213
  robosystems_client/models/detailed_transactions_response_summary.py,sha256=oPH6-HWWOLb9zmhFow3DWaxo5Y4YcfIll8RtQtPfLMA,1826
214
+ robosystems_client/models/email_verification_request.py,sha256=EV2mLTFbS7z4TN2ZwdIPBjEOrlkCM1k4dzSabGVExus,1466
205
215
  robosystems_client/models/enhanced_credit_transaction_response.py,sha256=LXGkDvL0Sia6nMNDAxxfCtCNcVAIsnPSPbaYO80Z7hI,5302
206
216
  robosystems_client/models/enhanced_credit_transaction_response_metadata.py,sha256=UaLqPb6t9UXZYwq9mWaK6Oh7zpyGmzU-geJ6o_kjLT8,1289
207
217
  robosystems_client/models/error_response.py,sha256=Kc97dTQxR9jANL-MOPwnE4voKA1O0X3qkx_jeY9k-BU,4111
208
218
  robosystems_client/models/exchange_token_request.py,sha256=76zVpSXbbuJpMAnf_rRT0EjpxH1PZD9nFLJK8i6cn6E,3290
209
219
  robosystems_client/models/exchange_token_request_metadata_type_0.py,sha256=4ndzrJRefnYO_ikDiySWS2aHBNFCG5Y2SF-bHF_jPYw,1252
220
+ robosystems_client/models/forgot_password_request.py,sha256=jgJf6E-4cun0vbm1LFPN-bC8HejoeJq6NVgWhGVn7Lg,1440
221
+ robosystems_client/models/forgot_password_response_forgotpassword.py,sha256=-NbTmjmMKiGHUGAAjnggyrxg5TlN-6HIu1YTCl8Enkw,1261
210
222
  robosystems_client/models/get_all_credit_summaries_response_getallcreditsummaries.py,sha256=Z-PEihC2i7G8QLlmQ1PgyLJIlETUrXyNF9j4HXt3B90,1337
211
223
  robosystems_client/models/get_all_shared_repository_limits_response_getallsharedrepositorylimits.py,sha256=enftcS6tkKwygWMfrsBEFEIUaLhdeJSY8-q0EKKmscA,1414
212
224
  robosystems_client/models/get_backup_download_url_response_getbackupdownloadurl.py,sha256=dDqOgolFduHyRXl5y5q9zH0_y4GuDGq-wwQUA9pl0X0,1327
@@ -264,6 +276,9 @@ robosystems_client/models/register_request.py,sha256=9pHjAsopUT4IJ-pWPny7VSZ5MfS
264
276
  robosystems_client/models/repository_credits_response.py,sha256=znFVtTxsa3XRRbqS6swki3MGbj3_vZegMB8Clh9-Qgc,3537
265
277
  robosystems_client/models/repository_plan.py,sha256=BEdbh0FPIrsomZU_Aq27EAk-ppOqlJxuwNRVCZlNLKo,185
266
278
  robosystems_client/models/repository_type.py,sha256=Mw4q6l82iVgalXxOiWCpmtGZAf4MawNxCsIW2QoPd0I,175
279
+ robosystems_client/models/resend_verification_email_response_resendverificationemail.py,sha256=Dh0e9tvOd_V6nEzX9MJLonn-gLhJQ7QHOe_xJkwPaK4,1354
280
+ robosystems_client/models/reset_password_request.py,sha256=14kn__5re5UkWEfjqz25RZeoQBh7z9fOKu_a01X9zi4,1682
281
+ robosystems_client/models/reset_password_validate_response.py,sha256=7FV8Gfhirst9UWl0_P3XGnn5i_uGtneTTTeA7y_13Dc,2130
267
282
  robosystems_client/models/response_mode.py,sha256=0tm3YUxAKHNYS1jn-zdR_88xn6E_bsQl85DwHZM_kkM,181
268
283
  robosystems_client/models/s3_copy_request.py,sha256=0XqKZ6vL46aJozlvIHwGRGqCL2OPBGfOBFZ-AMmg2xo,13171
269
284
  robosystems_client/models/s3_copy_request_file_format.py,sha256=VfyvnQl7Mcl3mytceCFHUsYuwZqdD_RTFTi47TpW6l8,214
@@ -322,6 +337,7 @@ robosystems_client/models/user_usage_response_graphs.py,sha256=xAH-ZnhaUfWQ_2EpZ
322
337
  robosystems_client/models/user_usage_summary_response.py,sha256=4hthwTH7bXyzdYlHoekDYOgDLI-stGRH507Bl2rUjYA,3655
323
338
  robosystems_client/models/user_usage_summary_response_usage_vs_limits.py,sha256=XrZnRcy1nD3xtKX4svbww7QfEHrN7_XIfeL9j5ZMbyQ,1298
324
339
  robosystems_client/models/validation_error.py,sha256=R77OuQG2nJ3WDFfY--xbEhg6x1D7gAAp_1UdnG8Ka2A,1949
325
- robosystems_client-0.1.16.dist-info/METADATA,sha256=wdijG4JqcFrXJRLoPHqeJPDa5N5f7a1k-gEh7nB7Kp8,9351
326
- robosystems_client-0.1.16.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
327
- robosystems_client-0.1.16.dist-info/RECORD,,
340
+ robosystems_client-0.1.18.dist-info/METADATA,sha256=9sbLMyhXAP4n369S0E1iQAOASxa9s7J1ClCLO02nTqE,3717
341
+ robosystems_client-0.1.18.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
342
+ robosystems_client-0.1.18.dist-info/licenses/LICENSE,sha256=LjFqQPU4eQh7jAQ04SmE9eC0j74HCdXvzbo0hjW4mWo,1063
343
+ robosystems_client-0.1.18.dist-info/RECORD,,
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2025 RFS LLC
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -1,302 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: robosystems-client
3
- Version: 0.1.16
4
- Summary: Python Client for RoboSystems financial graph database API
5
- Author: Harbinger FinLab
6
- License: MIT
7
- Keywords: api,client,financial,graph,kuzu,robosystems,sdk
8
- Classifier: Development Status :: 4 - Beta
9
- Classifier: Framework :: AsyncIO
10
- Classifier: Framework :: Pydantic
11
- Classifier: Framework :: Pydantic :: 2
12
- Classifier: Intended Audience :: Developers
13
- Classifier: Intended Audience :: Financial and Insurance Industry
14
- Classifier: License :: OSI Approved :: MIT License
15
- Classifier: Natural Language :: English
16
- Classifier: Operating System :: OS Independent
17
- Classifier: Programming Language :: Python :: 3
18
- Classifier: Programming Language :: Python :: 3.10
19
- Classifier: Programming Language :: Python :: 3.11
20
- Classifier: Programming Language :: Python :: 3.12
21
- Classifier: Topic :: Database :: Front-Ends
22
- Classifier: Topic :: Internet :: WWW/HTTP
23
- Classifier: Topic :: Office/Business :: Financial
24
- Classifier: Topic :: Office/Business :: Financial :: Accounting
25
- Classifier: Topic :: Software Development :: Libraries :: Python Modules
26
- Classifier: Typing :: Typed
27
- Requires-Python: >=3.10
28
- Requires-Dist: attrs>=23.0.0
29
- Requires-Dist: httpx>=0.28.1
30
- Requires-Dist: pydantic>=2.11.7
31
- Requires-Dist: python-dateutil>=2.8.0
32
- Requires-Dist: typing-extensions>=4.0.0
33
- Provides-Extra: all
34
- Requires-Dist: httpx>=0.28.1; extra == 'all'
35
- Requires-Dist: pandas>=1.5.0; extra == 'all'
36
- Provides-Extra: dev
37
- Requires-Dist: build>=1.0.0; extra == 'dev'
38
- Requires-Dist: openapi-python-client>=0.21.8; extra == 'dev'
39
- Requires-Dist: pyright>=1.1.402; extra == 'dev'
40
- Requires-Dist: pytest-asyncio>=0.26.0; extra == 'dev'
41
- Requires-Dist: pytest-httpx>=0.30.0; extra == 'dev'
42
- Requires-Dist: pytest>=8.3.5; extra == 'dev'
43
- Requires-Dist: ruff>=0.12; extra == 'dev'
44
- Requires-Dist: twine>=5.0.0; extra == 'dev'
45
- Provides-Extra: extensions
46
- Requires-Dist: httpx>=0.28.1; extra == 'extensions'
47
- Requires-Dist: pandas>=1.5.0; extra == 'extensions'
48
- Description-Content-Type: text/markdown
49
-
50
- # RoboSystems Python Client
51
-
52
- [![PyPI version](https://badge.fury.io/py/robosystems-client.svg)](https://pypi.org/project/robosystems-client/)
53
- [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
54
-
55
- Official Python Client for the RoboSystems Financial Knowledge Graph API. Access comprehensive financial data including accounting records, SEC filings, and advanced graph analytics through a type-safe, async-ready Python interface.
56
-
57
- ## Features
58
-
59
- - **Type-safe API client** with full type hints and Pydantic models
60
- - **Async/await support** for high-performance applications
61
- - **Multi-tenant support** with graph-scoped operations
62
- - **Authentication handling** with API key and SSO support
63
- - **Comprehensive error handling** with custom exceptions
64
- - **Pagination support** for large data sets
65
- - **Streaming query support** for memory-efficient processing of large result sets
66
- - **Financial AI Agent** integration for natural language queries
67
-
68
- ## Installation
69
-
70
- ```bash
71
- pip install robosystems-client
72
- ```
73
-
74
- ## Quick Start
75
-
76
- ```python
77
- from robosystems_client import RoboSystemsSDK
78
- from robosystems_client.api.query import execute_cypher_query
79
- from robosystems_client.models import CypherQueryRequest
80
-
81
- # Initialize the SDK
82
- sdk = RoboSystemsSDK(
83
- base_url="https://api.robosystems.ai",
84
- token="your-api-key",
85
- auth_header_name="X-API-Key",
86
- prefix="" # No prefix needed for API key
87
- )
88
-
89
- # Async usage (recommended)
90
- import asyncio
91
-
92
- async def main():
93
- # Execute a Cypher query
94
- query = CypherQueryRequest(
95
- query="MATCH (c:Company)-[:HAS_FILING]->(f:Filing) RETURN c.name, f.form_type, f.filing_date LIMIT 10"
96
- )
97
- result = await execute_cypher_query.asyncio(graph_id="your-graph-id", client=sdk, body=query)
98
-
99
- for row in result.data:
100
- print(f"{row['c.name']} filed {row['f.form_type']} on {row['f.filing_date']}")
101
-
102
- asyncio.run(main())
103
- ```
104
-
105
- ## Key API Endpoints
106
-
107
- ### Graph Queries & Analytics
108
- ```python
109
- from robosystems_client.api.query import execute_cypher_query
110
- from robosystems_client.api.graph_analytics import get_graph_metrics
111
- from robosystems_client.models import CypherQueryRequest
112
-
113
- # Execute Cypher queries with parameters
114
- query_request = CypherQueryRequest(
115
- query="""MATCH (c:Company {ticker: $ticker})-[:HAS_METRIC]->(m:Metric)
116
- WHERE m.fiscal_year >= $start_year
117
- RETURN m.name, m.value, m.fiscal_year
118
- ORDER BY m.fiscal_year DESC""",
119
- parameters={"ticker": "AAPL", "start_year": 2020}
120
- )
121
- results = await execute_cypher_query.asyncio(
122
- graph_id="your-graph-id",
123
- client=sdk,
124
- body=query_request
125
- )
126
-
127
- # Get graph analytics and metrics
128
- metrics = await get_graph_metrics.asyncio(
129
- graph_id="your-graph-id",
130
- client=sdk
131
- )
132
- print(f"Total nodes: {metrics.total_nodes}")
133
- print(f"Total relationships: {metrics.total_relationships}")
134
- ```
135
-
136
- ### Financial AI Agent
137
- ```python
138
- from robosystems_client.api.agent import query_financial_agent
139
- from robosystems_client.models import AgentRequest
140
-
141
- # Natural language financial queries
142
- agent_request = AgentRequest(
143
- message="What was Apple's revenue growth over the last 3 years?",
144
- force_extended_analysis=True,
145
- context={"include_schema": True}
146
- )
147
- agent_response = await query_financial_agent.asyncio(
148
- graph_id="your-graph-id",
149
- client=sdk,
150
- body=agent_request
151
- )
152
- print(f"Response: {agent_response.message}")
153
- ```
154
-
155
- ### Function Patterns
156
-
157
- Every API endpoint provides multiple calling patterns:
158
-
159
- - **`asyncio()`** - Async call, returns parsed response (recommended)
160
- - **`asyncio_detailed()`** - Async call, returns full Response object
161
- - **`sync()`** - Synchronous call, returns parsed response
162
- - **`sync_detailed()`** - Synchronous call, returns full Response object
163
-
164
- ## Streaming Support with Extensions
165
-
166
- The SDK includes an extensions module with SSE (Server-Sent Events) support for real-time streaming operations:
167
-
168
- ```python
169
- from robosystems_client.extensions import (
170
- SSEClient,
171
- QueryClient,
172
- OperationClient,
173
- RoboSystemsExtensions
174
- )
175
- from robosystems_client.models import CypherQueryRequest
176
-
177
- # Initialize extensions
178
- extensions = RoboSystemsExtensions()
179
-
180
- # Use QueryClient for advanced query operations
181
- query_client = QueryClient(sdk)
182
-
183
- # Execute queries with the query client
184
- query = CypherQueryRequest(
185
- query="""MATCH (c:Company)-[:HAS_METRIC]->(m:Metric)
186
- WHERE m.fiscal_year >= 2020
187
- RETURN c.name, m.name, m.value, m.fiscal_year
188
- ORDER BY c.name, m.fiscal_year""",
189
- parameters={}
190
- )
191
-
192
- # Monitor long-running operations with SSE
193
- operation_client = OperationClient(sdk)
194
-
195
- # Stream operation events
196
- from robosystems_client.api.operations import stream_operation_events
197
- await stream_operation_events.asyncio(
198
- operation_id="op-123",
199
- client=sdk
200
- )
201
- ```
202
-
203
- The extensions module provides:
204
- - SSE client for real-time event streaming
205
- - Query client with advanced query management
206
- - Operation client for monitoring long-running tasks
207
- - Utilities for result processing and caching
208
-
209
- ## Error Handling
210
-
211
- ```python
212
- from robosystems_client.types import Response
213
- from robosystems_client.errors import UnexpectedStatus
214
- import httpx
215
-
216
- try:
217
- # API calls that might fail
218
- result = await execute_cypher_query.asyncio(
219
- graph_id="your-graph-id",
220
- client=sdk,
221
- body=query_request
222
- )
223
- except UnexpectedStatus as e:
224
- # Handle API errors (4xx, 5xx)
225
- print(f"API error: {e.status_code}")
226
- print(f"Error details: {e.content}")
227
-
228
- # Parse error response if JSON
229
- if e.status_code == 400:
230
- error_detail = e.content.decode('utf-8')
231
- print(f"Validation error: {error_detail}")
232
- elif e.status_code == 401:
233
- print("Authentication failed - check your API key")
234
- elif e.status_code == 403:
235
- print("Permission denied - check graph access")
236
- elif e.status_code == 429:
237
- print("Rate limit exceeded - retry later")
238
- except httpx.TimeoutException:
239
- print("Request timed out - try again")
240
- except httpx.NetworkError as e:
241
- print(f"Network error: {e}")
242
- except Exception as e:
243
- print(f"Unexpected error: {type(e).__name__}: {e}")
244
-
245
- # Using detailed responses for better error handling
246
- from robosystems_client.api.query import execute_cypher_query
247
-
248
- response = await execute_cypher_query.asyncio_detailed(
249
- graph_id="your-graph-id",
250
- client=sdk,
251
- body=query_request
252
- )
253
-
254
- if response.status_code == 200:
255
- result = response.parsed
256
- print(f"Success: Query executed successfully")
257
- else:
258
- print(f"Failed with status {response.status_code}")
259
- print(f"Headers: {response.headers}")
260
- print(f"Content: {response.content}")
261
- ```
262
-
263
- ## Development
264
-
265
- This Client is auto-generated from the RoboSystems OpenAPI specification to ensure it stays in sync with the latest API changes.
266
-
267
- ### Setup
268
-
269
- ```bash
270
- just venv
271
- just install
272
- ```
273
-
274
- ### Regenerating the Client
275
-
276
- When the API changes, regenerate the Client from the OpenAPI spec:
277
-
278
- ```bash
279
- # From localhost (development)
280
- just generate-client http://localhost:8000/openapi.json
281
-
282
- # From staging
283
- just generate-client https://staging.api.robosystems.ai/openapi.json
284
-
285
- # From production
286
- just generate-client https://api.robosystems.ai/openapi.json
287
- ```
288
-
289
- ### Testing
290
-
291
- ```bash
292
- just test
293
- just test-cov
294
- ```
295
-
296
- ### Code Quality
297
-
298
- ```bash
299
- just lint
300
- just format
301
- just typecheck
302
- ```