exchange-keyshare 0.1.1__py3-none-any.whl → 0.1.3__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.
@@ -10,12 +10,14 @@ SUPPORTED_EXCHANGES = frozenset({
10
10
  "kraken",
11
11
  "kucoin",
12
12
  "bitget",
13
+ "okx",
13
14
  })
14
15
 
15
16
  PASSPHRASE_REQUIRED_EXCHANGES = frozenset({
16
17
  "coinbase",
17
18
  "kucoin",
18
19
  "bitget",
20
+ "okx",
19
21
  })
20
22
 
21
23
 
@@ -265,7 +265,7 @@ def poll_stack_deletion(
265
265
  stack = stacks_response["Stacks"][0]
266
266
  stack_status = stack.get("StackStatus", "UNKNOWN")
267
267
 
268
- # Get resource events
268
+ # Get resource events (only delete-related)
269
269
  try:
270
270
  events_response = cfn.describe_stack_events(StackName=stack_name)
271
271
  for event in events_response["StackEvents"]:
@@ -278,6 +278,10 @@ def poll_stack_deletion(
278
278
  if resource_type == "AWS::CloudFormation::Stack":
279
279
  continue
280
280
 
281
+ # Only track delete-related statuses
282
+ if "DELETE" not in status:
283
+ continue
284
+
281
285
  # Update if this is a newer status for this resource
282
286
  if logical_id not in resources or _is_newer_delete_status(status, resources[logical_id].status):
283
287
  resources[logical_id] = ResourceStatus(
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: exchange-keyshare
3
- Version: 0.1.1
3
+ Version: 0.1.3
4
4
  Summary: CLI for market makers to securely share exchange API credentials
5
5
  Requires-Python: >=3.12
6
6
  Requires-Dist: boto3>=1.34.0
@@ -3,15 +3,15 @@ exchange_keyshare/cfn.py,sha256=Jr8QjeRHS9AP44vx14N_023we0iWjIHAz5Np9dnATe4,364
3
3
  exchange_keyshare/cli.py,sha256=jYDKMvVtvm35Q5L1CNdNfuq_XF_6oq868nAK3Jg11no,987
4
4
  exchange_keyshare/config.py,sha256=Db0hKKfBHISC-tnHp9blTSE2_lIuC1QdDxMuL3rATxs,2816
5
5
  exchange_keyshare/keys.py,sha256=Lyl7vgJ4Bo0XA4iBKJyRWGd1ZpHPmrAuY7T0-sUWpOM,3278
6
- exchange_keyshare/schema.py,sha256=BRv22tV3TifkoADVlMPGPNbhc9DKHtPq56s1EDcy70w,3818
7
- exchange_keyshare/setup.py,sha256=Po_SgT_bEwE8LdCxR_kJQa44MP4ba76I_hzz7jYFFAQ,12781
6
+ exchange_keyshare/schema.py,sha256=ts1pJqz0gzybiiWK3tIL5o6Dveii6QGmgDLBwt7dKQc,3840
7
+ exchange_keyshare/setup.py,sha256=fbWWl3meMWQ1RLAGcGxrBlDhxu_Np3Vybcu1GtytzfU,12929
8
8
  exchange_keyshare/commands/__init__.py,sha256=gQ6tnU0Rvm0-ESWFUBU-KDl5dpNOpUTG509hXOQQjwY,27
9
9
  exchange_keyshare/commands/config.py,sha256=1MXPIMWiSy1KerWdr9r8y6P7aA2YQRwk4wWeF7duSR0,1065
10
10
  exchange_keyshare/commands/keys.py,sha256=NX_BDl2-iWoLso5ep9kQNCjx5r7SszUg2MY62qJ-eHc,14610
11
11
  exchange_keyshare/commands/setup.py,sha256=VXvCXkTwlEIYOyflh8IGpBJrf8QiTeGIq2Mb1RghFic,5765
12
12
  exchange_keyshare/commands/teardown.py,sha256=hHS9k6FNpoF9Dk4zrIHlKJzTmDVLy89fg39ACs_jPU4,7514
13
13
  exchange_keyshare/templates/stack.yaml,sha256=KdNEeTFHm24pxQbSKzWxi2VyyjkKBYB9mYlBvSA6gfQ,6456
14
- exchange_keyshare-0.1.1.dist-info/METADATA,sha256=KZgCuuVxnzX8ikEaIcEMwicmj_ympXMZR4uRjUCmO2Q,342
15
- exchange_keyshare-0.1.1.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
16
- exchange_keyshare-0.1.1.dist-info/entry_points.txt,sha256=4SeV5jhxW3C6plg8WefZdLhPBRqmYErdKfnGTUEWmmo,65
17
- exchange_keyshare-0.1.1.dist-info/RECORD,,
14
+ exchange_keyshare-0.1.3.dist-info/METADATA,sha256=BP05hCh1OPYqa93XVgcsL4wzsrQ5lVw2t2mUCeGCTec,342
15
+ exchange_keyshare-0.1.3.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
16
+ exchange_keyshare-0.1.3.dist-info/entry_points.txt,sha256=4SeV5jhxW3C6plg8WefZdLhPBRqmYErdKfnGTUEWmmo,65
17
+ exchange_keyshare-0.1.3.dist-info/RECORD,,