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](##Usage)
2. [Installation](###Installation)
3. [Example](###Example)
4. [Workflow](docs/workflow.md)



## Usage

### Installation

```bash
pip install modo
```

for developing:

```bash
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

```python

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](docs/workflow.md)




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.7.tar.gz (4.6 kB view hashes)

Uploaded Source

Built Distributions

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

Uploaded Python 3

modo-0.0.7-py2-none-any.whl (6.0 kB view hashes)

Uploaded Python 2

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