Metadata-Version: 2.1
Name: dcmstudyclean
Version: 0.2.0
Summary: Clean dicom files into folders seperated by study id name and then create json files with key information
Author: ryanapfel
Author-email: rapfel@usc.edu
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: click (>=8.1.3,<9.0.0)
Requires-Dist: openpyxl (>=3.0.10,<4.0.0)
Requires-Dist: pandas (>=1.4.3,<2.0.0)
Requires-Dist: pydicom (>=2.3.0,<3.0.0)
Requires-Dist: simplejson (>=3.17.6,<4.0.0)
Requires-Dist: tqdm (>=4.64.0,<5.0.0)
