Metadata-Version: 2.1
Name: ecis-processing
Version: 0.4.0
Summary: A program that processes diagnosis and medication data 
Home-page: https://github.com/tactlessfish/ecis-processing
License: MIT
Author: Fisher Sun
Author-email: fisher521.fs@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: pandas (>=1.0.5,<2.0.0)
Project-URL: Repository, https://github.com/tactlessfish/ecis-processing
Description-Content-Type: text/x-rst

ECIS Data Processing
=====================

.. code-block::

    usage: ecis-processing [-h] [-o OUTPUT] DIRECTORY

    Process diagnosis and medication data.

    positional arguments:
      DIRECTORY             path to input directory

    optional arguments:
      -h, --help            show this help message and exit
      -o OUTPUT, --output OUTPUT
                            output file name, defaults to 'processed.csv'



