Metadata-Version: 2.1
Name: pyucs-samn
Version: 1.3.0
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: certifi (==2018.10.15)
Requires-Dist: chardet (==3.0.4)
Requires-Dist: idna (==2.7)
Requires-Dist: influxdb (==5.2.0)
Requires-Dist: pyasn1 (==0.4.4)
Requires-Dist: pyasn1-modules (==0.2.2)
Requires-Dist: pycrypt-samn (==1.2.2)
Requires-Dist: pycryptodome (==3.7.0)
Requires-Dist: pyparsing (==2.2.2)
Requires-Dist: python-dateutil (==2.7.4)
Requires-Dist: pytz (==2018.6)
Requires-Dist: requests (==2.20.0)
Requires-Dist: six (==1.11.0)
Requires-Dist: ucsmsdk (==0.9.5)
Requires-Dist: urllib3 (==1.24)

# 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
```




