ajdawson / windspharm

A Python library for spherical harmonic computations on vector winds.
http://ajdawson.github.io/windspharm
MIT License
82 stars 38 forks source link

Experimental Python 3 support using six. #28

Closed ajdawson closed 10 years ago

ajdawson commented 10 years ago

Implements Python 3 support using the six module so one code base can be used for all versions. A possible alternative to #27.

ajdawson commented 10 years ago

Note: Need to patch pyspharm for the CI tests.

ajdawson commented 10 years ago

Closed in favour of #29.