Skip to main content

Bootstrap Framework for immutable machines

Project description

Modo

modo is a framework for building bootstrap images for bootstrapping immutable machines by running docker containers

Table of Contents

  1. Usage
  2. Installation
  3. Example
  4. Workflow

Usage

Installation

pip install modo

for developing:

git clone git@bitbucket.org:mindcurv/modo.git
cd modo; virtualenv venv --python=python3
. venv/bin/activate
pip install -e .[dev]
python setup.py develop

Example

from modo import RoseCLI, SowRose, GrowRose

class SowExample(SowRose):

    def run(self):
       print(self.jinja_context)

class GrowExample(GrowRose):

    def run(self):
       print('@}->--')

cli = RoseCLI(SowExample, GrowExample)

if __name__ == '__main__':
    cli()

for detailed workflow click here

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

modo-0.0.8.tar.gz (4.6 kB view hashes)

Uploaded Source

Built Distribution

modo-0.0.8-py3-none-any.whl (5.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page