{ "info": { "author": "Oz N Tiram", "author_email": "oz.tiram@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Intended Audience :: System Administrators", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development" ], "description": "# Wolkenbrot\n\n## bakes and manages your AWS cloud images\n![demo](https://github.com/oz123/wolkenbrot/blob/master/docs/demo.gif?raw=true)\n\nwolkenbrot is named after a German children's title called Wolkenbrot by\nthe Korean authors Baek Hee Na Kim Hyang Soo. The translation to English is\ncloud's bread.\n\nWolken brot is inspired and packer[1] kujenga[2], removing fabric as a\ndependency. It also aims to be more tested and documented.\n\nIn case you woder, yes it's similar to packer by Hashicorp.\nBut here are some reasons that you might like it better than packer:\n\n1. It's written in Python.\n2. It's not written in Go.\n3. It can use private AMI as a starting point for your build.\n4. It's smaller and easier to hack on.\n5. It has a cooler name.\n6. It has a better license, MIT sounds way better then MPL-2. Especially because it means \"with\" in German.\n\n### how is it different from Packer or kujenga?\n\n1. It is Python3 only.\n2. It does not depend on fabric.\n3. It replaces boto with boto3\n4. It's name is not Swahili, but rather German.\n5. It adds the ability to list your images\n6. It adds the ability to get detailed information about an image from the CLI.\n7. It adds the ability to de-register images from the CLI.\n\n[1]: https://github.com/macd/kujenga\n[2]: https://www.packer.io/\n\n### USAGE\n\nYou can run the following command to build an image:\n\n```\n $ wolkenbrot bake \n```\n\nSee the documentation for the JSON format.\n\nYou can run the following command to list your existing images:\n\n```\n $ wolkenbrot list\n```\n\nYou can view the information about and image:\n\n```\n\t $ wolkenbrot info ami-72192e\n```\n\nYou can remove the image with:\n\n```\n\t $ wolkenbrot delete ami-72192e\n```\n\nWolkenbrot follows boto3 configuration principles, so if you wonder how to\npass AWS configuration parameters, take a look in [Boto3's own documentation][2]\n\n[3]: http://boto3.readthedocs.io/en/latest/guide/configuration.html\n\n### FAQ\n\n * Do you support Windows or Mac OS X?\n\n The author of this software strongly despises working on Windows or\n\t Mac OS X. Hence, this software is not tested for these platforms.\n\t If you can run Python on your OS, it might run.\n\n * Do you support provisioning machines with Saltstack\\Chef\\Puppet\\Ansible\\XYZ?\n\n Strictly speaking **Nope**. Alas, see the answer bellow.\n\n * How can I ,never the less, provision my machine with saltstack?\n\n One of the annoyances I have had with packer, is that it always provisions salt\n on the image builder before actually running my salt states.\n That is, by default, Packer only uses publicly available images as the starting point.\n If you plan to use salt, simply create an image which already contains salt installed,\n and add a single provisioning command `salt-call` after uploading your states to the destination machine\n If other systems are able to do something like that (I believe ansible can run playbooks locally too) then\n you can use any system you like.\n\n\n### Testing and Installing the test requirements\n\nSimply issue:\n\n```\n $ pip install -e \".[testing]\"\n\t $ make test\n```", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/oz123/wolkenbrot", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "wolkenbrot", "package_url": "https://pypi.org/project/wolkenbrot/", "platform": "", "project_url": "https://pypi.org/project/wolkenbrot/", "project_urls": { "Homepage": "https://github.com/oz123/wolkenbrot" }, "release_url": "https://pypi.org/project/wolkenbrot/0.2.0/", "requires_dist": null, "requires_python": "", "summary": "Create and Manage AWS EC2 AMI cloud images", "version": "0.2.0" }, "last_serial": 3211325, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "4cd7ada0101519e61fd65b284c7adfd8", "sha256": "0aa5ebfe604e628da52e58af4c182a877c6e6e9b1cb0a3b82f791fcef6905bc4" }, "downloads": -1, "filename": "wolkenbrot-0.1.1.tar.gz", "has_sig": false, "md5_digest": "4cd7ada0101519e61fd65b284c7adfd8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10540, "upload_time": "2017-09-21T20:10:51", "url": "https://files.pythonhosted.org/packages/f0/28/0f39b5fe08c6cc5ae95b6adc1a8422e266f45ef8ac90cd8c995cf0d79fde/wolkenbrot-0.1.1.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "bbc6d93280946e85773a7b5be4f77098", "sha256": "e74d50cf3ec1dff2e02fe362104c170dcd0e6a8c6f3c3f490ea340daeedb92db" }, "downloads": -1, "filename": "wolkenbrot-0.2.0.tar.gz", "has_sig": false, "md5_digest": "bbc6d93280946e85773a7b5be4f77098", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6469208, "upload_time": "2017-09-28T20:45:42", "url": "https://files.pythonhosted.org/packages/22/c4/f0922bb66feedbf653445950ba3f6d5482ff08f30e4ec94b3bc438528690/wolkenbrot-0.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "bbc6d93280946e85773a7b5be4f77098", "sha256": "e74d50cf3ec1dff2e02fe362104c170dcd0e6a8c6f3c3f490ea340daeedb92db" }, "downloads": -1, "filename": "wolkenbrot-0.2.0.tar.gz", "has_sig": false, "md5_digest": "bbc6d93280946e85773a7b5be4f77098", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6469208, "upload_time": "2017-09-28T20:45:42", "url": "https://files.pythonhosted.org/packages/22/c4/f0922bb66feedbf653445950ba3f6d5482ff08f30e4ec94b3bc438528690/wolkenbrot-0.2.0.tar.gz" } ] }