Metadata-Version: 1.1
Name: plex-version
Version: 1.1.1
Summary: Plex Version API
Home-page: https://github.com/jackwilsdon/plex_version
Author: Jack Wilsdon
Author-email: jack.wilsdon@gmail.com
License: AGPL-3.0
Description: 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_.
        
        .. code-block:: python
        
            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)
        
        .. _plex.tv: https://plex.tv
        
Keywords: plex version
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.0
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
