Metadata-Version: 2.1
Name: cbmi_utils
Version: 0.1.21
Summary: Utility package for common features at CBMI
Home-page: https://git.tools.f4.htw-berlin.de/baumapa/cbmi_utils
Author: Patrick Baumann
Author-email: Patrick.Baumann@htw-berlin.de
License: UNKNOWN
Description: # cbmi_utils
        
        Utility package for common features at CBMI. Further Information can be found in the [Wiki](https://git.tools.f4.htw-berlin.de/baumapa/cbmi_utils/-/wikis/home).
        
        ## Install
        ```
        pip install cbmi-utils
        ```
        
        ## Usage
        Example PyTorch Layer Import
        ```
        from cbmi_utils.pytorch.layers import Reshape
        ```
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
