wolfsoftware.get-language-versions


Namewolfsoftware.get-language-versions JSON
Version 0.1.2 PyPI version JSON
download
home_pagehttps://github.com/DevelopersToolbox/get-language-verisons
SummaryFetch up-to-date data on the latest version(s) available on Github Actions for a given set of languages.
upload_time2024-06-26 16:51:35
maintainerNone
docs_urlNone
authorWolf Software
requires_python>=3.9
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <!-- markdownlint-disable -->
<p align="center">
    <a href="https://github.com/DevelopersToolbox/">
        <img src="https://cdn.wolfsoftware.com/assets/images/github/organisations/developerstoolbox/black-and-white-circle-256.png" alt="DevelopersToolbox logo" />
    </a>
    <br />
    <a href="https://github.com/DevelopersToolbox/get-language-versions/actions/workflows/cicd.yml">
        <img src="https://img.shields.io/github/actions/workflow/status/DevelopersToolbox/get-language-versions/cicd.yml?branch=master&label=build%20status&style=for-the-badge" alt="Github Build Status" />
    </a>
    <a href="https://github.com/DevelopersToolbox/get-language-versions/blob/master/LICENSE.md">
        <img src="https://img.shields.io/github/license/DevelopersToolbox/get-language-versions?color=blue&label=License&style=for-the-badge" alt="License">
    </a>
    <a href="https://github.com/DevelopersToolbox/get-language-versions">
        <img src="https://img.shields.io/github/created-at/DevelopersToolbox/get-language-versions?color=blue&label=Created&style=for-the-badge" alt="Created">
    </a>
    <br />
    <a href="https://github.com/DevelopersToolbox/get-language-versions/releases/latest">
        <img src="https://img.shields.io/github/v/release/DevelopersToolbox/get-language-versions?color=blue&label=Latest%20Release&style=for-the-badge" alt="Release">
    </a>
    <a href="https://github.com/DevelopersToolbox/get-language-versions/releases/latest">
        <img src="https://img.shields.io/github/release-date/DevelopersToolbox/get-language-versions?color=blue&label=Released&style=for-the-badge" alt="Released">
    </a>
    <a href="https://github.com/DevelopersToolbox/get-language-versions/releases/latest">
        <img src="https://img.shields.io/github/commits-since/DevelopersToolbox/get-language-versions/latest.svg?color=blue&style=for-the-badge" alt="Commits since release">
    </a>
    <br />
    <a href="https://github.com/DevelopersToolbox/get-language-versions/blob/master/.github/CODE_OF_CONDUCT.md">
        <img src="https://img.shields.io/badge/Code%20of%20Conduct-blue?style=for-the-badge" />
    </a>
    <a href="https://github.com/DevelopersToolbox/get-language-versions/blob/master/.github/CONTRIBUTING.md">
        <img src="https://img.shields.io/badge/Contributing-blue?style=for-the-badge" />
    </a>
    <a href="https://github.com/DevelopersToolbox/get-language-versions/blob/master/.github/SECURITY.md">
        <img src="https://img.shields.io/badge/Report%20Security%20Concern-blue?style=for-the-badge" />
    </a>
    <a href="https://github.com/DevelopersToolbox/get-language-versions/issues">
        <img src="https://img.shields.io/badge/Get%20Support-blue?style=for-the-badge" />
    </a>
</p>

## Overview

