tbekolay / quantities-comparison

Comparisons of Python packages for representing physical quantities.
11 stars 4 forks source link

Matrix showing pure pythonness? #3

Closed rsignell-usgs closed 11 years ago

rsignell-usgs commented 11 years ago

Trevor, I'm looking for a units package that will be easy to get going on a Windows machine, since I want to use it with ArcGIS (which runs on windows). I know this isn't a big job, but do you know which of the units packages are pure python?

-Rich

tbekolay commented 11 years ago

I haven't looked into each package's dependencies completely, but that's a good idea! For now, I took a brief look, and the only package that looks like it uses only standard library dependencies is magnitude.

rsignell-usgs commented 11 years ago

Awesome! Thanks!