This package allow connect with your partner center.
- Insurance that the steps in the next link it has been accomplished:
https://learn.microsoft.com/en-us/partner-center/develop/partner-center-authentication
- requests librar should be installed.
- git clone https://github.com/cronosy/CSP-PYTHON
- import from python code example:
- cd to CSP-PYTHON
pip install .
from csp_connect impot connect
con= connect.connect_csp("clientid","secretid","tenantid")
The connect return a Bearer token.