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.

Directory Structure
-------------------
  * lib     - Contains Python Libraries to be installed or added to the applications classpath.
  * doc     - Contains the getting started guide for Python SDK.
  * sample  - Contains code samples explaining the usage of NITRO APIs.
  * nssrc   - Contains the NITRO source code.

Installation
------------
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
  
License
-------
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.

Prefered Python Version
--------------------
This Python SDK is developed using python v2.7.6 