{ "info": { "author": "Alejandro Baltra", "author_email": "abaltra@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": "Cognito-Search\n==============\n\nHave you ever used the Cognito's UI in Amazon? Yeah, super painful.\nInspired by dkerwin's\n`ssm-search `__, I decided to\nmake this small utility. It'll search in your cognito user pools,\nlooking for any matches in ``Name`` (case insensitive)\n\nInstallation\n------------\n\n.. code:: shell\n\n $ pip install cognito-search\n\nUsage\n-----\n\n.. code:: shell\n\n $ cognito-search -s user-pool-name\n Cognito Search version 0.0.1\n Searching User Pool for ['test']\n Reading user pools from Cognito\n ................\n { u'CreationDate': datetime.datetime(2018, 8, 24, 10, 8, 26, 994000, tzinfo=tzlocal()),\n u'Id': u'REDACTED',\n u'LambdaConfig': { },\n u'LastModifiedDate': datetime.datetime(2018, 8, 24, 10, 8, 26, 994000, tzinfo=tzlocal()),\n u'Name': u'user-pool-name'}\n\n\n Found 1 matches out of 1234 user pools from Cognito\n\nIf you need to specify an AWS profile to use, just add ``--profile dev``\n(etc).\n\nPublishing Updates to PyPi\n--------------------------\n\nFor the maintainer - to publish an updated version of cognito-search,\nincrement the version number in version.py and run the following:\n\n.. code:: shell\n\n docker build -f ./Dockerfile.buildenv -t cognito-search:build .\n docker run --rm -it --entrypoint make cognito-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/abaltra/cognito-search", "keywords": "aws-cognito-idp,cognito,user-pools", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "cognito-search", "package_url": "https://pypi.org/project/cognito-search/", "platform": "", "project_url": "https://pypi.org/project/cognito-search/", "project_urls": { "Homepage": "https://github.com/abaltra/cognito-search" }, "release_url": "https://pypi.org/project/cognito-search/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "A CLI to easily search for Cognito user pools", "version": "0.0.1" }, "last_serial": 4209764, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "4cbde6069dac6895d03adb86f75101d4", "sha256": "81b5f23b3463ae42a9ce3fc8d2d03cc3521d6d5fea02b46c6ea163bff8c66eae" }, "downloads": -1, "filename": "cognito-search-0.0.1.tar.gz", "has_sig": false, "md5_digest": "4cbde6069dac6895d03adb86f75101d4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4127, "upload_time": "2018-08-27T04:05:14", "url": "https://files.pythonhosted.org/packages/1b/4a/3ebcf977e7d3e91ff86c3f602f374a9fe4a7c5895dac00210e39a5e21da1/cognito-search-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4cbde6069dac6895d03adb86f75101d4", "sha256": "81b5f23b3463ae42a9ce3fc8d2d03cc3521d6d5fea02b46c6ea163bff8c66eae" }, "downloads": -1, "filename": "cognito-search-0.0.1.tar.gz", "has_sig": false, "md5_digest": "4cbde6069dac6895d03adb86f75101d4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4127, "upload_time": "2018-08-27T04:05:14", "url": "https://files.pythonhosted.org/packages/1b/4a/3ebcf977e7d3e91ff86c3f602f374a9fe4a7c5895dac00210e39a5e21da1/cognito-search-0.0.1.tar.gz" } ] }