Metadata-Version: 2.1
Name: gt-dicom-connector
Version: 0.0.2
Summary: A DICOM Node Connector for Python
Home-page: https://github.com/gyrotools/gt-dicom-connector-py
Author: Martin Bührer
Author-email: info@gyrotools.com
License: UNKNOWN
Description: # gt-dicom-connector [![Build Status](https://travis-ci.org/gyrofx/gt-dicom-connector-py.svg?branch=master)](https://travis-ci.org/gyrofx/gt-dicom-connector-py)
        
        gt-dicom-connector is a python library to retiev and send data to dicom nodes
        
        ## Installation
        
        Use the package manager [pip](https://pip.pypa.io/en/stable/) to install gt-dicom-connector.
        
        ```bash
        pip install gt-dicom-connector
        ```
        
        Currently gt-dicom-connector supports python 3.6 and 3.7.
        
        
        ## Contributing
        Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
        
        Please make sure to update tests as appropriate.
        
        ## License
        [MIT](https://choosealicense.com/licenses/mit/)
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
