medicafe 0.250812.4__py3-none-any.whl → 0.250812.5__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.
@@ -0,0 +1,95 @@
1
+ Metadata-Version: 2.1
2
+ Name: medicafe
3
+ Version: 0.250812.5
4
+ Summary: MediCafe
5
+ Home-page: https://github.com/katanada2/MediCafe
6
+ Author: Daniel Vidaud
7
+ Author-email: daniel@personalizedtransformation.com
8
+ License: MIT
9
+ Project-URL: Source, https://github.com/katanada2/MediCafe
10
+ Project-URL: Bug Tracker, https://github.com/katanada2/MediCafe/issues
11
+ Keywords: medicafe medibot medilink medisoft automation healthcare claims
12
+ Classifier: Programming Language :: Python :: 3
13
+ Classifier: Programming Language :: Python :: 3.4
14
+ Classifier: License :: OSI Approved :: MIT License
15
+ Classifier: Operating System :: OS Independent
16
+ Requires-Python: >=3.4, <3.5
17
+ Description-Content-Type: text/markdown
18
+ License-File: LICENSE
19
+ Requires-Dist: requests ==2.21.0
20
+ Requires-Dist: argparse ==1.4.0
21
+ Requires-Dist: tqdm ==4.14.0
22
+ Requires-Dist: python-docx ==0.8.11
23
+ Requires-Dist: PyYAML ==5.2
24
+ Requires-Dist: chardet ==3.0.4
25
+ Requires-Dist: cffi ==1.8.2
26
+ Requires-Dist: msal ==1.26.0
27
+ Requires-Dist: numpy ==1.11.3 ; platform_python_implementation != "CPython" or sys_platform != "win32" or python_version > "3.5"
28
+ Requires-Dist: pandas ==0.20.0 ; platform_python_implementation != "CPython" or sys_platform != "win32" or python_version > "3.5"
29
+ Requires-Dist: lxml ==4.2.0 ; platform_python_implementation != "CPython" or sys_platform != "win32" or python_version > "3.5"
30
+ Requires-Dist: numpy ==1.11.3 ; platform_python_implementation == "CPython" and sys_platform == "win32" and python_version <= "3.5" and extra == "binary"
31
+ Requires-Dist: pandas ==0.20.0 ; platform_python_implementation == "CPython" and sys_platform == "win32" and python_version <= "3.5" and extra == "binary"
32
+ Requires-Dist: lxml ==4.2.0 ; platform_python_implementation == "CPython" and sys_platform == "win32" and python_version <= "3.5" and extra == "binary"
33
+
34
+ # MediCafe
35
+
36
+ MediCafe is a small toolkit that helps automate common Medisoft admin tasks. It has two parts:
37
+
38
+ - MediBot: automates routine data handling
39
+ - MediLink: moves claims and responses between payers and your system
40
+
41
+ The focus is simple: reduce manual steps, add reliable checks, and keep logs that make issues easy to trace.
42
+
43
+ ## Features
44
+ - Command-line entry point: `medicafe`
45
+ - Basic claim routing and status checks
46
+ - Lightweight utilities for importing, validation, and file handling
47
+ - Works on older Python 3.4 installs and modern environments
48
+
49
+ ## Install
50
+ Use pip:
51
+
52
+ ```
53
+ pip install medicafe
54
+ ```
55
+
56
+ If you are on a system with managed Python, you may need a virtual environment:
57
+
58
+ ```
59
+ python3 -m venv .venv
60
+ . .venv/bin/activate
61
+ pip install medicafe
62
+ ```
63
+
64
+ ## Quick start
65
+ Run the main entry point:
66
+
67
+ ```
68
+ medicafe --help
69
+ ```
70
+
71
+ Or from Python:
72
+
73
+ ```
74
+ python3 -m MediCafe --help
75
+ ```
76
+
77
+ Common tasks:
78
+ - Download payer emails
79
+ - Submit or check claim status
80
+ - Run MediLink workflows
81
+
82
+ ## Compatibility
83
+ - Python: 3.4+ (tested with legacy constraints), also runs on newer Python
84
+ - OS: Windows or Linux
85
+
86
+ ## Project goals
87
+ - Keep the code straightforward and readable
88
+ - Respect older environments where needed
89
+ - Fail with clear, actionable messages
90
+
91
+ ## License
92
+ MIT License. See `LICENSE`.
93
+
94
+ ## Support
95
+ This is community-supported software. Open an issue on the project page if you run into a problem or have a small, concrete request. Please include your Python version, OS, and the exact command that failed.
@@ -1,5 +1,5 @@
1
- MediBot/MediBot.bat,sha256=_rBIGZofAFHxz0m2-b4eIWOvj0sypq0VCjIxFjCLMhU,25630
2
- MediBot/MediBot.py,sha256=nKjYyBpQUR5ENrKsX5n30VJrUS84DdpLRhgCGZGJQy4,34671
1
+ MediBot/MediBot.bat,sha256=-Iz8EJDWkSsfSTyZfUjYWuyq47JAZmxM8inuNrt6KUU,26704
2
+ MediBot/MediBot.py,sha256=sHE2vqaXvjiISKuvTvymhur3Ho9smVKuvvPvHbgnluc,36019
3
3
  MediBot/MediBot_Charges.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
