{ "info": { "author": "Nitin Sharma", "author_email": "ntnshrm87@gmail.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python :: 3", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Dome9-SG-LookUp\n---------------\n\nDome9-SG-LookUp (SGAnalyzerApp) uses Dome9 APIs to get information\nabout the Security Groups present in the account.\n\nRunning the App\n---------------\n\n::\n\n\tfrom SGAnalyzerAppDir import app\n\n app.main()\n\n\nFeatures\n--------\n\n- Get details of Security Group provided SG-ID.\n- Get details of Security Group by SG-Name in JSON.\n- Get details of Security Group rules in JSON provided SG-ID.\n\nUsage\n-----\n\n- Step 1: Enter the api-details in the api-config file, apiURL will be there\n already, enter the apiSecret and apiKey.\n- Step 2: You can add associated Dome9 \"cloudAccountId\" with your AWS account ID\n as = as a map under\n [aws-dome9-map] in api-config.ini file.\n- Step 3: If you wish to create this as a package, use pyinstaller to package it\n and use shutil to keep api-config.ini file at the bottom of spec file.\n- First button - Details by SGID - provides information filled in the boxes\n automatically when user hit the button after providing SGID in the box.\n Feel free to copy or reset by then.\n- Second button is to reset the results.\n- Third Button - Rules By SGID - provides a JSON format inbound and outbound\n configuration downloaded at the same location.\n- Fourth Button - SGs by Name - provides a JSON format file including all the\n Security Group configuration as provided by user in SGName field.\n- Will be adding more functionality and a new look to this initiative in near\n future.\n\nHowToRun\n--------\n\n- Please find below the console snapshot from PyCharm:\n\nimport sys; print('Python %s on %s' % (sys.version, sys.platform))\nsys.path.extend(['C:\\\\Users\\\\nitin.sharma\\\\PycharmProjects\\\\Dome9-SG-LookUp', 'C:/Users/nitin.sharma/PycharmProjects/Dome9-SG-LookUp'])\nPyDev console: starting.\nPython 3.7.4 (tags/v3.7.4:e09359112e, Jul 8 2019, 19:29:22) [MSC v.1916 32 bit (Intel)] on win32\n>> from SGAnalyzerAppDir import app\n>> app.main()", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "Dome9,AWS,Security Groups,Dome9v2API", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "Dome9AWSSGAnalyzer", "package_url": "https://pypi.org/project/Dome9AWSSGAnalyzer/", "platform": "", "project_url": "https://pypi.org/project/Dome9AWSSGAnalyzer/", "project_urls": null, "release_url": "https://pypi.org/project/Dome9AWSSGAnalyzer/1.0.1/", "requires_dist": null, "requires_python": "", "summary": "Get AWS-SG Details to respond to incidents quickly.", "version": "1.0.1" }, "last_serial": 5630772, "releases": { "1.0.1": [ { "comment_text": "", "digests": { "md5": "269a34e453a2b0be4335f7f004e3800f", "sha256": "3b65494199759303158a8d3043a461480324c59c2fe24aa543b2b0f47860bc29" }, "downloads": -1, "filename": "Dome9AWSSGAnalyzer-1.0.1.tar.gz", "has_sig": false, "md5_digest": "269a34e453a2b0be4335f7f004e3800f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4497, "upload_time": "2019-08-04T14:26:59", "url": "https://files.pythonhosted.org/packages/79/e9/d264c899ab1cf861e56148f1b3d209b08eac3319fb82c2f41ad5bc363bf1/Dome9AWSSGAnalyzer-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "269a34e453a2b0be4335f7f004e3800f", "sha256": "3b65494199759303158a8d3043a461480324c59c2fe24aa543b2b0f47860bc29" }, "downloads": -1, "filename": "Dome9AWSSGAnalyzer-1.0.1.tar.gz", "has_sig": false, "md5_digest": "269a34e453a2b0be4335f7f004e3800f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4497, "upload_time": "2019-08-04T14:26:59", "url": "https://files.pythonhosted.org/packages/79/e9/d264c899ab1cf861e56148f1b3d209b08eac3319fb82c2f41ad5bc363bf1/Dome9AWSSGAnalyzer-1.0.1.tar.gz" } ] }