Metadata-Version: 1.1
Name: multyvac
Version: 0.1
Summary: Multyvac for Python
Home-page: http://www.multyvac.com
Author: Multyvac, Inc.
Author-email: dev@multyvac.com
License: LICENSE.txt
Description: ========
        Multyvac
        ========
        
        Multyvac gives Python developers a simple interface for offloading
        computational workloads to the cloud.
        
        Getting Started
        ===============
        
        You need to set an Api Key for your machine. To do this, run the following from your shell:
        
        .. code-block:: bash
        
           $ python -m multyvac.setup
           
        
        Verify Installation
        ---------------------
        
        Open up Python, and import multyvac:
        
        .. code-block:: python
        
           >>> import multyvac
        
Platform: CPython 2.6
Platform: CPython 2.7
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: System :: Distributed Computing
