{
"info": {
"author": "RedBridge AB",
"author_email": "info@redbridge.se",
"bugtrack_url": null,
"classifiers": [],
"description": "=================================\nrbc-tools: Manage RedBridge Cloud\n=================================\n\nrbc-tools are command line tools for managing `RedBridge Cloud `.\n\nUsing rbc-tools you can manage instances, networks and othe compute resources in RBC.\n\nThe tools are tested on MacOS X and Linux only at the moment, but should also work on Windows in a cygwin environment.\n\n*The tools are in a early beta stage* so please report any bugs to support@redbridge.se or as issues on `github `\n\nGetting started\n---------------\n\n1. Register for an account on `RedBridge Portal `\n2. Get your access key and secret key from your account page in the portal.\n3. Create a ~/.rbc/rbc.cfg file (in a terminal)::\n\n mkdir -p ~/.rbc\n cat > ~/.rbc/rbc.cfg <\n secretkey = \n endpoint = api.rbcloud.net\n EOF\n\n4. Install rbc-tools using pip (or easy_install)\n\n5. Now you should have access to a number of command line scripts, prefixed with rbc-*\n\nNote that you can also set api key and secret key by using environment variables::\n\n export RBC_APIKEY=XXXXX; export RBC_SECRETKEY=XXXX\n\nExamples\n--------------\n\nCreate a ssh key pair::\n\n rbc-sshkeys generate my-keypair > ~/.ssh/my-keypair_id_rsa\n\nTo deploy 3 small instances in the RedBridge Cloud, using a ssh key::\n\n rbc-instances deploy -i 3 -g test -t rbc/ubuntu-14.04-server-cloudimg-amd64-20GB-201461111 -o small -w default -s my-keypair my-instances\n\n\nDevelopment\n-----------\n\nDevelopment of rbc-tools takes place on github (https://github.com/redbridge/rbc-tools).\n\nHistory\n=======\n0.3.4 (2015-05-07)\n\n- Fix issue when tags are not used\n\n0.3.3 (2015-05-04)\n------------------\n\n- Add an ansible inventory to rbc-tools\n\n0.3.2 (2015-04-02)\n-------------------\n\n- Do not fail on network create if the command timeouts.\n\n0.3.0 (2015-02-10)\n-------------------\n\n- Use post for instances, this makes it possible to use up to 32K of user data\n\n0.1.18 (2014-08-07)\n-------------------\n\n- Fix broken network list when using VPC's\n\n0.1.17 (2014-07-31)\n-------------------\n\n- First pypi release\n\n0.1.0 (2014-07-31)\n------------------\n\n- Initial release.\n\nCredits\n=======\n\n\"rbc-tools\" is written and maintained by RedBridge AB.\n\nContributors\n------------\n\n- `cldmnky `\n- `eal `\n\nPlease add yourself here alphabetically when you submit your first pull request.",
"description_content_type": null,
"docs_url": null,
"download_url": null,
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "http://github.com/redbridge/rbc-tools",
"keywords": null,
"license": "Apache 2.0",
"maintainer": null,
"maintainer_email": null,
"name": "rbc-tools",
"package_url": "https://pypi.org/project/rbc-tools/",
"platform": "UNKNOWN",
"project_url": "https://pypi.org/project/rbc-tools/",
"project_urls": {
"Homepage": "http://github.com/redbridge/rbc-tools"
},
"release_url": "https://pypi.org/project/rbc-tools/0.3.4/",
"requires_dist": null,
"requires_python": null,
"summary": "Command line tools for managing RedBridge Cloud",
"version": "0.3.4"
},
"last_serial": 1537199,
"releases": {
"0.1": [
{
"comment_text": "",
"digests": {
"md5": "7d5bf94f3f7d56cd8b92e432eff18994",
"sha256": "1c284bfeb4411a7fe6d92cbad7aa59af6cf9443d79cf3b96966825a56cdb375d"
},
"downloads": -1,
"filename": "rbc-tools-0.1.tar.gz",
"has_sig": false,
"md5_digest": "7d5bf94f3f7d56cd8b92e432eff18994",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 10192,
"upload_time": "2014-07-31T10:12:24",
"url": "https://files.pythonhosted.org/packages/97/89/c704c7331460e88979d53716453dd7e3c318c33d4defdf09464628dba8bb/rbc-tools-0.1.tar.gz"
}
],
"0.1.1": [
{
"comment_text": "",
"digests": {
"md5": "755326fceea9d34cd67370be230dac8d",
"sha256": "545c11db56261734994499a12a022a54182d4bfaeeb7210fb339cda3d1643330"
},
"downloads": -1,
"filename": "rbc-tools-0.1.1.tar.gz",
"has_sig": false,
"md5_digest": "755326fceea9d34cd67370be230dac8d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 9824,
"upload_time": "2014-07-31T10:16:45",
"url": "https://files.pythonhosted.org/packages/28/7e/2cac0557e637b194cd59dbed161d4a6f5905fec6d28a5745d10968e76159/rbc-tools-0.1.1.tar.gz"
}
],
"0.1.16": [
{
"comment_text": "",
"digests": {
"md5": "c63c9203a4514e48759fdd0658d644f6",
"sha256": "afe26d3731afb43aa805c2143bb9c6ff62790cd43873659b7d686d4ff97a7b99"
},
"downloads": -1,
"filename": "rbc-tools-0.1.16.tar.gz",
"has_sig": false,
"md5_digest": "c63c9203a4514e48759fdd0658d644f6",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 15848,
"upload_time": "2014-07-31T11:53:11",
"url": "https://files.pythonhosted.org/packages/5b/69/a13363b0333b483e06b2bebb25affac342ea3f0e993f3c69ae1d5ac92a75/rbc-tools-0.1.16.tar.gz"
}
],
"0.1.17": [
{
"comment_text": "",
"digests": {
"md5": "1e66f9c3b40b4d23dafff2a8ac230174",
"sha256": "d1d13a960123595f89bfdb6ac646a50276661793aa477f954a7e63d914f73fa9"
},
"downloads": -1,
"filename": "rbc-tools-0.1.17.tar.gz",
"has_sig": false,
"md5_digest": "1e66f9c3b40b4d23dafff2a8ac230174",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 15884,
"upload_time": "2014-07-31T13:01:32",
"url": "https://files.pythonhosted.org/packages/53/ff/5dc82563c7deee1f918a63d0250a5ceb78d5941d8f4125f302d46d5154b4/rbc-tools-0.1.17.tar.gz"
}
],
"0.1.18": [
{
"comment_text": "",
"digests": {
"md5": "1ca9051133c0c77f47edde61597c92b0",
"sha256": "219a4706d6f89b7a6455e3f847bb7a1031ba766d99123389844ac52bf9581e74"
},
"downloads": -1,
"filename": "rbc-tools-0.1.18.tar.gz",
"has_sig": false,
"md5_digest": "1ca9051133c0c77f47edde61597c92b0",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 16147,
"upload_time": "2014-08-07T10:31:17",
"url": "https://files.pythonhosted.org/packages/30/1b/35a8ac03bd59cff836c67acb94c852aa126a7a3c0ffd5eb3eaed22c149e2/rbc-tools-0.1.18.tar.gz"
}
],
"0.1.2": [
{
"comment_text": "",
"digests": {
"md5": "8c50cef933d932e901b76a31bffc18e0",
"sha256": "5900018fd610ac99bf1a4534c361fc3b9f1260d02f5aee07792c758d54fce0f0"
},
"downloads": -1,
"filename": "rbc-tools-0.1.2.tar.gz",
"has_sig": false,
"md5_digest": "8c50cef933d932e901b76a31bffc18e0",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 9854,
"upload_time": "2014-07-31T10:17:42",
"url": "https://files.pythonhosted.org/packages/a3/df/0677ed44e41ce9c4d5194720f9bc6bbd58d5c35f7551758ff085538bac6b/rbc-tools-0.1.2.tar.gz"
}
],
"0.1.3": [
{
"comment_text": "",
"digests": {
"md5": "4e923c61d37e406a4dfcbf66c9e88e94",
"sha256": "65b90934a5236891448669df0dfa92060c1488b7c1fbfae9cc80adfe01b99826"
},
"downloads": -1,
"filename": "rbc-tools-0.1.3.tar.gz",
"has_sig": false,
"md5_digest": "4e923c61d37e406a4dfcbf66c9e88e94",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 11865,
"upload_time": "2014-07-31T10:29:20",
"url": "https://files.pythonhosted.org/packages/b2/52/4404da95f920267bd9df5cea737f2b6b05bfc1642e593e34ce32358d4a93/rbc-tools-0.1.3.tar.gz"
}
],
"0.1.4": [
{
"comment_text": "",
"digests": {
"md5": "26a7e0525298089c229e047e7c250372",
"sha256": "804927f97a4588ea67c310448c1e9ffa3fbfc3f4fc86cd05b000df24f063f280"
},
"downloads": -1,
"filename": "rbc-tools-0.1.4.tar.gz",
"has_sig": false,
"md5_digest": "26a7e0525298089c229e047e7c250372",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 11861,
"upload_time": "2014-07-31T10:33:33",
"url": "https://files.pythonhosted.org/packages/2c/2e/f9f52c8f09b2b01a9afda1759610d5fe3f055bf9d35183ba5890149e3a79/rbc-tools-0.1.4.tar.gz"
}
],
"0.1.5": [
{
"comment_text": "",
"digests": {
"md5": "283471d5051f7e01791078e5c5edeeb9",
"sha256": "6fb5e9f89389187eae19c83dd467c93ea7f47db91fb349b5afa37183d86db634"
},
"downloads": -1,
"filename": "rbc-tools-0.1.5.tar.gz",
"has_sig": false,
"md5_digest": "283471d5051f7e01791078e5c5edeeb9",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 11842,
"upload_time": "2014-07-31T10:34:27",
"url": "https://files.pythonhosted.org/packages/bf/9b/d1749fb4549431e7a9ea7e93db282828b66141663a0baff342a3784ba5d7/rbc-tools-0.1.5.tar.gz"
}
],
"0.1.6": [
{
"comment_text": "",
"digests": {
"md5": "c1ee47041f40777f936dd336196caff4",
"sha256": "cc8a7ec86228df9b264b52b2ac077c9057b260ea713e9c51674c7e2b681bb919"
},
"downloads": -1,
"filename": "rbc-tools-0.1.6.tar.gz",
"has_sig": false,
"md5_digest": "c1ee47041f40777f936dd336196caff4",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 16281,
"upload_time": "2014-07-31T10:40:30",
"url": "https://files.pythonhosted.org/packages/bf/ac/7cb2deb13b3a4b696e80bb71f71832a7dd1a18d7597b7136595e553c0ebf/rbc-tools-0.1.6.tar.gz"
}
],
"0.1.7": [
{
"comment_text": "",
"digests": {
"md5": "fa983e10980df18cf9793ceaf68ab779",
"sha256": "1b05c2910ab715bcae672b55eaf5a90228d5fbdbc2b915c19b731812922cd3b6"
},
"downloads": -1,
"filename": "rbc-tools-0.1.7.tar.gz",
"has_sig": false,
"md5_digest": "fa983e10980df18cf9793ceaf68ab779",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 16373,
"upload_time": "2014-07-31T10:49:43",
"url": "https://files.pythonhosted.org/packages/91/e1/b8db124bb1992dcc274e25d97d2e4b294a7d845b45ea896fba949a112abd/rbc-tools-0.1.7.tar.gz"
}
],
"0.3.0": [
{
"comment_text": "",
"digests": {
"md5": "16eff820b1dd258dcfc28737635fc162",
"sha256": "47bddd2baf61626469dcfacc3fa98dba44100a36645b07e6694dee81b723c29a"
},
"downloads": -1,
"filename": "rbc-tools-0.3.0.tar.gz",
"has_sig": false,
"md5_digest": "16eff820b1dd258dcfc28737635fc162",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 16761,
"upload_time": "2015-02-10T09:01:08",
"url": "https://files.pythonhosted.org/packages/16/10/f6989553c42ec7b5505816299d6a57679f6a8942b180935c9fa6e41cb5a7/rbc-tools-0.3.0.tar.gz"
}
],
"0.3.1": [
{
"comment_text": "",
"digests": {
"md5": "3aafc7b4e6bcc63144202ff018ebde24",
"sha256": "c9aec9c2c21105496c718d74441807197320c0ca8288c11a4b72202bb1e68e96"
},
"downloads": -1,
"filename": "rbc-tools-0.3.1.tar.gz",
"has_sig": false,
"md5_digest": "3aafc7b4e6bcc63144202ff018ebde24",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 16759,
"upload_time": "2015-02-10T09:03:40",
"url": "https://files.pythonhosted.org/packages/20/8b/df358ec8fe29783fc0a55800a925e65e95c7a7a290614751bc00eaa7743a/rbc-tools-0.3.1.tar.gz"
}
],
"0.3.2": [
{
"comment_text": "",
"digests": {
"md5": "5cc7c3aa7a76373d2100edc259443758",
"sha256": "63a40ea4423245513ab4b7aab7cb6728efc548f1e76ef1effe136b1c2b593f6c"
},
"downloads": -1,
"filename": "rbc-tools-0.3.2.tar.gz",
"has_sig": false,
"md5_digest": "5cc7c3aa7a76373d2100edc259443758",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 16906,
"upload_time": "2015-04-02T14:05:00",
"url": "https://files.pythonhosted.org/packages/2d/82/b2a7cb24893cb34e2f2a930fd0f0b6d734f6ebebc6f0d87ed427f816a25c/rbc-tools-0.3.2.tar.gz"
}
],
"0.3.3": [
{
"comment_text": "",
"digests": {
"md5": "e90b83930e63883d22b2bf9fc48a94cd",
"sha256": "d04fe069cce2edbd01ced58a682db2d733e21e2244955e112af1be0ef05a67a8"
},
"downloads": -1,
"filename": "rbc-tools-0.3.3.tar.gz",
"has_sig": false,
"md5_digest": "e90b83930e63883d22b2bf9fc48a94cd",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 17468,
"upload_time": "2015-05-04T14:40:15",
"url": "https://files.pythonhosted.org/packages/c6/20/8378f99982fb9dfd64ec2124b63ce15c4d06ba8956176f7154f101a61035/rbc-tools-0.3.3.tar.gz"
}
],
"0.3.4": [
{
"comment_text": "",
"digests": {
"md5": "3b013b08a18ba959e6784efefd0324b4",
"sha256": "3c6a370a88f82a13e26ca76b0749efcb7c0630caa1eb5a8b11ef3bdd69316cc7"
},
"downloads": -1,
"filename": "rbc-tools-0.3.4.tar.gz",
"has_sig": false,
"md5_digest": "3b013b08a18ba959e6784efefd0324b4",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 17555,
"upload_time": "2015-05-07T12:56:14",
"url": "https://files.pythonhosted.org/packages/06/b6/1f2c8d41824ffd77f44120b767c6d02a1b04cc404d4cf1b3ff0a6fc26bf2/rbc-tools-0.3.4.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "3b013b08a18ba959e6784efefd0324b4",
"sha256": "3c6a370a88f82a13e26ca76b0749efcb7c0630caa1eb5a8b11ef3bdd69316cc7"
},
"downloads": -1,
"filename": "rbc-tools-0.3.4.tar.gz",
"has_sig": false,
"md5_digest": "3b013b08a18ba959e6784efefd0324b4",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 17555,
"upload_time": "2015-05-07T12:56:14",
"url": "https://files.pythonhosted.org/packages/06/b6/1f2c8d41824ffd77f44120b767c6d02a1b04cc404d4cf1b3ff0a6fc26bf2/rbc-tools-0.3.4.tar.gz"
}
]
}