This library is intended to be an interface to the Xpanse Expander API .
pip install xpanse Requirements ¶ Python 3.7+
# Import client from xpanse.client import ExClient # initialize client client = ExClient () # get ip_range iterator object and dump to a list ranges = client . assets . ip_range . list () . dump () You can view more example code in the examples directory.