Metadata-Version: 2.1
Name: ccda-processor
Version: 0.0.6
Summary: A light-weight package to process a compressed file of CCDA patient records and convert to 1 web page per patient record
Home-page: UNKNOWN
Author: Ali H Syed
Author-email: 
License: UNKNOWN
Description: ## Usage
        ```python
        import ccda_processor
        processsor = ccda_processor.CCDA('{path to input file}','{path to output directory}')
        processsor.convert()
        ```
        
        ## Sample output
        ```buildoutcfg
        processing...
        finished...
        total count of patient records: 2987
        ```
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
