Metadata-Version: 2.0 Name: alpine-release-info Version: 1.0.0 Summary: Alpine Linux release information Home-page: https://github.com/privazio/alpine_release_info Author: Rafael del Valle Author-email: rvalle@valletech.eu License: GPLv3 Keywords: linux alpine docker ansible puppet Platform: UNKNOWN Classifier: Development Status :: 4 - Beta Classifier: Intended Audience :: Developers Classifier: Topic :: Software Development :: Build Tools Classifier: License :: OSI Approved :: MIT License Classifier: Programming Language :: Python :: 2 Classifier: Programming Language :: Python :: 2.7 Requires-Dist: PyYAML Requires-Dist: commandify Provides-Extra: dev Requires-Dist: check-manifest; extra == 'dev' Provides-Extra: test Requires-Dist: coverage; extra == 'test' Alpine Linux Release Info ========================= Command line utility to query Alpine Linux's distribution tree. The targeted use case is the continuous delivery of products based on Alpine Linux such as Docker Images. This script will deliver the latest release given branch, architecture, flavor, etc. There are many other parameters that can be queried such as: url to download, sha512, gpg signature, etc. Usage ===== To install the latest release of this utility: pip install alpine_release_info For help on the available parameters: alpine_release_info -h To query the download url for the latest release on the v3.5 branch for armhf architecture and minirootfs flavor: alpine_release_info -a armhf -b v3.5 -f alpine-minirootfs -q url