Skip to content
This repository was archived by the owner on Jul 21, 2025. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Example 1 :

This example shows how to create and delete a tag for a security group ressource.

Requirements :

Please make sure that these packages are installed:

  • python
  • curl-config

How to use python examples :

Move to the python folder and run:

python3 -m venv env
source env/bin/activate to activate the virtual env.
pip install -e .

then just run the examples :

python3 example01.py <key> <value>

Finally, you can deactivate the virtual env:
deactivate