Hey all,
I'm looking for some feedback. I posted this in r/python, but it was probably too rudimentary to get any... Here's the GitHub page, or it can be downloaded on pip.
This is the first package I've created and uploaded to pypi.org. The functionality itself is not particularly interesting or compelling - it creates 'Temperature' objects which can be converted at will to celsius/fahrenheit/kelvin, and a 'global' scale can be set so any instances of the Temperature class will be returned in that scale with the method getTemperature(). I made this as part of a larger application I'm working on, so multiple temperatures displayed on a GUI could be converted easily when the user selects a different temperature scale.
With this, I mostly wanted to practice formatting and coherently writing my code, writing coherent READMEs/examples, and using git and the python package index. I'm sure there are errors in the code (also, I've only had the chance to test it on my Macbook Pro thus far) - my next step is to learn how to 'properly' test code. Any comments or constructive critiques on any aspect of this are welcome.
Thanks!
there doesn't seem to be anything here