gojiplus / get-weather-data

Get weather data for a list of zip codes for a range of dates
http://get-weather-data.readthedocs.io/en/latest/
MIT License
38 stars 18 forks source link

Before PyPI submission #6

Closed soodoku closed 8 years ago

soodoku commented 8 years ago
  1. Fix dead links in the readme
  2. Better reorganization of non code files: http://python-packaging.readthedocs.io/en/latest/non-code-files.html Follow python package structure from here: http://docs.python-guide.org/en/latest/writing/structure/
  3. Provide simple documentation for how to use the package rather than have separate readme files in separate folders? --- Not sure what is better
  4. Add unit tests and add to travis.yml
  5. Add PyPI downloads and version badges?
suriyan commented 8 years ago

done for 1 to 3 and now submission available here :- https://pypi.python.org/pypi/get-weather-data

suriyan commented 8 years ago

PyPI badges added to README.rst

suriyan commented 8 years ago

Full documentation will be revised and publish here :- http://get-weather-data.readthedocs.io/en/latest/index.html

suriyan commented 8 years ago

7 unit tests, tox and travis-ci