Metadata-Version: 2.1
Name: py-laxz
Version: 0.1.4
Summary: A small until for my needs.
Home-page: https://github.com/minlaxz/py-laxz
Author: Min Latt
Author-email: minminlaxz@gmail.com
License: MIT
Project-URL: Bug Reports, https://github.com/minlaxz/pylaxz/issues
Project-URL: Say Thanks!, http://saythanks.io/to/minminlaxz%40gmail.com
Project-URL: Source, https://github.com/minlaxz/py-laxz
Description: #### My Python Utils. TODO
        
        
        ### IF you dont have time.
        ```
        >>> import pylaxz
        >>> help(pylaxz)
        ```
        ### ELSE
        ```
        python3 -m pylaxz help
        ```
        1. __logxs__
        ```
        >>> from pylaxz.utils.logxs import *
        >>> printf(anything) 
        ```
        2. __check__
        ```
        >>> from pylaxz.utils.check import *
        >>> speed()
        >>> internet()
        >>> ip()
        ```
        2. alternative
        ```
        >>> from pylaxz.utils import check as ck
        >>> ck.speed()
        >>> ck.internet()
        >>> ck.ip()
        ```
        2. is equvalient with 
        ```
        >>> import pylaxz
        >>> pylaxz.internet()
        ``` 
        so on
         + printf is logger function and works well with python's data types
         + and also with numpy's data shapes.
        
Keywords: sample,setuptools,development,pylaxz
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5, <4
Description-Content-Type: text/markdown
