-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme_start.txt
26 lines (20 loc) · 1.01 KB
/
readme_start.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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 API reference and a getting started guide.
* 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