Metadata-Version: 2.1
Name: tg263
Version: 0.1.0
Summary: TG263 implementation
Home-page: https://gitlab.physmed.chudequebec.ca/gacou54/tg263
Author: Gabriel Couture
Author-email: gacou54@gmail.com
License: MIT
Description: # TG263
        
        Basic TG263 implementation. This library could be used as a
        structure name filter in your program. 
        
        ## Installation
        
        ```bash
        $ pip install tg263
        ```
        
        Or from current master branch:
        
        ```bash
        $ pip install git+https://github.com/gacou54/tg263
        ```
        
        ## Usage
        
        ### Validating the structure name
        ```python
        import tg263
        
        # Result is `True`
        result = tg263.is_structure_name_allowed('Prostate')
        ```
        
        
        ## Acknowledgements
        
        The allowed structure names were taken from the __ESAPIX__
        project (https://github.com/rexcardan/ESAPIX), made by __Rex Cardan__.
        The ESAPIX license is included in the LICENSE file.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Healthcare Industry
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
