yrps

Results 6 issues of yrps

Like weathercom, and unlike many others, no API key is required for ordinary use. (I question whether requiring an API key is even acceptable for an end-user weather application.) This...

I'm not sure about wunderground, but you can get more days of data from weathercom simply by increasing the value of `dayf`. Example: http://wxdata.weather.com/wxdata/weather/local/94107:4:US?dayf=5&cc=* I am envisioning a callback that...

The [documentation implies](https://gitpitch.com/GothenburgBitFactory/taskserver-setup#/9) that your only options are self-signed certs, or buying a cert from a provider. Both of these are problematic: A publicly verifiable cert is pointless for a...

Discussed in #20. This changeset makes @hobarrera's example accepted without manual padding. The funny looking `for length in [2, 4, 5, 7, 10, 12, 13, 15]:` in the tests is...

Attempt to resolve travis failure in #22. Takes @hobarrera's suggestion to try freezegun instead of timecop.

https://github.com/tadeck/onetimepass/commit/cef34ffd87cbcb128c52ef246e650f67d8aff837/CONTRIBUTING.rst says to use doctest. But how? Doing `python -m unittest` from the repo root seems to work.