{ "info": { "author": "Eric Larson", "author_email": "eric@ionrock.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4" ], "description": "===\nrdo\n===\n\n.. image:: https://pypip.in/d/rdo/badge.png\n :target: https://pypi.python.org/pypi/rdo\n\n\n`rdo` stands for \"RemoteDO\" and is to help facilitate running commands\non \"remote\" machines. Specifically is meant to help you run and\ndevelop code on a virtual machine, while avoiding having to shell into\nthe VM.\n\n\nUsage\n=====\n\nThe first step is to create a `.rdo.conf` file. Here is an example\nusing `rdo` with `Vagrant `_.\n\n.. code-block::\n\n [default]\n driver = vagrant\n directory = /vagrant\n\n\nLets assume you have a `Vagrantfile` in the root of your code base and\nare mounting your code to `/vagrant`. Lets also assume you have a\n`Makefile` you use to run different tasks for your project.\n\nHere is how you to run the `build` task using `rdo`:\n\n.. code-block::\n\n $ rdo make build\n\n`rdo` will compose the correct command to run it on your\nVagrant VM. For example, the above would end up running:\n\n.. code-block::\n\n $ vagrant ssh -c \"cd /vagrant && make build\"\n\n\n* Free software: BSD license\n* Documentation: https://rdo.readthedocs.org.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ionrock/rdo", "keywords": "rdo", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "rdo", "package_url": "https://pypi.org/project/rdo/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/rdo/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/ionrock/rdo" }, "release_url": "https://pypi.org/project/rdo/0.2.2/", "requires_dist": null, "requires_python": null, "summary": "RemoteDO command", "version": "0.2.2" }, "last_serial": 1708201, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "8b105b22a8689d1c5780338e8260bf1c", "sha256": "326f3ab65752de4673a72674eee5c40c7b1c66030d5e9f7d7d2ccca374624e2a" }, "downloads": -1, "filename": "rdo-0.1.1.tar.gz", "has_sig": false, "md5_digest": "8b105b22a8689d1c5780338e8260bf1c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2525, "upload_time": "2015-05-07T00:23:44", "url": "https://files.pythonhosted.org/packages/5b/d1/ff74f75a154355f0218118f089138b1bfe8f7a8edbd55f5a94a74a7aee60/rdo-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "aa26a1fee83e9be2e8e46357c2aa0fa2", "sha256": "b4ade1aaf9c79a31dab23c71b6e3d1031e6888315a4bc0c009ecdc21438afeac" }, "downloads": -1, "filename": "rdo-0.1.2.tar.gz", "has_sig": false, "md5_digest": "aa26a1fee83e9be2e8e46357c2aa0fa2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2520, "upload_time": "2015-05-08T21:00:35", "url": "https://files.pythonhosted.org/packages/10/55/7ba0c352721c7f4eaab09cd3b74c6c8e1fc73794bb11b12cf248d5382a63/rdo-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "eba42ed73c7b2ba1c8ab378099afa66a", "sha256": "571b2654cad154f6130ba78ede9c4f71b6e49a35fc429ebac2294d78a74a10f9" }, "downloads": -1, "filename": "rdo-0.1.3.tar.gz", "has_sig": false, "md5_digest": "eba42ed73c7b2ba1c8ab378099afa66a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2515, "upload_time": "2015-05-12T22:07:53", "url": "https://files.pythonhosted.org/packages/cc/27/8fc49e7b43b94be31866e97a521c75a82c1cc30ef72922b876f29d811246/rdo-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "c37fed7745652c3c455911dcd17760f6", "sha256": "10f0d604eaa5fb56967267ccd8bc00b81f0cb6db48120590d3937dc06909ee2b" }, "downloads": -1, "filename": "rdo-0.1.4.tar.gz", "has_sig": false, "md5_digest": "c37fed7745652c3c455911dcd17760f6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2471, "upload_time": "2015-05-12T22:31:21", "url": "https://files.pythonhosted.org/packages/bd/3e/de3ef92dbfa0a8eab3fe950aeaf5805ebacb2635777280e7844ede3be200/rdo-0.1.4.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "b62b4ac3d4c1f0b622880ae137805fe1", "sha256": "cc05cf9fc7ad37adf2dfedf8295352fab565164af687bfbdeaeb8586557c7622" }, "downloads": -1, "filename": "rdo-0.2.0.tar.gz", "has_sig": false, "md5_digest": "b62b4ac3d4c1f0b622880ae137805fe1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2542, "upload_time": "2015-05-22T18:05:54", "url": "https://files.pythonhosted.org/packages/f1/4f/d9558994d30b7bbb2aa2697c25b68c6a86950b67a7ca017c40d3cdb903e0/rdo-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "f9060f9aec9fc304eee662e98449d27d", "sha256": "fcdae393febecdb1ed35b2675d68b811bac27ef98439473ef03cd5298172a74b" }, "downloads": -1, "filename": "rdo-0.2.1.tar.gz", "has_sig": false, "md5_digest": "f9060f9aec9fc304eee662e98449d27d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2543, "upload_time": "2015-05-22T18:11:27", "url": "https://files.pythonhosted.org/packages/e5/ec/208cb451cc3a8f1f319ddaaa7cf1fd9aa2d67e1e8d70b7300ad0d2f75600/rdo-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "841f87a5fb114a024c097aeee6751f98", "sha256": "b1e56e4c96f97d368e78051db16cb3fd23538334abf672c2dcca78df1edfcec1" }, "downloads": -1, "filename": "rdo-0.2.2.tar.gz", "has_sig": false, "md5_digest": "841f87a5fb114a024c097aeee6751f98", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2723, "upload_time": "2015-09-04T16:09:01", "url": "https://files.pythonhosted.org/packages/9a/5c/fe0c7655e4376c8ffd0f815bac7bed24e7572867d319708094ae69d1c192/rdo-0.2.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "841f87a5fb114a024c097aeee6751f98", "sha256": "b1e56e4c96f97d368e78051db16cb3fd23538334abf672c2dcca78df1edfcec1" }, "downloads": -1, "filename": "rdo-0.2.2.tar.gz", "has_sig": false, "md5_digest": "841f87a5fb114a024c097aeee6751f98", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2723, "upload_time": "2015-09-04T16:09:01", "url": "https://files.pythonhosted.org/packages/9a/5c/fe0c7655e4376c8ffd0f815bac7bed24e7572867d319708094ae69d1c192/rdo-0.2.2.tar.gz" } ] }