Metadata-Version: 2.1
Name: dbaicdten
Version: 0.0.4
Summary: High level api for dbaicd10 code
Home-page: https://github.com/blaze4o4/dbaicdten
Author: Devyani Kulkarni
Author-email: devyanikul12345@gmail.com
License: UNKNOWN
Download-URL: https://github.com/blaze4o4/dbaicdten/archive/0.0.4.tar.gz
Description: ## High level api code for icd10 search
        
        Syntax:
        
        ```python
        from dbaicd10.search import ICD10
        i = ICD10()
        i.search("tennis elbow")
        ```
        
        #### This lib provides two functions
        
        1. ICD10.search("query")
        
        2. ICD10.auto_correct("query")
        
        Please refer to python docstring for more details.
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
