Metadata-Version: 1.1
Name: py-ugs3client
Version: 0.5
Summary: UGS3 Python client
Home-page: https://github.com/vsevolod-kolchinsky/py-ugs3client
Author: Vsevolod Kolchinsky
Author-email: vsevolod.kolchinsky@gmail.com
License: Apache Software License
Description: # UGS3 Python SDK
        
        [![GitHub release](https://img.shields.io/github/release/vsevolod-kolchinsky/py-ugs3client.svg)]() [![Code Climate](https://codeclimate.com/github/vsevolod-kolchinsky/py-ugs3client/badges/gpa.svg)](https://codeclimate.com/github/vsevolod-kolchinsky/py-ugs3client)
        
        ## Installing
        
        ```
        pip install py-ugs3client
        ```
        
        ## Usage
        
        ```python
        from ugs3client import UGS3Client
        
        ugs3 = UGS3Client()
        containers = ugs3.find_containers(payload__type=1)
        
        ```
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