4
  MediBot/MediBot_Crosswalk_Library.py,sha256=HZHbjKHhjLW2jERmLS6pEZOl-MUxUu1YwA6oUltfdkE,24693
5
5
  MediBot/MediBot_Crosswalk_Utils.py,sha256=HQXZUWDZF_LvOMLsdjlsDQ79Yi_IiqNVRKX2Cd0A6x8,38762
@@ -19,16 +19,18 @@ MediBot/update_medicafe.py,sha256=siOd8s_9jYvSZ-Z5h2enc8Wu6jY7g-G7MLYSMV0IIcY,27
19
19
  MediCafe/MediLink_ConfigLoader.py,sha256=Ia79dZQBvgbc6CtOaNZVlFHaN-fvUmJRpmmVHz_MFv8,8205
20
20
  MediCafe/__init__.py,sha256=DF0XUu3G43AejXvEmd5aCyy0GDQahQD0pMwexmxem-E,5477
21
21
  MediCafe/__main__.py,sha256=mRNyk3D9Ilnu2XhgVI_rut7r5Ro7UIKtwV871giAHI8,12992
22
- MediCafe/api_core.py,sha256=K101BbD_TfS0tjei4FksYQXSmAeWCiGkzSJhNm1PkEM,65031
22
+ MediCafe/api_core.py,sha256=1Vvez4aqJEYp5ymk6QAgmTCech1hadqYr92NptnxC1U,65245
23
23
  MediCafe/api_core_backup.py,sha256=Oy_Fqt0SEvGkQN1Oqw5iUPVFxPEokyju5CuPEb9k0OY,18686
24
24
  MediCafe/api_factory.py,sha256=I5AeJoyu6m7oCrjc2OvVvO_4KSBRutTsR1riiWhTZV0,12086
25
25
  MediCafe/api_utils.py,sha256=KWQB0q1k5E6frOFFlKWcFpHNcqfrS7KJ_82672wbupw,14041
26
26
  MediCafe/core_utils.py,sha256=r2Kbmp6aioBwTNEpEOYJLLdzBVALXl2S3eAs5IAD1-w,27165
27
- MediCafe/graphql_utils.py,sha256=5i_pNCNRUXox2v5zraPzUw4n7rUt9ZEAkLqVa59LWAc,45713
27
+ MediCafe/graphql_utils.py,sha256=P8zkY7eqTcFVIw_0P7A0tiFct200STOZeHeYVER2UJk,39438
28
28
  MediCafe/logging_config.py,sha256=auT65LN5oDEXVhkMeLke63kJHTWxYf2o8YihAfQFgzU,5493
29
29
  MediCafe/logging_demo.py,sha256=TwUhzafna5pMdN3zSKGrpUWRqX96F1JGGsSUtr3dygs,1975
30
30
  MediCafe/migration_helpers.py,sha256=48GnP4xcgvDNNlzoWsKASCpF4H0KnyveHPbz6kjQy50,17737
