Skip to main content

Middleware for efficient cloud management.

Project description

===========
Jeiji
===========

Jeiji is a middleware that helps you to manage any kind of cloud. You can use the ``jeiji`` command (see
below), but it's also possible to use it in a Python file::

#!/usr/bin/env python

from jeiji import cloud
from jeiji import jeiji

c = new cloud.Cloud
c.describe("Windows Azure", "http://myapp.azure.com", 1010, "username", "sha256password")
j = new jeiji.Jeiji(c)
j.analyze()

Using jeiji
=========

You can analyze a cloud using the command line as well::

$ jeiji init
$ jeiji create "Windows Azure" http://myapp.azure.com 1010 username sha256password
$ jeiji analyze

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

jeiji.tar.gz (1.7 kB view hashes)

Uploaded Source

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