tinify/tinify-python
Python client for the Tinify API.
3 Releases
Latest: 8mo ago
1.7.1 - Use GET/POST when appropriate1.7.1Latest
Previously a GET would always be used for fetching the result and for transforming a result. Now a GET is only used when it is only a download operation with no body.
1.7.0 - Add type annotations1.7.0
📋 Changes
- Added type annotations
- Updated runtime support
- Dropped python 3.7
- Added Python 3.12
- Added Python 3.13
- Replaced httpretty with requests-mock
1.6.0 - New features and extended runtime support1.6.0
📋 Changes
- Dropped 2.6
- Added python 3.7
- Added python 3.8
- Added python 3.9
- Added python 3.10
- Added python 3.11
- Fixed tests that were not working on windows
- Add methods for the transcoding and transformation API
- + 1 more
