Metadata-Version: 1.1
Name: multi-thread-closing
Version: 1.0.2
Summary: this is a test package for packing python liberaries tutorial.
Home-page: https://www.github.com/ShichaoMa/MultiThreadClosing
Author: cn
Author-email: 308299269@qq.com
License: MIT
Description: ===================
        强制关闭子线程程序
        ===================
        
        ----------------
        INSTALL
        ----------------
        -ubuntu
        ::
            (sudo) pip install multi-thread-closing
            git clone https://github.com/ShichaoMa/MultiThreadClosing.git
        ----------------
        HELLOWORLD
        ----------------
        参见`test.py<https://github.com/ShichaoMa/MultiThreadClosing/blob/master/test.py>`
        ----------------
        DESCRIPTION
        ----------------
        使用信号管理主线程子线程关闭及资源回收操作<br/>
        -第一次ctrl c开始关闭程序，等待子线程最后一次循环完毕<br/>
        -第二次ctrl c强制关闭程序
        
Keywords: multi thread management
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
