csparpa / pyowm

A Python wrapper around the OpenWeatherMap web API
https://pyowm.readthedocs.io
MIT License
791 stars 175 forks source link

Port to Python 3 #10

Closed csparpa closed 10 years ago

csparpa commented 10 years ago

The portability assessment shall lead us to decide between one of the following actions:

A good start is to run the 2to3.py utility

A more convenient way is to use tox

csparpa commented 10 years ago

Implemented with release 1.2.0: ported code to Python 3.3.5