Skip to content

jackwilsdon/plex_version

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plex Version API

Plex Version API is a Python library designed to the allow quick and easy retrieval of the latest version of Plex software from plex.tv.

import plex_version

# Create a new client for the API
client = plex_version.client.Client()

# Get a list of all PMS versions
versions = client.get(plex_version.version.PLEX_MEDIA_SERVER)

# Print the list of versions
print(versions)

About

Plex Version API

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages