From 33dc5d01853bc4d2eed279c3afcb6850183cdb99 Mon Sep 17 00:00:00 2001 From: enkore Date: Fri, 13 Jun 2014 20:19:53 +0200 Subject: [PATCH] Update readme --- README.rst | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index afe502c..6d126fa 100644 --- a/README.rst +++ b/README.rst @@ -692,7 +692,7 @@ Settings: :host: (default: ``localhost``) :port: MPD port (default: ``6600``) :format: formatp string (default: ``{title} {status}``) -:status: Dictionary mapping pause, play and stop to output (default: ``{'pause': '▷', 'play': '▶', 'stop': '◾'}``) +:status: Dictionary mapping pause, play and stop to output (default: ``{'play': '▶', 'pause': '▷', 'stop': '◾'}``) :interval: (default: ``1``) @@ -739,13 +739,20 @@ parcel Used to track parcel/shipments. +Supported carriers: DHL, UPS, Itella + +- parcel.UPS("") +- parcel.DHL("") +- parcel.Itella(""[, "en"|"fi"|"sv"]) + Second parameter is language. Requires beautiful soup 4 (bs4) + Settings: :instance: Tracker instance, for example ``parcel.UPS('your_id_code')`` :format: (default: ``{name}:{progress}``) :name: -:interval: (default: ``20``) +:interval: (default: ``60``)