Skip to main content

Python library to interact with Cloud Conformity API

Project description

cloud-conformity-python-library

Python library to interact with Cloud Conformity API

Supported Functionality

Not all APIs are covered by this library yet. You can find the list of supported APIs below:

Requirements

You should have the following tools to install this library:

Installation

You can use pip and virtualenv. Create a new virtual environment, then activate the environment and install:

$ virtualenv -p python3 <path_to_anywhere_you_want_to>
$ source <path_to_anywhere_you_want_to>/bin/activate
$ pip install cloud-conformity

The other way, you can install it to your system's Python 3 (without virtualenv). In that case, sudo is most likely be required and pip3 is the command you should be using to install the package to your Python 3:

$ sudo pip3 install cloud-conformity

Test Your Installation

If you are using virtualenv, make sure the environment is activated. If not, make sure you are using the correct python:

$ python3

In the python interpreter, insert the following statements:

>>> from cloud_conformity import CloudConformity
>>> CloudConformity

The output should be: <class 'cloud_conformity.cloud_conformity.CloudConformity'>

Maintainer Guide

  1. After updating the code, make sure to update the code version on setup.py
  2. Follow this guide to ship the code to PyPi:

Author

License

Apache 2 Licensed. See LICENSE for full details.

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

cloud-conformity-1.0.3.tar.gz (6.8 kB view hashes)

Uploaded Source

Built Distribution

cloud_conformity-1.0.3-py3-none-any.whl (10.8 kB view hashes)

Uploaded Python 3

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