This is a public forked repo of microsoft's azure-devops-python-api!
This repository contains Python APIs for interacting with and managing Azure DevOps.
following is a list of changes on top of original repository
- update setup.py file
- deleted scripts directory
- removed v5_1 clients package`
- added 'DetailedResponse' class to return end point returned values and pagination token (bug fix for 6.0 clients)
- Some 'get' functions in git_client_base return FullResponse object instead of only deserialized response
change version inside setup.py file
execute the following from setup.py directory:
python setup.py sdist upload -r local