Metadata-Version: 2.1
Name: singularity-compose
Version: 0.0.1
Summary: simple orchestration for singularity containers
Home-page: http://www.github.com/singularityhub/singularity-compose
Author: Vanessa Sochat
Author-email: vsochat@stanford.edu
Maintainer: Vanessa Sochat
Maintainer-email: vsochat@stanford.edu
License: LICENSE
Description: # Singularity Compose
        
        This is a simple orchestration library for Singularity containers, akin to
        Docker Compose. See the [specification]() and the [documentation]() for
        details, or more examples below.
        
        ## Examples
        
         - [singularity-compose-simple](https://www.github.com/singularityhub/singularity-compose-simple): A single container example (working in full).
         - [singularity-compose-example](https://www.github.com/singularityhub/singularity-compose-example): The same application split into multiple containers, currently has issues because of Docker iptables edits (working on figuring out a solution).
        
        
Keywords: singularity,compose
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Programming Language :: C
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development
Classifier: Topic :: Scientific/Engineering
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Provides-Extra: all
