Metadata-Version: 2.1
Name: kiui
Version: 0.1.0
Summary: self-use toolkits
Home-page: https://github.com/ashawkey/kiuikit
Author: kiui
Author-email: ashawkey1999@gmail.com
License: UNKNOWN
Description: # kiui kit
        
        Utils for self-use.
        
        ### Install
        
        ```bash
        pip install kiui
        ```
        
        ### Usage
        
        ```python
        import kiui
        # import np, torch (if installed), ... all in once
        kiui.init()
        ```
Keywords: utility
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3 
Description-Content-Type: text/markdown
