log

age author description
Tue, 15 Oct 2019 22:40:24 -0400 Paul Fisher Make logger and HTTP writer more general and resilient.
Sun, 29 Sep 2019 12:11:16 -0400 Paul Fisher daemon: Fail less ungracefully, bump to v0.1.0.
Sun, 29 Sep 2019 11:53:35 -0400 Paul Fisher Create 'daemon.py', a runner to tie it all together.
Sun, 29 Sep 2019 11:52:23 -0400 Paul Fisher http_writer: switch to "preamble" based location/password.
Sun, 29 Sep 2019 01:18:58 -0400 Paul Fisher Add HTTPWriter, which actually writes over HTTP.
Sat, 28 Sep 2019 20:21:35 -0400 Paul Fisher setup: Try adding setup_requires=wheel?
Sat, 28 Sep 2019 20:14:31 -0400 Paul Fisher Fix setuptools/pip metadata to be consistent+complete.
Sat, 28 Sep 2019 20:09:29 -0400 Paul Fisher add pip packaging metadata.
Sat, 28 Sep 2019 19:55:27 -0400 Paul Fisher logger_test: Ensure it crashes when the file is locked.
Sat, 28 Sep 2019 19:28:22 -0400 Paul Fisher Add remote logger class for eventual HTTP writer.
Fri, 27 Sep 2019 21:42:47 -0400 Paul Fisher reader_test: use the value one up from the median when even.
Fri, 27 Sep 2019 21:38:23 -0400 Paul Fisher reader: Use floor-division for list index.
Fri, 27 Sep 2019 21:37:23 -0400 Paul Fisher reader: Actually throw ValueError from _last_stable.
Fri, 27 Sep 2019 21:36:16 -0400 Paul Fisher reader: Fix attr order in Reading.
Fri, 27 Sep 2019 21:28:38 -0400 Paul Fisher Create initial version of weather sensor reader.