{ "info": { "author": "Daniel Cardoza", "author_email": "dan@danielcardoza.com", "bugtrack_url": null, "classifiers": [], "description": "\n# aws-manifest\n\nA python package for retrieving information about aws's api manifest consisting\nof resources and their actions.\n\n## Getting Started\n\n`pip3 install aws-manifest`\n\n## Usage\n\n```\nfrom awsmanifest import manifest, AwsManifest\n\n# Retrieve the latest set of aws resources\nm = manifest()\nprint(m[\"serviceMap\"][\"Amazon Ec2][\"Actions])\n\n# Retrieve the bundled local copy of aws resources\nm = manifest(local=True)\n...\n\n# For helper functions, use the `AwsManifest` class\na = AwsManifest()\nprint(a.service_prefixes())\nprint(a.actions(\"Amazon Ec2))\nprint(a.actions(\"s3))\n...\n```\n\n# Licensing\n\nMIT\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/dang3r/aws-actions", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "aws-manifest", "package_url": "https://pypi.org/project/aws-manifest/", "platform": "", "project_url": "https://pypi.org/project/aws-manifest/", "project_urls": { "Homepage": "https://github.com/dang3r/aws-actions" }, "release_url": "https://pypi.org/project/aws-manifest/0.1.0/", "requires_dist": [ "requests", "pytest" ], "requires_python": ">=3.4.0", "summary": "Package for retrieving aws resource names and their actions", "version": "0.1.0" }, "last_serial": 5611136, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "047957ebbb4425cba5b17b834402c886", "sha256": "4ffa32d2459c4b78024f6b20c2139500b9c24e10fc067d3b9b74250e50515107" }, "downloads": -1, "filename": "aws_manifest-0.1.0-py3.7.egg", "has_sig": false, "md5_digest": "047957ebbb4425cba5b17b834402c886", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": ">=3.4.0", "size": 40980, "upload_time": "2019-07-31T03:52:46", "url": "https://files.pythonhosted.org/packages/01/e7/ab25faac9566d097f9066cf8392e2e41fc2c245547c06a17c4f69ab43eaf/aws_manifest-0.1.0-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "27ad7bd3efe6b70a14a744966183f13d", "sha256": "c9e607a189ad6c8ed82649d8256f19d22b79a87b8ab1da4809585f4a9432e735" }, "downloads": -1, "filename": "aws_manifest-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "27ad7bd3efe6b70a14a744966183f13d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.4.0", "size": 39440, "upload_time": "2019-07-31T03:15:59", "url": "https://files.pythonhosted.org/packages/c2/c1/60b83ed4d369edce22ed372841b8eaa77eaf13268d7a85a5647dcd19ca5f/aws_manifest-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "567d7e29284c2252d5a3db3d39cf5bec", "sha256": "d517e215d159dbdb6588256efec277a5dd8f884eb5e8134f6d63dc1fdd8faa8d" }, "downloads": -1, "filename": "aws-manifest-0.1.0.tar.gz", "has_sig": false, "md5_digest": "567d7e29284c2252d5a3db3d39cf5bec", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4.0", "size": 39148, "upload_time": "2019-07-31T03:16:01", "url": "https://files.pythonhosted.org/packages/44/2d/158139950906d255bd6b6ad3c2120917898c6966fb18af7d40ba85f89cf4/aws-manifest-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "047957ebbb4425cba5b17b834402c886", "sha256": "4ffa32d2459c4b78024f6b20c2139500b9c24e10fc067d3b9b74250e50515107" }, "downloads": -1, "filename": "aws_manifest-0.1.0-py3.7.egg", "has_sig": false, "md5_digest": "047957ebbb4425cba5b17b834402c886", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": ">=3.4.0", "size": 40980, "upload_time": "2019-07-31T03:52:46", "url": "https://files.pythonhosted.org/packages/01/e7/ab25faac9566d097f9066cf8392e2e41fc2c245547c06a17c4f69ab43eaf/aws_manifest-0.1.0-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "27ad7bd3efe6b70a14a744966183f13d", "sha256": "c9e607a189ad6c8ed82649d8256f19d22b79a87b8ab1da4809585f4a9432e735" }, "downloads": -1, "filename": "aws_manifest-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "27ad7bd3efe6b70a14a744966183f13d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.4.0", "size": 39440, "upload_time": "2019-07-31T03:15:59", "url": "https://files.pythonhosted.org/packages/c2/c1/60b83ed4d369edce22ed372841b8eaa77eaf13268d7a85a5647dcd19ca5f/aws_manifest-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "567d7e29284c2252d5a3db3d39cf5bec", "sha256": "d517e215d159dbdb6588256efec277a5dd8f884eb5e8134f6d63dc1fdd8faa8d" }, "downloads": -1, "filename": "aws-manifest-0.1.0.tar.gz", "has_sig": false, "md5_digest": "567d7e29284c2252d5a3db3d39cf5bec", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4.0", "size": 39148, "upload_time": "2019-07-31T03:16:01", "url": "https://files.pythonhosted.org/packages/44/2d/158139950906d255bd6b6ad3c2120917898c6966fb18af7d40ba85f89cf4/aws-manifest-0.1.0.tar.gz" } ] }