This is a command line version of our github action [get-language-versions](https://github.com/ActionsToolbox/get-language-versions).

This script will fetch up-to-date data on the latest version(s) available on Github Actions for a given set of languages. It does this by first
identifying the latest release (if the version source is in GitHub), and then extracting the information from the versions file of that latest release.

It will also compare this to the End-Of-Life (EOL) data for that language to ensure that you are not being given EOL versions (unless you specifically
as the tool to give them to you).

## Installation

```
pip install wolfsoftware.get-language-versions
```

## Supported Languages

- Go
- Node / NodeJS
- Perl
- Php
- Python
- Ruby
- Terraform

## Usage

```
usage: get-language-versions [-h] [-v] [-H] [-L] [-P] [-R] [-m MIN_VERSION] [-M MAX_VERSION] [-V MAX_VERSIONS] [-l {go,node,nodejs,perl,php,python,ruby,terraform}]

flags:
  -h, --help            Show this help message and exit.
  -v, --version         Show program's version number and exit.

optional flags:
  -H, --highest-only    Only return the highest version found. (default: False)
  -L, --list-languages  List the supported languages (default: False)
  -P, --include-pre-releases
                        Include pre-release versions (default: False)
  -R, --remove-patch-version
                        Strip the patch version from the returned versions. (default: False)

optional:
  -m MIN_VERSION, --min-version MIN_VERSION
                        The minimum version to start from (default: EOL)
  -M MAX_VERSION, --max-version MAX_VERSION
                        The maximum version to include (default: LATEST)
  -V MAX_VERSIONS, --max-versions MAX_VERSIONS
                        The maximum number of versions to return (default: 0)

required:
  -l {go,node,nodejs,perl,php,python,ruby,terraform}, --language {go,node,nodejs,perl,php,python,ruby,terraform}
                        The language to check. (default: None)
```

<br />
<p align="right"><a href="https://wolfsoftware.com/"><img src="https://img.shields.io/badge/Created%20by%20Wolf%20on%20behalf%20of%20Wolf%20Software-blue?style=for-the-badge" /></a></p>

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/DevelopersToolbox/get-language-verisons",
    "name": "wolfsoftware.get-language-versions",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "Wolf Software",
    "author_email": "pypi@wolfsoftware.com",
    "download_url": "https://files.pythonhosted.org/packages/9a/91/4f3246a049bab224b677948b02920c9da316aade0f9d0de103b5cf9a0e16/wolfsoftware_get_language_versions-0.1.2.tar.gz",
    "platform": null,
    "description": "<!-- markdownlint-disable -->\n<p align=\"center\">\n    <a href=\"https://github.com/DevelopersToolbox/\">\n        <img src=\"https://cdn.wolfsoftware.com/assets/images/github/organisations/developerstoolbox/black-and-white-circle-256.png\" alt=\"DevelopersToolbox logo\" />\n    </a>\n    <br />\n    <a href=\"https://github.com/DevelopersToolbox/get-language-versions/actions/workflows/cicd.yml\">\n        <img src=\"https://img.shields.io/github/actions/workflow/status/DevelopersToolbox/get-language-versions/cicd.yml?branch=master&label=build%20status&style=for-the-badge\" alt=\"Github Build Status\" />\n    </a>\n    <a href=\"https://github.com/DevelopersToolbox/get-language-versions/blob/master/LICENSE.md\">\n        <img src=\"https://img.shields.io/github/license/DevelopersToolbox/get-language-versions?color=blue&label=License&style=for-the-badge\" alt=\"License\">\n    </a>\n    <a href=\"https://github.com/DevelopersToolbox/get-language-versions\">\n        <img src=\"https://img.shields.io/github/created-at/DevelopersToolbox/get-language-versions?color=blue&label=Created&style=for-the-badge\" alt=\"Created\">\n    </a>\n    <br />\n    <a href=\"https://github.com/DevelopersToolbox/get-language-versions/releases/latest\">\n        <img src=\"https://img.shields.io/github/v/release/DevelopersToolbox/get-language-versions?color=blue&label=Latest%20Release&style=for-the-badge\" alt=\"Release\">\n    </a>\n    <a href=\"https://github.com/DevelopersToolbox/get-language-versions/releases/latest\">\n        <img src=\"https://img.shields.io/github/release-date/DevelopersToolbox/get-language-versions?color=blue&label=Released&style=for-the-badge\" alt=\"Released\">\n    </a>\n    <a href=\"https://github.com/DevelopersToolbox/get-language-versions/releases/latest\">\n        <img src=\"https://img.shields.io/github/commits-since/DevelopersToolbox/get-language-versions/latest.svg?color=blue&style=for-the-badge\" alt=\"Commits since release\">\n    </a>\n    <br />\n    <a href=\"https://github.com/DevelopersToolbox/get-language-versions/blob/master/.github/CODE_OF_CONDUCT.md\">\n        <img src=\"https://img.shields.io/badge/Code%20of%20Conduct-blue?style=for-the-badge\" />\n    </a>\n    <a href=\"https://github.com/DevelopersToolbox/get-language-versions/blob/master/.github/CONTRIBUTING.md\">\n        <img src=\"https://img.shields.io/badge/Contributing-blue?style=for-the-badge\" />\n    </a>\n    <a href=\"https://github.com/DevelopersToolbox/get-language-versions/blob/master/.github/SECURITY.md\">\n        <img src=\"https://img.shields.io/badge/Report%20Security%20Concern-blue?style=for-the-badge\" />\n    </a>\n    <a href=\"https://github.com/DevelopersToolbox/get-language-versions/issues\">\n        <img src=\"https://img.shields.io/badge/Get%20Support-blue?style=for-the-badge\" />\n    </a>\n</p>\n\n## Overview\n\nThis is a command line version of our github action [get-language-versions](https://github.com/ActionsToolbox/get-language-versions).\n\nThis script will fetch up-to-date data on the latest version(s) available on Github Actions for a given set of languages. It does this by first\nidentifying the latest release (if the version source is in GitHub), and then extracting the information from the versions file of that latest release.\n\nIt will also compare this to the End-Of-Life (EOL) data for that language to ensure that you are not being given EOL versions (unless you specifically\nas the tool to give them to you).\n\n## Installation\n\n```\npip install wolfsoftware.get-language-versions\n```\n\n## Supported Languages\n\n- Go\n- Node / NodeJS\n- Perl\n- Php\n- Python\n- Ruby\n- Terraform\n\n## Usage\n\n```\nusage: get-language-versions [-h] [-v] [-H] [-L] [-P] [-R] [-m MIN_VERSION] [-M MAX_VERSION] [-V MAX_VERSIONS] [-l {go,node,nodejs,perl,php,python,ruby,terraform}]\n\nflags:\n  -h, --help            Show this help message and exit.\n  -v, --version         Show program's version number and exit.\n\noptional flags:\n  -H, --highest-only    Only return the highest version found. (default: False)\n  -L, --list-languages  List the supported languages (default: False)\n  -P, --include-pre-releases\n                        Include pre-release versions (default: False)\n  -R, --remove-patch-version\n                        Strip the patch version from the returned versions. (default: False)\n\noptional:\n  -m MIN_VERSION, --min-version MIN_VERSION\n                        The minimum version to start from (default: EOL)\n  -M MAX_VERSION, --max-version MAX_VERSION\n                        The maximum version to include (default: LATEST)\n  -V MAX_VERSIONS, --max-versions MAX_VERSIONS\n                        The maximum number of versions to return (default: 0)\n\nrequired:\n  -l {go,node,nodejs,perl,php,python,ruby,terraform}, --language {go,node,nodejs,perl,php,python,ruby,terraform}\n                        The language to check. (default: None)\n```\n\n<br />\n<p align=\"right\"><a href=\"https://wolfsoftware.com/\"><img src=\"https://img.shields.io/badge/Created%20by%20Wolf%20on%20behalf%20of%20Wolf%20Software-blue?style=for-the-badge\" /></a></p>\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Fetch up-to-date data on the latest version(s) available on Github Actions for a given set of languages.",
    "version": "0.1.2",
    "project_urls": {
        "Documentation": "https://github.com/DevelopersToolbox/get-language-verisons",
        "Funding": "https://ko-fi.com/wolfsoftware",
        "Homepage": "https://github.com/DevelopersToolbox/get-language-verisons",
        "Say Thanks!": "https://github.com/sponsors/TGWolf",
        "Source": "https://github.com/DevelopersToolbox/get-language-verisons",
        "Tracker": "https://github.com/DevelopersToolbox/get-language-verisons/issues/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "692b8cbaf76816442041ac946a86dcaf1df842d1152bdde68fb2a93a56fa7338",
                "md5": "c62986deaa1f06fc75ad6c7e5894911d",
                "sha256": "ee2076398ea8ad24185a21073ee0cf3f1efb786137c7a3861f142fdf95f614c4"
            },
            "downloads": -1,
            "filename": "wolfsoftware.get_language_versions-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c62986deaa1f06fc75ad6c7e5894911d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 14528,
            "upload_time": "2024-06-26T16:51:33",
            "upload_time_iso_8601": "2024-06-26T16:51:33.754128Z",
            "url": "https://files.pythonhosted.org/packages/69/2b/8cbaf76816442041ac946a86dcaf1df842d1152bdde68fb2a93a56fa7338/wolfsoftware.get_language_versions-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9a914f3246a049bab224b677948b02920c9da316aade0f9d0de103b5cf9a0e16",
                "md5": "be188829fdc4970eeb33d30b06bc3b77",
                "sha256": "3dd090bd53fc185c46ce56a05dd24c1a382e8ca897488f23d8df38620e6dfa8c"
            },
            "downloads": -1,
            "filename": "wolfsoftware_get_language_versions-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "be188829fdc4970eeb33d30b06bc3b77",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 12326,
            "upload_time": "2024-06-26T16:51:35",
            "upload_time_iso_8601": "2024-06-26T16:51:35.274068Z",
            "url": "https://files.pythonhosted.org/packages/9a/91/4f3246a049bab224b677948b02920c9da316aade0f9d0de103b5cf9a0e16/wolfsoftware_get_language_versions-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-26 16:51:35",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "DevelopersToolbox",
    "github_project": "get-language-verisons",
    "github_not_found": true,
    "lcname": "wolfsoftware.get-language-versions"
}
        
Elapsed time: 0.27430s