31
31
  MediCafe/smart_import.py,sha256=23pttO7QTZyvOP9HR9czDIv7lUsE1sHaE2CWC94Xxxo,19800
32
+ MediCafe/submission_index.py,sha256=PPKpNSBuWZQ7hgekIU7sRSB_yLXUlGOBKutaurbHfPA,9576
33
+ MediLink/InsuranceTypeService.py,sha256=FKWC1nRfKV_OtCDUtZustauXNhmCYDFiY9jsAGHPPUM,2178
32
34
  MediLink/MediLink.py,sha256=p91MYghOCbNf3ikTzm5P9V1Luj035yd83EDbQ-Ov6oM,33258
33
35
  MediLink/MediLink_277_decoder.py,sha256=Z3hQK2j-YzdXjov6aDlDRc7M_auFBnl3se4OF5q6_04,4358
34
36
  MediLink/MediLink_837p_cob_library.py,sha256=Q1hc1f_JQZT_QUMuL9sbIiWM6WtYFB_T4q1vQIcuurM,30003
@@ -42,27 +44,27 @@ MediLink/MediLink_APIs.py,sha256=jm3f9T034MJKH8A_CIootULoeuk7H8s7PazpFZRCbKI,622
42
44
  MediLink/MediLink_Azure.py,sha256=Ow70jctiHFIylskBExN7WUoRgrKOvBR6jNTnQMk6lJA,210
43
45
  MediLink/MediLink_ClaimStatus.py,sha256=cO9drHSIBtltHfLSKeEf18_m75ixpxIOao5I-TGiHiI,18100
44
46
  MediLink/MediLink_ConfigLoader.py,sha256=u9ecB0SIN7zuJAo8KcoQys95BtyAo-8S2n4mRd0S3XU,4356
45
- MediLink/MediLink_DataMgmt.py,sha256=3V_ApBlzFvLZKTSFDHd0qLERtSWRyEFiMKVBY9h-QIY,51552
47
+ MediLink/MediLink_DataMgmt.py,sha256=GVKOkzJNRFZpvgcJ5WZi_2zLya_YH-w1hR4hhHDLvJ0,51840
46
48
  MediLink/MediLink_Decoder.py,sha256=194pMSZDs9vhQW6_gZB_s-j_TTq7GYCXH2k0rwbZQeE,14977
47
49
  MediLink/MediLink_Deductible.py,sha256=fLBDQHDcTk86JtJUtUwrVl-o0KfNackFrWosMxr7qHU,45559
48
50
  MediLink/MediLink_Deductible_Validator.py,sha256=2g-lZd-Y5fJ1mfP87vM6oABg0t5Om-7EkEkilVvDWYY,22888
49
- MediLink/MediLink_Display_Utils.py,sha256=C5kC8n2NW-oE45o-zgbWFMApOOV993_3g9sN1b-bPPM,3165
51
+ MediLink/MediLink_Display_Utils.py,sha256=QyHk23VU1rJtNZr_QhtL76Avo66CEc7MZU84uIs-1Lo,4187
50
52
  MediLink/MediLink_Down.py,sha256=-jcj4KbecSQ1kmyx0V2VCjZJcotjVnZTE5Ig6XB1x8M,11830
51
53
  MediLink/MediLink_ERA_decoder.py,sha256=MiOtDcXnmevPfHAahIlTLlUc14VcQWAor9Xa7clA2Ts,8710
52
54
  MediLink/MediLink_Gmail.py,sha256=8iQjqcJMSa_Zfr5azR0dShKAQeXqt-9C-s8seYB9pic,23961
53
55
  MediLink/MediLink_GraphQL.py,sha256=O6OCaumT0zIC7YcIAwLOOYxiQnYhoMc48UL8ilNIBec,45720
54
56
  MediLink/MediLink_Mailer.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
55
57
  MediLink/MediLink_Parser.py,sha256=w2ZD4minjwkaMz7nzP_r8v_Ow_uM5KHjpPSY8mIHcdE,9787
