Metadata-Version: 2.1
Name: isolator
Version: 0.1.0
Summary: Isolate a python class into a separate process
Home-page: UNKNOWN
License: mit
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

# 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


