Metadata-Version: 2.1
Name: duplocloud-client
Version: 0.0.6
Summary: Generic DuploClient for Python apps.
Home-page: https://github.com/duplocloud/py-client
Author: Kelly Ferrone
Author-email: kelly@duplocloud.net
Project-URL: Bug Tracker, https://github.com/duplocloud/py-client/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# Duplocloud Py Client  

A package to spawn service clients for working with Duplocloud. 

## Installation  

From PyPi:
```
pip install duplocloud-client
```

From source:
```
pip install .
```

