python-plexapi/plexapi
Elan Ruusamäe 7580fc84a9
Use cached_property decorator (#1065)
* Use @cached_property in PlexSession.user

* Use @cached_property in PlexServer.library

* Use @cached_property in PlexServer.settings

* Tests: Update clearing plex.settings cache

* Use @cached_property in LibrarySection.totalSize

* Add backports.cached-property==1.0.2; python_version<="3.7" dependency

* Import cached_property from dist or backports

* Add backports.cached-property to requirements_dev.txt

* Remove version pin for backports.cached-property in requirements.txt

Co-authored-by: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com>

Co-authored-by: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com>
2022-12-21 11:51:45 -08:00
..
__init__.py Fix various typos (#880) 2022-02-26 19:26:08 -08:00
alert.py Add support for error callback for AlertListener (#850) 2021-11-20 16:46:28 -08:00
audio.py Update PlexAPI to f-strings (#1000) 2022-08-27 22:56:01 -07:00
base.py Use cached_property decorator (#1065) 2022-12-21 11:51:45 -08:00
client.py "repeat" should not be a boolean: 0, 1 or 2 (#1046) 2022-11-08 16:36:56 -08:00
collection.py Factor out playQueue() method to PlexPartialObject (#1058) 2022-12-21 11:43:26 -08:00
config.py Update PlexAPI to f-strings (#1000) 2022-08-27 22:56:01 -07:00
const.py Release 4.13.1 2022-11-08 18:02:59 -08:00
exceptions.py Use Unauthorized exception (#447) 2020-04-09 15:56:26 -05:00
gdm.py Fix various typos (#880) 2022-02-26 19:26:08 -08:00
library.py Use cached_property decorator (#1065) 2022-12-21 11:51:45 -08:00
media.py Add Rating media tag (#1059) 2022-12-21 11:43:52 -08:00
mixins.py Add timeout parameter to uploadTheme (#1039) 2022-12-21 11:32:07 -08:00
myplex.py Add 2FA code parameter for MyPlexAccount (#1063) 2022-12-21 11:44:34 -08:00
photo.py Update PlexAPI to f-strings (#1000) 2022-08-27 22:56:01 -07:00
playlist.py Factor out playQueue() method to PlexPartialObject (#1058) 2022-12-21 11:43:26 -08:00
playqueue.py Factor out playQueue() method to PlexPartialObject (#1058) 2022-12-21 11:43:26 -08:00
server.py Use cached_property decorator (#1065) 2022-12-21 11:51:45 -08:00
settings.py Fix parsing settings enum (#1057) 2022-12-21 11:34:50 -08:00
sonos.py Update PlexAPI to f-strings (#1000) 2022-08-27 22:56:01 -07:00
sync.py Update PlexAPI to f-strings (#1000) 2022-08-27 22:56:01 -07:00
utils.py Use cached_property decorator (#1065) 2022-12-21 11:51:45 -08:00
video.py Add Rating media tag (#1059) 2022-12-21 11:43:52 -08:00