{ "info": { "author": "Neil Kandalgaonkar", "author_email": "neilk@neilk.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Database", "Topic :: Internet", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Utilities" ], "description": "RDS-HOST\r\n========\r\n\r\nA simple command line utility, allowing you to find the hostname associated with\r\nyour Amazon RDS instance name.\r\n\r\nAlso has a simple wrapper for PostgreSQL's psql utility. If you want a similar\r\nscript for MySQL or Oracle, patches are welcome.\r\n\r\nA few examples::\r\n\r\n # w/o arg: prints all active instances\r\n % rds-host\r\n mydbinstance mydbinstance.c6ulnjwxjm.us-west-2.rds.amazonaws.com:5432\r\n myotherdbinstance myotherdbinstance.d5ulnswdjyf.us-west-2.rds.amazonaws.com:5432\r\n\r\n # w/ arg: prints host name of matching instance\r\n % rds-host mydbinstance\r\n mydbinstance.c6ulnjwxjm.us-west-2.rds.amazonaws.com:5432\r\n\r\n # connect to the instance with psql\r\n % rds-psql mydbinstance -U mydbuser mydbname\r\n Connecting to mydbinstance.c6ulnjwxjm.us-west-2.rds.amazonaws.com...\r\n Password for user mydbuser:\r\n psql (9.0.5, server 9.3.1)\r\n WARNING: psql version 9.0, server version 9.3.\r\n Some psql features might not work.\r\n SSL connection (cipher: DHE-RSA-AES256-SHA, bits: 256)\r\n Type \"help\" for help.\r\n\r\n mydbname=>", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/neilk/rds-host/archive/v0.1.2.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/neilk/rds-host", "keywords": "amazon,aws,psql,cloud,boto,rds", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "rds-host", "package_url": "https://pypi.org/project/rds-host/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/rds-host/", "project_urls": { "Download": "https://github.com/neilk/rds-host/archive/v0.1.2.tar.gz", "Homepage": "https://github.com/neilk/rds-host" }, "release_url": "https://pypi.org/project/rds-host/0.1.2/", "requires_dist": null, "requires_python": null, "summary": "Get hostname from Amazon RDS instance name", "version": "0.1.2" }, "last_serial": 987723, "releases": { "0.1.2": [ { "comment_text": "", "digests": { "md5": "fafb3888c1fbd47c8fbd96d43d491965", "sha256": "f0d65a191b1dd7b27d3c546a8b0f9b1b8146ad4e77535c7e2ff3bdf03a58efa3" }, "downloads": -1, "filename": "rds-host-0.1.2.tar.gz", "has_sig": false, "md5_digest": "fafb3888c1fbd47c8fbd96d43d491965", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3322, "upload_time": "2014-02-01T01:42:08", "url": "https://files.pythonhosted.org/packages/6f/fb/ecfb8034fc455d638a5d53a1a26a5b459c10be78cb752efaad5caf4e64f2/rds-host-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "fafb3888c1fbd47c8fbd96d43d491965", "sha256": "f0d65a191b1dd7b27d3c546a8b0f9b1b8146ad4e77535c7e2ff3bdf03a58efa3" }, "downloads": -1, "filename": "rds-host-0.1.2.tar.gz", "has_sig": false, "md5_digest": "fafb3888c1fbd47c8fbd96d43d491965", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3322, "upload_time": "2014-02-01T01:42:08", "url": "https://files.pythonhosted.org/packages/6f/fb/ecfb8034fc455d638a5d53a1a26a5b459c10be78cb752efaad5caf4e64f2/rds-host-0.1.2.tar.gz" } ] }