Metadata-Version: 1.1
Name: pyseidon
Version: 0.1.0
Summary: A boot-once, run-many-times framework for Python
Home-page: https://github.com/gdb/pyseidon
Author: Greg Brockman
Author-email: gdb@gregbrockman.com
License: MIT
Description: Pyseidon allows you to boot a Python master process, and then run clients that are forked directly from the master. This is particularly useful for completing a slow data-loading process once and then running many experiments.
Keywords: pyseidon
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
