Metadata-Version: 1.1
Name: single_process
Version: 1.0
Summary: limit python script just run a single process
Home-page: UNKNOWN
Author: zsp
Author-email: zsp007@gmail.com
License: UNKNOWN
Description: from single_process import single_process
        
        @single_process
        def main():
            print 1
        
        if __name__ == "__main__":
            main()
        
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries :: Python Modules
