Metadata-Version: 1.2
Name: isolator
Version: 0.1.1
Summary: Isolate a python class into a separate process
Home-page: https://github.com/neuneck/isolator
License: mit
Description: # The ISOLATOR
        The isolator is a small piece of python utility that can segregate the instantiation and execution of a python class into a separate process.
        
        # Usage example
        TODO
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Requires-Python: >=3.6