56
- MediLink/MediLink_PatientProcessor.py,sha256=su5HAhKSz6xbCARNWyktZgn6iFuP4lqXABPeGNEWg00,17724
58
+ MediLink/MediLink_PatientProcessor.py,sha256=9r2w4p45d30Tn0kbXL3j5574MYOehP83tDirNOw_Aek,19977
57
59
  MediLink/MediLink_Scan.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
58
60
  MediLink/MediLink_Scheduler.py,sha256=UJvxhDvHraqra2_TlQVlGeh5jRFrrfK6nCVUHnKOEMY,38
59
61
  MediLink/MediLink_StatusCheck.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
60
62
  MediLink/MediLink_UI.py,sha256=hpImDIeDHTMZITOMH99vbVc2vLi-219OkWyPJoVBjZ4,9047
61
- MediLink/MediLink_Up.py,sha256=DNaEUAssyGrlkeRGSKXHFs5bAYGN1qaYZ2d2GZBKhpw,29588
63
+ MediLink/MediLink_Up.py,sha256=QFdUtpEySc7ceZfFJ2q9XWClnhYJssG-UywFFedlv9w,34899
62
64
  MediLink/MediLink_api_utils.py,sha256=dsGLRPRvSwfXPLrrfgnkIKGDIF00wE93TrDB6HMDPQU,11857
63
65
  MediLink/MediLink_batch.bat,sha256=nqL5QwCLyRQFSPdv6kgtcV_cpky7FXSOWVl6OxjRXb4,118
64
66
  MediLink/MediLink_insurance_utils.py,sha256=g741Fj2K26cMy0JX5d_XavMw9LgkK6hjaUJYfysT7t8,9301
65
- MediLink/MediLink_main.py,sha256=Cr3leHtG_suHG3g7gSGYyL9nUobcL86i-ZwbuN2CiPg,13685
67
+ MediLink/MediLink_main.py,sha256=BwB6BXDT1xnCqqE1M-6FYM_xUS8E17OObZP7KYM0TN0,18424
66
68
  MediLink/MediLink_smart_import.py,sha256=B5SfBn_4bYEWJJDolXbjnwKx_-MaqGZ76LyXQwWDV80,9838
67
69
  MediLink/Soumit_api.py,sha256=5JfOecK98ZC6NpZklZW2AkOzkjvrbYxpJpZNH3rFxDw,497
68
70
  MediLink/__init__.py,sha256=Z4Uxt4XZk4n-GwAkUoEeFiL-D7xHbttYiiWGjgKT_ng,3391
@@ -75,9 +77,9 @@ MediLink/test_cob_library.py,sha256=wUMv0-Y6fNsKcAs8Z9LwfmEBRO7oBzBAfWmmzwoNd1g,
75
77
  MediLink/test_timing.py,sha256=yH2b8QPLDlp1Zy5AhgtjzjnDHNGhAD16ZtXtZzzESZw,2042
76
78
  MediLink/test_validation.py,sha256=FJrfdUFK--xRScIzrHCg1JeGdm0uJEoRnq6CgkP2lwM,4154
77
79
  MediLink/webapp.html,sha256=JPKT559aFVBi1r42Hz7C77Jj0teZZRumPhBev8eSOLk,19806
