{ "info": { "author": "Doug Kerwin", "author_email": "dwkerwin@gmail.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6" ], "description": "SSM-Search\n==========\n\nBecause Amazon made it difficult to search for SSM parameters by name in\nthe AWS console, I created this small tool.\n\nMotivation Elaborated On\n------------------------\n\nLet's say you have a SSM parameter name like the following:\n\n/dev/another-prefix/my-really-long-service-name/MYSQL\\_CONNECTION\\_STRING\n\nBut when you go to search for it you can only remember \"long-service\",\nin the AWS Console you can only search by names that BEGIN with a\nstring, so you would have to remember nearly the whole string to search\nthat way!\n\nInstallation\n------------\n\n.. code:: shell\n\n $ pip install ssm-search\n\nUsage\n-----\n\n.. code:: shell\n\n $ ssm-search -s long-service\n SSM Search version 0.1.1\n Searching SSM for ['long-service']\n /dev/another-prefix/my-really-long-service-name/MYSQL_CONNECTION_STRING -> (SecureString)\n /dev/another-prefix/my-really-long-service-name/LOG_LEVEL -> Warning\n Found 2 matches out of 513 parameters from SSM\n\n # search on both \"long-service\" and \"connection\", by the way it's case insensitive\n $ ssm-search -s long-service -s connection\n SSM Search version 0.1.2\n Searching SSM for ['long-service', 'connection' ]\n /dev/another-prefix/my-really-long-service-name/MYSQL_CONNECTION_STRING -> (SecureString)\n Found 1 matches out of 513 parameters from SSM\n\nIf you need to specify an AWS profile to use, just add ``--profile dev``\n(etc).\n\nResults are cached to local disk for a short period to make subsequent\nrequests faster. By default this is 5 minutes but can be changed by\nsetting an environment variable SSM\\_SEARCH\\_MAX\\_CACHE. To force it to\nload without cache, add the ``--no-cache`` argument.\n\nPublishing Updates to PyPi\n--------------------------\n\nFor the maintainer - to publish an updated version of ssm-search,\nincrement the version number in version.py and run the following:\n\n.. code:: shell\n\n docker build -f ./Dockerfile.buildenv -t ssm-search:build .\n docker run --rm -it --entrypoint make ssm-search:build publish\n\nAt the prompts, enter the username and password to the pypi.org repo.\n\nLicense\n-------\n\nMIT License\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be included\nin all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/dwkerwin/ssm-search", "keywords": "aws-ssm,ssm parameter store", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "ssm-search", "package_url": "https://pypi.org/project/ssm-search/", "platform": "", "project_url": "https://pypi.org/project/ssm-search/", "project_urls": { "Homepage": "https://github.com/dwkerwin/ssm-search" }, "release_url": "https://pypi.org/project/ssm-search/0.1.5/", "requires_dist": null, "requires_python": "", "summary": "A CLI to easily search for SSM parameters", "version": "0.1.5" }, "last_serial": 4293589, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "a46386a74d3401304d9647a80ac6ba5d", "sha256": "bb3d7da5e0ce530f1dc53208672018c6ef831ed7c48e0687091adff632e3ec1d" }, "downloads": -1, "filename": "ssm-search-0.1.1.tar.gz", "has_sig": false, "md5_digest": "a46386a74d3401304d9647a80ac6ba5d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4998, "upload_time": "2018-08-10T21:20:49", "url": "https://files.pythonhosted.org/packages/55/1d/1af841f151f34d8328e6be657a7ababc80ffc58622eddfabd0c5a8ad238b/ssm-search-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "8e7fd77fdc3846bf0ff3c9c1f4e00328", "sha256": "1c6760535f2becdbafad517e9ae4a79610a1daee4efe7589e1e028a2ebefa745" }, "downloads": -1, "filename": "ssm-search-0.1.2.tar.gz", "has_sig": false, "md5_digest": "8e7fd77fdc3846bf0ff3c9c1f4e00328", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5159, "upload_time": "2018-08-21T14:18:04", "url": "https://files.pythonhosted.org/packages/31/44/594941a79f1630c4851dab5c5af136ce21855a56956353904c9759342e63/ssm-search-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "d4f6cb5dff681a6baf35ec2e069d0114", "sha256": "3d49c091b7396f0d62532172c21477e109159c2dd49d153c28a71e6c72c7d180" }, "downloads": -1, "filename": "ssm-search-0.1.3.tar.gz", "has_sig": false, "md5_digest": "d4f6cb5dff681a6baf35ec2e069d0114", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5249, "upload_time": "2018-09-12T21:58:00", "url": "https://files.pythonhosted.org/packages/da/d5/228c3a99f772f0404310ddca1e3737c79b4ada110af184166d49d792da47/ssm-search-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "721cde369db6b39d3a9f05b2889e5dda", "sha256": "6039b58acfef61270859821aa570df8985fe9500eb0d8f6a38bbdd2161ef5a4c" }, "downloads": -1, "filename": "ssm-search-0.1.4.tar.gz", "has_sig": false, "md5_digest": "721cde369db6b39d3a9f05b2889e5dda", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5262, "upload_time": "2018-09-14T18:23:22", "url": "https://files.pythonhosted.org/packages/96/bc/59e2323104a4348ddd92cee66b7352c346a2acabd328f4cc644aa577d2ab/ssm-search-0.1.4.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "a7c7fe205c28b51466b06cfe5898b833", "sha256": "5ac7100618e62aa97b1891362d697342c2b1818330091cd17e366de2488653d8" }, "downloads": -1, "filename": "ssm-search-0.1.5.tar.gz", "has_sig": false, "md5_digest": "a7c7fe205c28b51466b06cfe5898b833", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5348, "upload_time": "2018-09-20T17:37:15", "url": "https://files.pythonhosted.org/packages/28/f7/2666b7b9ae93d66da4e62f2c74fec826e162c2f19889c1e27d920b5587f7/ssm-search-0.1.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a7c7fe205c28b51466b06cfe5898b833", "sha256": "5ac7100618e62aa97b1891362d697342c2b1818330091cd17e366de2488653d8" }, "downloads": -1, "filename": "ssm-search-0.1.5.tar.gz", "has_sig": false, "md5_digest": "a7c7fe205c28b51466b06cfe5898b833", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5348, "upload_time": "2018-09-20T17:37:15", "url": "https://files.pythonhosted.org/packages/28/f7/2666b7b9ae93d66da4e62f2c74fec826e162c2f19889c1e27d920b5587f7/ssm-search-0.1.5.tar.gz" } ] }