Metadata-Version: 2.1
Name: sdi-utils
Version: 0.0.72
Summary: List of SAP DI helper functions like gensolution (package locally developed operators,textfield_parser, time_monitoring
Home-page: https://github.com/thhapke/gensolution
Author: Thorsten Hapke
Author-email: thorsten.hapke@sap.com
License: UNKNOWN
Description: # SAP Data Intelligence Utilites (sdi_utils) by thhapke
        
        This package includes a couple of helpers that ease the development of operators for use with 
         **SAP Data Intelligence (SAP DI)**.  
         
         * [**gensolution**](./gensolution.md) for generating solution packages from locally developed operators. 
         *  [**textfield_parser**](./textfield_parser.md) that parses textfields that could contain lists, maps, list of maps,  etc. 
         *  [**set_logging**](./set_logging.md) for channeling logging output to a string for tap wiring it with separate monitor
         *  [**tprogress**](./tprogress.md) for a simple time keeping to check performance of certain operators (tasks)
        
         ## Installation
         ```
         pip install sdi_utils
         ```
         
         ## Github
         [github repository](https://github.com/thhapke/sdi_utils)
Keywords: SAP Data Intelligence,genjson,tprogress,textfield_parser
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