78
- medicafe-0.250812.4.dist-info/LICENSE,sha256=65lb-vVujdQK7uMH3RRJSMwUW-WMrMEsc5sOaUn2xUk,1096
79
- medicafe-0.250812.4.dist-info/METADATA,sha256=WZAjxI0SZ-1e8l3LKpiudq6dDp_2ySoD_RtSaiEmNjE,5663
80
- medicafe-0.250812.4.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
81
- medicafe-0.250812.4.dist-info/entry_points.txt,sha256=m3RBUBjr-xRwEkKJ5W4a7NlqHZP_1rllGtjZnrRqKe8,52
82
- medicafe-0.250812.4.dist-info/top_level.txt,sha256=U6-WBJ9RCEjyIs0BlzbQq_PwedCp_IV9n1616NNV5zA,26
83
- medicafe-0.250812.4.dist-info/RECORD,,
80
+ medicafe-0.250812.5.dist-info/LICENSE,sha256=65lb-vVujdQK7uMH3RRJSMwUW-WMrMEsc5sOaUn2xUk,1096
81
+ medicafe-0.250812.5.dist-info/METADATA,sha256=UMzdPicc3mzjDsoRTP3ZsH5NbBKJPqflV0H7PkDEpKE,3384
82
+ medicafe-0.250812.5.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
83
+ medicafe-0.250812.5.dist-info/entry_points.txt,sha256=m3RBUBjr-xRwEkKJ5W4a7NlqHZP_1rllGtjZnrRqKe8,52
84
+ medicafe-0.250812.5.dist-info/top_level.txt,sha256=U6-WBJ9RCEjyIs0BlzbQq_PwedCp_IV9n1616NNV5zA,26
85
+ medicafe-0.250812.5.dist-info/RECORD,,
@@ -1,138 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: medicafe
3
- Version: 0.250812.4
4
- Summary: MediCafe
5
- Home-page: https://github.com/katanada2/MediCafe
6
- Author: Daniel Vidaud
7
- Author-email: daniel@personalizedtransformation.com
8
- License: MIT
9
- Project-URL: Source, https://github.com/katanada2/MediCafe
10
- Project-URL: Bug Tracker, https://github.com/katanada2/MediCafe/issues
11
- Keywords: medicafe medibot medilink medisoft automation healthcare claims
12
- Classifier: Programming Language :: Python :: 3
13
- Classifier: Programming Language :: Python :: 3.4
14
- Classifier: License :: OSI Approved :: MIT License
15
- Classifier: Operating System :: OS Independent
16
- Requires-Python: >=3.4, <3.5
17
- Description-Content-Type: text/markdown
18
- License-File: LICENSE
19
- Requires-Dist: requests ==2.21.0
20
- Requires-Dist: argparse ==1.4.0
21
- Requires-Dist: tqdm ==4.14.0
22
- Requires-Dist: python-docx ==0.8.11
23
- Requires-Dist: PyYAML ==5.2
24
- Requires-Dist: chardet ==3.0.4
25
- Requires-Dist: cffi ==1.8.2
26
- Requires-Dist: msal ==1.26.0
27
- Requires-Dist: numpy ==1.11.3 ; platform_python_implementation != "CPython" or sys_platform != "win32" or python_version > "3.5"
28
- Requires-Dist: pandas ==0.20.0 ; platform_python_implementation != "CPython" or sys_platform != "win32" or python_version > "3.5"
29
- Requires-Dist: lxml ==4.2.0 ; platform_python_implementation != "CPython" or sys_platform != "win32" or python_version > "3.5"
30
- Requires-Dist: numpy ==1.11.3 ; platform_python_implementation == "CPython" and sys_platform == "win32" and python_version <= "3.5" and extra == "binary"
31
- Requires-Dist: pandas ==0.20.0 ; platform_python_implementation == "CPython" and sys_platform == "win32" and python_version <= "3.5" and extra == "binary"
32
- Requires-Dist: lxml ==4.2.0 ; platform_python_implementation == "CPython" and sys_platform == "win32" and python_version <= "3.5" and extra == "binary"
33
-
34
- # Documentation Consolidation Summary
35
-
36
- ## ✅ COMPLETED: Markdown File Cleanup
37
-
38
- ### Before: 200+ Markdown Files Scattered Everywhere
39
- - **25+ files** in root directory
40
- - **50+ files** in Obsidian_MediCafe directory
41
- - **200+ files** in generated_clients directories
42
- - **Total**: 275+ markdown files creating clutter
43
-
44
- ### After: Clean, Organized Structure
45
-
46
- #### Root Directory (2 files remaining)
47
- - `DOCUMENTATION_CONSOLIDATION_SUMMARY.md` - This summary
48
- - `MARKDOWN_CONSOLIDATION_PLAN.md` - The original plan
49
-
50
- #### Organized Documentation Structure
51
- ```
52
- docs/
53
- ├── implementation/ (9 files)
54
- │ ├── README.md
55
- │ ├── API_CLIENT_FACTORY_IMPLEMENTATION_PLAN.md
56
- │ ├── API_CLIENT_FACTORY_IMPLEMENTATION_SUMMARY.md
57
- │ ├── API_FACTORY_INSTALLATION_COMPLETE.md
58
- │ ├── CORE_UTILS_OPTIMIZATION_PLAN.md
59
- │ ├── CORE_UTILS_OPTIMIZATION_STATUS.md
60
- │ ├── IMPORT_IMPROVEMENTS_SUMMARY.md
61
- │ ├── IMPLEMENTATION_READY_SUMMARY.md
62
- │ ├── SMART_IMPORT_AUDIT_AND_MIGRATION_COMPLETE.md
63
- │ └── SMART_IMPORT_IMPLEMENTATION_SUMMARY.md
64
- ├── fixes/ (6 files)
65
- │ ├── README.md
66
- │ ├── ADVANCED_PYTHON34_FIXES.md
67
- │ ├── PATH_RESOLUTION_IMPROVEMENTS.md
68
- │ ├── PYTHON34_COMPATIBILITY_FIXES.md
69
- │ ├── PYTHON34_ADVANCED_COMPATIBILITY_FIXES.md
70
- │ ├── XP_COMPATIBILITY_FIXES.md
71
- │ └── XP_ERROR_HANDLING_SUMMARY.md
72
- ├── reports/ (4 files)
73
- │ ├── README.md
74
- │ ├── 400_ERROR_INVESTIGATION_REPORT.md
75
- │ ├── F_DRIVE_DIAGNOSTICS_SUMMARY.md
76
- │ ├── INTEGRATION_TESTING_SUMMARY.md
77
- │ └── MEDIBOT_INTEGRATION_TEST_REPORT.md
78
- └── architecture/ (3 files)
79
- ├── README.md
80
- ├── CACHE_CLEARING_SOLUTION.md
81
- ├── MEDICAFE_ENTRY_POINT_GUIDE.md
82
- └── SWAGGER_CONSISTENCY_ANALYSIS.md
83
- ```
84
-
85
- #### Archived Auto-Generated Content
86
- ```
87
- archive/
88
- ├── obsidian_docs/ (50+ auto-generated code docs)
89
- └── generated_api_docs/ (200+ auto-generated Swagger docs)
90
- ```
91
-
92
- ## 🎯 Results Achieved
93
-
94
- ### ✅ **Reduced Root Directory Clutter**
95
- - **Before**: 25+ markdown files scattered in root
96
- - **After**: Only 2 essential files remain
97
-
98
- ### ✅ **Organized Documentation**
99
- - **22 files** properly categorized and indexed
100
- - **4 categories** with clear purposes and README files
101
- - **Easy navigation** with descriptive file names
102
-
103
- ### ✅ **Archived Auto-Generated Content**
104
- - **250+ auto-generated files** moved to archive
105
- - **Preserved for reference** but out of main codebase
106
- - **Can be regenerated** if needed
107
-
108
- ### ✅ **Improved Developer Experience**
109
- - **Cleaner project structure**
110
- - **Better findability** of documentation
111
- - **Reduced cognitive load** when browsing codebase
112
- - **Maintained historical context** in organized format
113
-
114
- ## 📊 Statistics
115
-
116
- | Metric | Before | After | Improvement |
117
- |--------|--------|-------|-------------|
118
- | Root directory files | 25+ | 2 | 92% reduction |
119
- | Total markdown files | 275+ | 22 | 92% reduction |
120
- | Organized categories | 0 | 4 | New structure |
121
- | Index files | 0 | 4 | New navigation |
122
-
123
- ## 🚀 Next Steps
124
-
125
- 1. **Update any code references** to moved documentation files
126
- 2. **Consider adding to .gitignore** for auto-generated content
127
- 3. **Establish documentation standards** for future development
128
- 4. **Regular cleanup schedule** to prevent future clutter
129
-
130
- ## 📝 Notes
131
-
132
- - All original content preserved
133
- - Auto-generated files archived but not deleted
134
- - Clear categorization makes finding documentation easier
135
- - Index files provide navigation context
136
- - Archive can be restored if needed
137
-
138
- **Status**: ✅ **COMPLETE** - Major documentation cleanup successful!