Metadata-Version: 2.1
Name: pyucs-samn
Version: 2.0.2
Summary: Customized UCS Python Module
Home-page: https://github.com/ToxicSamN/pyucs
Author: Sammy Shuck github.com/ToxicSamN
Author-email: UNKNOWN
License: Apache
Keywords: pyucs,pyucs-samn
Platform: UNKNOWN
Requires-Dist: influxdb (==5.2.0)
Requires-Dist: pycrypt-samn (==1.2.6)
Requires-Dist: pyparsing (==2.3.0)
Requires-Dist: python-dateutil (==2.7.5)
Requires-Dist: pytz (==2018.7)
Requires-Dist: ucsmsdk (==0.9.5)

# pyucs

This is a custom ucs module that adds some functionality to the ucsmsdk.
The ucsmsdk module is a series of basic methods such as query_dn or query_classid. There isn't a whole lot of additional 
capabilities. So pyucs attempts to address some fo this such as providing a get_vnic or get_service_profile methods
that allows more targeted approaches. This module is still a work in progress but is a good start.
Again this is a custom module so there are some things that fit with only my environment such as the pyucs.credentials module
that relies upon my own credentialstore API.


## Installation
From GitHub repo
```
python setup.py install
```
From PyPi
```
pip install pyucs-samn
```

## Import the Module

```
from pyucs.ucs import Ucs
from pyucs.statsd.collector import StatsCollector
```




