Metadata-Version: 1.0
Name: blib-py
Version: 0.1
Summary: For convenient coding.
Home-page: UNKNOWN
Author: UNKNOWN
Author-email: UNKNOWN
License: NONE
Description-Content-Type: UNKNOWN
Description: Boonleng's Python Library
        ===
        
        Just some convenient functions, color schemes, etc. for convenient coding in the future.
        
        ```python
        import os
        import sys
        
        sys.path.insert(0, os.path.expanduser('~') + '/Developer/blib-py')
        
        import blib
        ```
        
        ### Colors
        
        ![Pallete](blob/swatch-lab.png)
        
Platform: UNKNOWN
