{ "info": { "author": "Mart\u00edn Ra\u00fal Villalba", "author_email": "martin@martinvillalba.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Topic :: Software Development :: Build Tools" ], "description": "Jaime\n=====\n\nNOTE: THIS IS AT THE MOMENT (FEB 2014) ALPHA SOFTWARE AND IT'S STILL FAR FROM\nBEING ABLE TO DO WHAT'S DESCRIBED BELOW. SOON, THOUGH.\n\nJaime is a programmer's \u201ccode butler\u201d. It is designed to help you get up to\nspeed on a new project, whatever that means. For instance, let's say you want\nto start a new WordPress-based Website:\n\n$ jaime wp new --domain example.com --codename sputnik --webserver nginx \\\n --db mariadb --codehost bitbucket --branching simple\n\nAssuming Jaime has your API keys and/or logins for all the services involved,\nthe above command would register example.com on Namecheap, create a new code\nproject with the codename \u201csputnik\u201d, generate nginx config files, setup\nWordPress on a git repository using the \u201csimple\u201d branching strategy, create a\nprivate project on BitBucket, and setup your git remotes. Let's say now you\nwant to start working on your project, no problem:\n\n# Setup MariaDB user and database for WordPress, configure nginx for the\n# project, and point example.com to localhost via the /etc/hosts file.\n$ jaime wp setup dev\n\n# Install a couple WP plugins\n$ jaime wp plugin install NAME1 NAME2\n\n# Make sure WP is up to date and upgrade it if it's not\n$ jaime wp upgrade --version latest\n\n# Let's setup Varnish\u2026\n$ jaime wp varnish\n\n# And let's activate the Varnish config\n$ jaime wp setup dev\n\n# Work on WP on the browser\u2026\n\n# All done. Let's deploy to a new server using our local DB.\n$ jaime wp deploy --host digitalocean --db copy", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/mvillalba/jaime", "keywords": "skeleton scaffolding development butler", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "jaime", "package_url": "https://pypi.org/project/jaime/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/jaime/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://bitbucket.org/mvillalba/jaime" }, "release_url": "https://pypi.org/project/jaime/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "A developer's virtual butler.", "version": "0.1.0" }, "last_serial": 1008289, "releases": { "0.1.0": [] }, "urls": [] }