shotgunsoftware / python-api

A Python-based library for accessing Flow Production Tracking API.
https://developer.shotgridsoftware.com/python-api
Other
308 stars 198 forks source link

SG-11735 Python 3 Support #200

Closed willis102 closed 5 years ago

willis102 commented 5 years ago

First pass at adding Python 3 support for Python API. For CI and review.

Use six module to provide compatibility with Python 2.6, 2.7 and 3.7.

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 1096


Changes Missing Coverage Covered Lines Changed/Added Lines %
shotgun_api3/shotgun.py 103 122 84.43%
shotgun_api3/lib/mimetypes.py 0 20 0.0%
<!-- Total: 116 155 74.84% -->
Files with Coverage Reduction New Missed Lines %
shotgun_api3/lib/mimetypes.py 1 0.0%
<!-- Total: 1 -->
Totals Coverage Status
Change from base Build 1084: 1.7%
Covered Lines: 1341
Relevant Lines: 1967

💛 - Coveralls