The Citrix® NetScaler® NITRO for Python allows you to configure and monitor the NetScaler appliance programmatically in Python based applications.
This readme briefly explains the directory structure of the SDK.
- doc - Contains the API reference and a getting started guide.
- sample - Contains code samples explaining the usage of NITRO APIs.
- nssrc - Contains the NITRO source code.
Once you have a copy of the source archive unpacked into a similarly-named directory, you can embed it in your Python package, or install it into your site-packages easily:
$ python setup.py install
Netscaler nitro python sdk is free software. You can redistribute and modify it under the terms of the Apache License. See LICENSE.txt for details.
This Python SDK was originally developed using python v2.7.6 An automatic and manual update has brought the minimum version up to python 3.5