Metadata-Version: 2.1
Name: fhir-pyrate
Version: 0.1.0b1
Summary: FHIR-PYrate is a package that provides a high-level API to query FHIR Servers for bundles of resources and return the structured information into Pandas DataFrames. It can also be used to filter resources and download DICOM studies and series.
Author: Giulia Baldini
Author-email: giulia.baldini@uk-essen.de
Requires-Python: >=3.7.1,<4.0.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: SimpleITK (>=2.0.2,<3.0.0)
Requires-Dist: dicomweb-client (>=0.52.0,<0.53.0)
Requires-Dist: numpy
Requires-Dist: openpyxl (>=3.0.7,<4.0.0)
Requires-Dist: pandas (==1.2.0)
Requires-Dist: pydicom (>=2.1.2,<3.0.0)
Requires-Dist: python-dotenv (>=0.20.0,<0.21.0)
Requires-Dist: spacy (>=3.0.6,<4.0.0)
Requires-Dist: tqdm (>=4.56.0,<5.0.0)
