pywws.Tasks

Routines to perform common tasks such as plotting gaphs or uploading files.

Classes

Calib(params, stored_data) Calibration class that implements default or user calibration.
RegularTasks(params, status, raw_data, ...)
ToService(params, status, calib_data, ...) Upload weather data to weather services such as Weather Underground.
datetime datetime(year, month, day[, hour[, minute[, second[, microsecond[,tzinfo]]]]])
deque deque([iterable[, maxlen]]) –> deque object
timedelta Difference between two datetime values.
class pywws.Tasks.RegularTasks(params, status, raw_data, calib_data, hourly_data, daily_data, monthly_data, asynch=False)[source]
stop_thread()[source]
has_live_tasks()[source]
do_live(data)[source]
do_tasks()[source]
do_twitter(template, data=None)[source]
do_plot(template)[source]
do_template(template, data=None)[source]

Comments or questions? Please subscribe to the pywws mailing list http://groups.google.com/group/pywws and let us know.

Previous topic

pywws.livelogdaemon

Next topic

pywws.LogData