Metadata-Version: 1.1
Name: py-ugs3client
Version: 0.2
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
        
        ## 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
