Metadata-Version: 1.2
Name: utoolc
Version: 0.1.3
Summary: ❤PyJustToolc(utoolc) > Python Tools For U (You)❤
Home-page: https://gitee.com/ahviplc/PyJustToolc
Author: LC
Author-email: ahlc@sina.cn
Maintainer: LC
License: LICENSE
Download-URL: https://pypi.org/project/utoolc/#files
Description: PyJustToolc
        ===========
        
            PyJustToolc(utoolc)
        
        PyJustToolc: ❤PyJustToolc(utoolc) > Python Tools For U (You)❤
        
            https://github.com/ahviplc/PyJustToolc
        
            https://gitee.com/ahviplc/PyJustToolc
        
        slogan
        ------
        
        .. code:: markdown
        
            ❤PyJustToolc(utoolc) > Python Tools For U (You)❤
        
        如何使用？
        ----------
        
            安装导入,即可使用.
        
        安装包
        ~~~~~~
        
        1. Via pip(recommend):: > pip install utoolc
        2. Via easy\_install:: > easy\_install utoolc
        3. From source:: > python setup.py install
        
        使用包
        ~~~~~~
        
        .. code:: python
        
            import utoolc
        
            if __name__ == '__main__':
                # 使用 utoolc.do 统一使用入口 当然其他入口也开放 自由发挥
                utoolc.do.utils.print_a_line()
                print(utoolc.do.get_num_cpu())
                print(utoolc.do.get_random.get_random_str_with_counts(3))
                print(utoolc.do.get_os())
                print(utoolc.do.is_mac_os())
                print(utoolc.do.is_win_os())
                print(utoolc.do.is_linux_os())
                print(utoolc.do.get_num_cpu())
                utoolc.do.utils.print_a_line()
        
        
Platform: Windows
Platform: MacOS
Platform: Linux
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Text Processing
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
