Metadata-Version: 2.1
Name: ubuntu-release-info
Version: 20.1
Summary: Ubuntu distribution release information
Home-page: https://github.com/powersj/ubuntu-release-info
Author: Joshua Powers
Author-email: josh.powers@canonical.com
License: UNKNOWN
Download-URL: https://github.com/powersj/ubuntu-release-info/tarball/master
Description: # Ubuntu Release Info
        
        [![Build Status](https://travis-ci.org/powersj/ubuntu-release-info.svg?branch=master)](https://travis-ci.org/powersj/ubuntu-release-info) [![Snap Status](https://build.snapcraft.io/badge/powersj/ubuntu-release-info.svg)](https://build.snapcraft.io/user/powersj/ubuntu-release-info)
        
        [![Get it from the Snap Store](https://snapcraft.io/static/images/badges/en/snap-store-black.svg)](https://snapcraft.io/ubuntu-release-info)
        
        Ubuntu distribution release information
        
        Similar to the 'distro-info' package, this class parses and contains
        the Ubuntu release information. Instead of a static data file, this
        instead downloads the the meta-release information from
        changelogs.ubuntu.com, and parses it to determine the most recent
        release information.
        
        ## Install
        
        Users can obtain ubuntu-release-download as a snap:
        
        ```shell
        snap install ubuntu-release-info
        ```
        
        Or via PyPI:
        
        ```shell
        pip3 install ubuntu-release-info
        ```
        
        ## Usage
        
        Run the command with the flag to see the codenames matching that flag:
        
        ```shell
        ubuntu-release-info
        ```
        
        Options:
        
        * all:
        * lts:
        * devel:
        * supported:
        * unsupported:
        
Keywords: ubuntu,distro,release,info
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Testing
Requires-Python: >=3.4
Description-Content-Type: text/markdown
