Questions on PEP 440 - Version Identification and Dependency Specification

2018-08-18 Thread Ryan Holmes
Greetings all, I currently follow PEP 440 as it relates to my application. Right now we follow a x.y.z scheme, with y incrementing with our normal releases, z incrementing for any bug fixes for that release, and x not really incrementing unless something major happens (for example, our conversi

How to track usage within a desktop python application

2017-10-08 Thread Ryan Holmes
I maintain a desktop python application that is used by a decent number of folks (I would assume 10k+, though it's hard to know since it's based on number of downloads rather than number of unique users). I would like to integrate some sort of usage tracking that would enable me to determine num

Stripping sRGB profile from PNGs in python

2015-07-23 Thread Ryan Holmes
We're getting this error when trying to load some of out projects images: libpng warning: iCCP: known incorrect sRGB profile The source files that we have some with incorrect sRGB profiles. We don't have control over the source files, but what we normally do is take them and scale them d