medicafe 0.250819.2__py3-none-any.whl → 0.250819.4__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.
MediBot/__init__.py CHANGED
@@ -19,7 +19,7 @@ Smart Import Integration:
19
19
  medibot_main = get_components('medibot_main')
20
20
  """
21
21
 
22
- __version__ = "0.250819.2"
22
+ __version__ = "0.250819.4"
23
23
  __author__ = "Daniel Vidaud"
24
24
  __email__ = "daniel@personalizedtransformation.com"
25
25
 
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env python
2
2
  # update_medicafe.py
3
- # Script Version: 2.0.0 (clean 3-try updater)
3
+ # Script Version: 2.0.1 (clean 3-try updater)
4
4
  # Target environment: Windows XP SP3 + Python 3.4.4 (ASCII-only)
5
5
 
6
6
  import sys, os, time, subprocess, platform
@@ -149,9 +149,9 @@ def verify_post_install(package, expected_version):
149
149
 
150
150
  def upgrade_package(package):
151
151
  strategies = [
152
- ['install', '--upgrade', package, '--no-cache-dir', '--disable-pip-version-check'],
153
- ['install', '--upgrade', '--force-reinstall', package, '--no-cache-dir', '--disable-pip-version-check'],
154
- ['install', '--upgrade', '--force-reinstall', '--ignore-installed', '--user', package, '--no-cache-dir', '--disable-pip-version-check']
152
+ ['install', '--upgrade', package + '[binary]', '--no-cache-dir', '--disable-pip-version-check'],
153
+ ['install', '--upgrade', '--force-reinstall', package + '[binary]', '--no-cache-dir', '--disable-pip-version-check'],
154
+ ['install', '--upgrade', '--force-reinstall', '--ignore-installed', '--user', package + '[binary]', '--no-cache-dir', '--disable-pip-version-check']
155
155
  ]
156
156
 
157
157
  latest_before = get_latest_version(package, retries=2)
MediCafe/__init__.py CHANGED
@@ -27,7 +27,7 @@ Smart Import System:
27
27
  api_suite = get_api_access()
28
28
  """
29
29
 
30
- __version__ = "0.250819.2"
30
+ __version__ = "0.250819.4"
31
31
  __author__ = "Daniel Vidaud"
32
32
  __email__ = "daniel@personalizedtransformation.com"
33
33
 
MediLink/MediLink_main.py CHANGED
@@ -134,13 +134,18 @@ def main_menu():
134
134
  print("Test mode check completed in {:.2f} seconds".format(test_mode_end - test_mode_start))
135
135
 
136
136
  # Boot-time one-time ack poll (silent policy: just show summary output)
137
- try:
138
- print("\nChecking acknowledgements (boot-time scan)...")
139
- ack_result = MediLink_Down.check_for_new_remittances(config, is_boot_scan=True)
140
- _last_ack_updated_at = int(time.time())
141
- except Exception:
142
- ack_result = False
143
- pass
137
+ # TEMPORARILY DISABLED - Will be re-enabled with improved implementation
138
+ # try:
139
+ # print("\nChecking acknowledgements (boot-time scan)...")
140
+ # ack_result = MediLink_Down.check_for_new_remittances(config, is_boot_scan=True)
141
+ # _last_ack_updated_at = int(time.time())
142
+ # except Exception:
143
+ # ack_result = False
144
+ # pass
145
+
146
+ # Temporary placeholder - set default values for disabled boot scan
147
+ ack_result = False
148
+ _last_ack_updated_at = int(time.time())
144
149
 
145
150
  # TODO: Once we start building out the whole submission tracking persist structure,
146
151
  # this boot-time scan should check when the last acknowledgement check was run
MediLink/__init__.py CHANGED
@@ -22,7 +22,7 @@ Smart Import Integration:
22
22
  datamgmt = get_components('medilink_datamgmt')
