Metadata-Version: 2.1
Name: partnercenterservices
Version: 0.1.2
Summary: Python SDK for Microsoft Partner Center Services API
Home-page: https://github.com/eduardomourar/partner-center-python
Author: Eduardo Rodrigues
Author-email: 
License: MIT
Keywords: api,microsoft,partnercenter
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: msrestazure (>=0.4.7)

# Partner Center Python SDK

[![Build Status](https://travis-ci.com/eduardomourar/partner-center-python.svg?branch=master)](https://travis-ci.com/eduardomourar/partner-center-python)

The Partner Center Python SDK provides an SDK to interact with [Microsoft's Partner Center service](https://apidocs.microsoft.com/services/partnercenterservice). This enables the partners to perform the Partner Center operations programmatically.

## Installing SDK

To install:

```bash
pip install partnercenterservices
```

## Supported Scenarios

To find pointers and code snippets that show how to use the Partner Center Python SDK to manage customers, get analytics, place orders, manage billing and subscriptions, provide support, and manage accounts and profiles, please check out the [supported scenarios](https://docs.microsoft.com/partner-center/develop/scenarios).

## Checking out the Source Code

Use the following command to clone the repository

```bash
git clone https://github.com/eduardomourar/partner-center-python.git
cd partner-center-python
```

### How to Build from Command Line

This was build using [AutoRest](https://github.com/Azure/autorest) and downloading [Partner_Center_Service_SwaggerDocument](https://apidocs.microsoft.com/services/partnercenterservice/SwaggerDocument) from Partner Center:

```bash
autorest --input-file=swagger.json --python --azure-arm=true --payload-flattening-threshold=2 --namespace=microsoft.store.partnercenterservices --package-name=partnercenterservices --package-version=0.1.0
```

## Related Projects

[Partner Center Java SDK](https://github.com/Microsoft/Partner-Center-Java)

[Partner Center .NET SDK Samples](https://github.com/PartnerCenterSamples/Partner-Center-SDK-Samples)


