Overview ======== Welcome to nOps SDK's documentation. Requirements ------------ - Python 3.9 or newer - requests - boto3 Features ------------ - Estimate infrastructure cost changes based on terraform changes. See :py:mod:`nops_sdk.pricing` for this functionality. - Get related resources of a given resource. See for example :py:mod:`nops_sdk.account` for this functionality. - Fetch resources using GraphQL queries. See :py:mod:`nops_sdk.graphql` for more. - Get an overview and detailed near real time picture of Reserved Instance utilization in your cloud. See :py:mod:`nops_sdk.ri` for more.