Metadata-Version: 2.1
Name: icecomet-test
Version: 0.0.0
Summary: debug
Home-page: https://github.com/yourusername/my_library
Author: icecomet
Author-email: icecomet634@gmail.com
License: MIT
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
License-File: LICENSE

# My Library
From version 1.2.0 |||| It subport for variable type : opject, as [pandas:DataFrame] [array:numpy]
From version 1.2.1 |||| 1.2.1 that error

    #Working example
    #This run should be the easiest to understand.
    from iprint import *
    a = 'icecomet'
    ij(); ij(); ij()
    ij('--------------------------------------------',c=ct.blue)
    ij(a)
    ij(a,'i'); ij(a,'t'); ij(a,'l') #The second attribute can contain 3 characters: i>value, l>len, t>type.
    ij('--------------------------------------------',c=ct.blue)
    ij(a,'tl') #Arrange them any way you want.
    ij('--------------------------------------------',c=ct.blue)
    ij(a,'itl') #Arrange them any way you want.
    ij(a,'pf') #Arrange them any way you want.
    ij('--------------------------------------------',c=ct.blue)
    ij('--------------------------------------------',c=ct.greenk)
    ######################################################################################
    ji(end=' >> '); ji(end=' >> '); ji()
    ij('--------------------------------------------',c=ct.sky)
    ji('icecomet',c=ct.red)
    ji('luna',c=ct.blue)
    ji('luna')
    ji('icecomet')
    ji('luna')
    ji('luna')
    ji('luna','p')
    ji('luna','pf')

################################################
