Metadata-Version: 2.1
Name: userprint
Version: 1.0.1
Summary: Python User Print Modules
Home-page: UNKNOWN
Author: Park Seung-Beom
Author-email: psbaio@gmail.com
License: 'MIT',
Description: ## Python User Print Utilities
        
        > **pip install userprint**
        
        ---
        
        > **import userprint as up**
        
        >   + textMatrix(A):
        
        >   + textMatrixWithTitle(A, title=""):
        
        >   + textVector(A):
        
        >   + textVectorWithIndex(A, label="", id=0):
        
        >   + textIndent(text, indent=0):
        
        >   + textItem(key, value, width=12, precision=5):
        
        
Keywords: print
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Description-Content-Type: text/markdown
