python-plexapi/plexapi
Toomas Uudisaru a03d67cfb4 Python3 fixes / urllib, printing, dict access
Python 3 fixes (compatible with Python 2):
- use urllib.parse module for quote() and urlencode() instead of urllib
- printing using parenthesis
- dict access: items() instead of iteritems(), keys() converted to list
- filter(): convert results to list
2015-09-05 17:09:15 +03:00
..
__init__.py Update version 2015-08-30 21:00:44 -04:00
client.py Update timeline() to use server.query to include proper headers and timeout 2015-08-30 20:59:25 -04:00
config.py All example and tests working; A few minor changes in the api provided by plex required some rejiggering 2015-06-14 22:45:22 -04:00
exceptions.py Include plex token on all urls 2015-02-23 22:42:29 -05:00
library.py Python3 fixes / urllib, printing, dict access 2015-09-05 17:09:15 +03:00
media.py Python3 fixes / urllib, printing, dict access 2015-09-05 17:09:15 +03:00
myplex.py Convert filter back to list to make Python3 happy 2015-06-17 22:39:57 -04:00
playqueue.py Fix / in playQueues; Update iphone-name 2015-06-08 22:19:20 -04:00
server.py Python3 fixes / urllib, printing, dict access 2015-09-05 17:09:15 +03:00
sync.py Python3 fixes / urllib, printing, dict access 2015-09-05 17:09:15 +03:00
utils.py Python3 fixes / urllib, printing, dict access 2015-09-05 17:09:15 +03:00
video.py Python3 fixes / urllib, printing, dict access 2015-09-05 17:09:15 +03:00