23
23
  """
24
24
 
25
- __version__ = "0.250819.2"
25
+ __version__ = "0.250819.4"
26
26
  __author__ = "Daniel Vidaud"
27
27
  __email__ = "daniel@personalizedtransformation.com"
28
28
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: medicafe
3
- Version: 0.250819.2
3
+ Version: 0.250819.4
4
4
  Summary: MediCafe
5
5
  Home-page: https://github.com/katanada2/MediCafe
6
6
  Author: Daniel Vidaud
@@ -10,12 +10,12 @@ MediBot/MediBot_UI.py,sha256=iG8UK71aHYBmB0lkjwl-C6L9DbsOyLaq-wt9kChV0jo,23781
10
10
  MediBot/MediBot_dataformat_library.py,sha256=D46fdPtxcgfWTzaLBtSvjtozzZBNqNiODgu4vKMZrBg,10746
11
11
  MediBot/MediBot_docx_decoder.py,sha256=gn7I7Ng5khVIzU0HTTOqi31YSSn1yW8Pyk-i_P9r1oA,32472
12
12
  MediBot/MediBot_smart_import.py,sha256=Emvz7NwemHGCHvG5kZcUyXMcCheidbGKaPfOTg-YCEs,6684
13
- MediBot/__init__.py,sha256=BsN88plf2Df_DwQcH5u984m_cB1fSH3t_0wGsv_FRjM,3192
13
+ MediBot/__init__.py,sha256=B1fwWq_oXMBZMO1fW7IFQ-myipbf4BBwQkr4s6xKdxg,3192
14
14
  MediBot/get_medicafe_version.py,sha256=uyL_UIE42MyFuJ3SRYxJp8sZx8xjTqlYZ3FdQuxLduY,728
15
15
  MediBot/update_json.py,sha256=vvUF4mKCuaVly8MmoadDO59M231fCIInc0KI1EtDtPA,3704
16
- MediBot/update_medicafe.py,sha256=09asEEgnGEOq4HH4dmnF18hZdzggqn8zDutQqymdVws,8550
16
+ MediBot/update_medicafe.py,sha256=exHiQ-cg-CxRfowPCBVbd_UjTSdScb--sh51q4M4Po4,8589
17
17
  MediCafe/MediLink_ConfigLoader.py,sha256=fNBFnPbh1YRVCs9WvZp6tPsKTUFzK3f38ePeUQ00QrQ,10161
18
- MediCafe/__init__.py,sha256=xGUWBKk7QuOBa-SnzrqJb-SQIDKuaBRN1wHfp0yKiCg,5721
18
+ MediCafe/__init__.py,sha256=3qNxnAJk3LlE2GP6VBAIslve275Y08TMZ7FvUZiP7mw,5721
19
19
  MediCafe/__main__.py,sha256=mRNyk3D9Ilnu2XhgVI_rut7r5Ro7UIKtwV871giAHI8,12992
20
20
  MediCafe/api_core.py,sha256=IZaBXnP4E7eHzxVbCk2HtxywiVBuhaUyHeaqss8llgY,66378
21
21
  MediCafe/api_core_backup.py,sha256=Oy_Fqt0SEvGkQN1Oqw5iUPVFxPEokyju5CuPEb9k0OY,18686
@@ -51,10 +51,10 @@ MediLink/MediLink_Scheduler.py,sha256=UJvxhDvHraqra2_TlQVlGeh5jRFrrfK6nCVUHnKOEM
51
51
  MediLink/MediLink_UI.py,sha256=6OR2obKUuBO12l3k6B53MXu1a3fCiV3FVBE2QrIYRqk,9279
52
52
  MediLink/MediLink_Up.py,sha256=uB6J63hWOn8Ot8iGtc2_OgcejNWVgnX7Se_e_UWBNho,38082
53
53
  MediLink/MediLink_insurance_utils.py,sha256=g741Fj2K26cMy0JX5d_XavMw9LgkK6hjaUJYfysT7t8,9301
54
- MediLink/MediLink_main.py,sha256=5llRZ065vhUq5cWePb7Zz7QJUIAmua33BeNe3LjTVuE,21892
54
+ MediLink/MediLink_main.py,sha256=ZVK2UsgSxC9UqgIYfgVu95ugULcH6-11l67jsf4vdJc,22132
55
55
  MediLink/MediLink_smart_import.py,sha256=B5SfBn_4bYEWJJDolXbjnwKx_-MaqGZ76LyXQwWDV80,9838
56
56
  MediLink/Soumit_api.py,sha256=5JfOecK98ZC6NpZklZW2AkOzkjvrbYxpJpZNH3rFxDw,497
57
- MediLink/__init__.py,sha256=_XkngMf4aoHnU0OdY2xvg9NTRqwdRKRLA00iLFlBKfU,3888
57
+ MediLink/__init__.py,sha256=T_BknfYrl7TdTIWkV-k7xUDZS1C6awagMu178zk0VkE,3888
58
58
  MediLink/gmail_http_utils.py,sha256=gtqCCrzJC7e8JFQzMNrf7EbK8na2h4sfTu-NMaZ_UHc,4006
59
59
  MediLink/gmail_oauth_utils.py,sha256=Ugr-DEqs4_RddRMSCJ_dbgA3TVeaxpbAor-dktcTIgY,3713
60
60
  MediLink/insurance_type_integration_test.py,sha256=pz2OCXitAznqDciYn6OL9M326m9CYU7YiK-ynssdQ5g,15172
@@ -64,9 +64,9 @@ MediLink/test_cob_library.py,sha256=wUMv0-Y6fNsKcAs8Z9LwfmEBRO7oBzBAfWmmzwoNd1g,
64
64
  MediLink/test_timing.py,sha256=yH2b8QPLDlp1Zy5AhgtjzjnDHNGhAD16ZtXtZzzESZw,2042
65
65
  MediLink/test_validation.py,sha256=FJrfdUFK--xRScIzrHCg1JeGdm0uJEoRnq6CgkP2lwM,4154
66
66
  MediLink/webapp.html,sha256=JPKT559aFVBi1r42Hz7C77Jj0teZZRumPhBev8eSOLk,19806
67
- medicafe-0.250819.2.dist-info/LICENSE,sha256=65lb-vVujdQK7uMH3RRJSMwUW-WMrMEsc5sOaUn2xUk,1096
68
- medicafe-0.250819.2.dist-info/METADATA,sha256=eAsPHqAEy5kI7cWEeBeBU5jpYILTcKd3R_3cUtnRrAg,3384
69
- medicafe-0.250819.2.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
70
- medicafe-0.250819.2.dist-info/entry_points.txt,sha256=m3RBUBjr-xRwEkKJ5W4a7NlqHZP_1rllGtjZnrRqKe8,52
71
- medicafe-0.250819.2.dist-info/top_level.txt,sha256=U6-WBJ9RCEjyIs0BlzbQq_PwedCp_IV9n1616NNV5zA,26
72
- medicafe-0.250819.2.dist-info/RECORD,,
67
+ medicafe-0.250819.4.dist-info/LICENSE,sha256=65lb-vVujdQK7uMH3RRJSMwUW-WMrMEsc5sOaUn2xUk,1096
68
+ medicafe-0.250819.4.dist-info/METADATA,sha256=tUsy5F1l7hXuPRThugzwxjtl9uyFdXtcBZq93PVSCIM,3384
69
+ medicafe-0.250819.4.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
70
+ medicafe-0.250819.4.dist-info/entry_points.txt,sha256=m3RBUBjr-xRwEkKJ5W4a7NlqHZP_1rllGtjZnrRqKe8,52
71
+ medicafe-0.250819.4.dist-info/top_level.txt,sha256=U6-WBJ9RCEjyIs0BlzbQq_PwedCp_IV9n1616NNV5zA,26
72
+ medicafe-0.250819.4.dist-info/RECORD,,