Skip to main content

Package for retrieving aws resource names and their actions

Project description

aws-manifest

A python package for retrieving information about aws's api manifest consisting of resources and their actions.

Getting Started

pip3 install aws-manifest

Usage

from awsmanifest import manifest, AwsManifest

# Retrieve the latest set of aws resources
m = manifest()
print(m["serviceMap"]["Amazon Ec2]["Actions])

# Retrieve the bundled local copy of aws resources
m = manifest(local=True)
...

# For helper functions, use the `AwsManifest` class
a = AwsManifest()
print(a.service_prefixes())
print(a.actions("Amazon Ec2))
print(a.actions("s3))
...

Licensing

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aws-manifest-0.1.0.tar.gz (39.1 kB view details)

Uploaded Source

Built Distributions

aws_manifest-0.1.0-py3.7.egg (41.0 kB view details)

Uploaded Source

aws_manifest-0.1.0-py3-none-any.whl (39.4 kB view details)

Uploaded Python 3

File details

Details for the file aws-manifest-0.1.0.tar.gz.

File metadata

  • Download URL: aws-manifest-0.1.0.tar.gz
  • Upload date:
  • Size: 39.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.7.1

File hashes

Hashes for aws-manifest-0.1.0.tar.gz
Algorithm Hash digest
SHA256 d517e215d159dbdb6588256efec277a5dd8f884eb5e8134f6d63dc1fdd8faa8d
MD5 567d7e29284c2252d5a3db3d39cf5bec
BLAKE2b-256 442d158139950906d255bd6b6ad3c2120917898c6966fb18af7d40ba85f89cf4

See more details on using hashes here.

File details

Details for the file aws_manifest-0.1.0-py3.7.egg.

File metadata

  • Download URL: aws_manifest-0.1.0-py3.7.egg
  • Upload date:
  • Size: 41.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.7.1

File hashes

Hashes for aws_manifest-0.1.0-py3.7.egg
Algorithm Hash digest
SHA256 4ffa32d2459c4b78024f6b20c2139500b9c24e10fc067d3b9b74250e50515107
MD5 047957ebbb4425cba5b17b834402c886
BLAKE2b-256 01e7ab25faac9566d097f9066cf8392e2e41fc2c245547c06a17c4f69ab43eaf

See more details on using hashes here.

File details

Details for the file aws_manifest-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: aws_manifest-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 39.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.7.1

File hashes

Hashes for aws_manifest-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 c9e607a189ad6c8ed82649d8256f19d22b79a87b8ab1da4809585f4a9432e735
MD5 27ad7bd3efe6b70a14a744966183f13d
BLAKE2b-256 c2c160b83ed4d369edce22ed372841b8eaa77eaf13268d7a85a5647dcd19ca5f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page