get-language-versions

Fetch up-to-date data on the latest version(s) available on Github Actions for a given set of languages.

https://github.com/developerstoolbox/get-language-versions

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.0%) to scientific vocabulary

Keywords

languages pypi pypi-package python python-package versions wolfsoftware

Keywords from Contributors

mesh interpretability sequences projection interactive optim hacking network-simulation
Last synced: 4 months ago · JSON representation ·

Repository

Fetch up-to-date data on the latest version(s) available on Github Actions for a given set of languages.

Basic Info
  • Host: GitHub
  • Owner: DevelopersToolbox
  • License: mit
  • Language: Python
  • Default Branch: master
  • Homepage:
  • Size: 229 KB
Statistics
  • Stars: 1
  • Watchers: 0
  • Forks: 0
  • Open Issues: 4
  • Releases: 4
Topics
languages pypi pypi-package python python-package versions wolfsoftware
Created over 1 year ago · Last pushed 4 months ago
Metadata Files
Readme Contributing Funding License Code of conduct Citation Codeowners Security

README.md

DevelopersToolbox logo
Github Build Status License Created
Release Released Commits since release

Overview

This is a command line version of our github action 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 MINVERSION, --min-version MINVERSION The minimum version to start from (default: EOL) -M MAXVERSION, --max-version MAXVERSION The maximum version to include (default: LATEST) -V MAXVERSIONS, --max-versions MAXVERSIONS 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) ```


Owner

  • Name: Developers Toolbox
  • Login: DevelopersToolbox
  • Kind: organization
  • Email: github@wolfsoftware.com
  • Location: United Kingdom

A selection of tools to help developers. Created by Wolf Software.

Citation (CITATION.cff)

cff-version: 1.2.0
title: Get language versions
message: "If you use this software, please cite it as below."
type: software
version: 0.1.2
date-released: 2024-06-26
repository-code: 'https://github.com/DevelopersToolbox/get-language-versions'
abstract: Fetch up-to-date data on the latest version(s) available on Github Actions for a given set of languages.
keywords:
  - "Wolf Software"
  - "Software"
license: MIT
authors:
  - family-names: "Wolf"
    orcid: "https://orcid.org/0009-0007-0983-2072"

GitHub Events

Total
  • Watch event: 1
  • Delete event: 78
  • Issue comment event: 184
  • Push event: 138
  • Pull request review event: 134
  • Pull request event: 168
  • Create event: 88
Last Year
  • Watch event: 1
  • Delete event: 78
  • Issue comment event: 184
  • Push event: 138
  • Pull request review event: 134
  • Pull request event: 168
  • Create event: 88

Committers

Last synced: 6 months ago

All Time
  • Total Commits: 109
  • Total Committers: 2
  • Avg Commits per committer: 54.5
  • Development Distribution Score (DDS): 0.037
Past Year
  • Commits: 95
  • Committers: 1
  • Avg Commits per committer: 95.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
dependabot[bot] 4****] 105
Wolf w****f@t****m 4
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 4 months ago

All Time
  • Total issues: 1
  • Total pull requests: 128
  • Average time to close issues: 1 minute
  • Average time to close pull requests: 4 days
  • Total issue authors: 1
  • Total pull request authors: 1
  • Average comments per issue: 2.0
  • Average comments per pull request: 1.83
  • Merged pull requests: 84
  • Bot issues: 1
  • Bot pull requests: 128
Past Year
  • Issues: 1
  • Pull requests: 128
  • Average time to close issues: 1 minute
  • Average time to close pull requests: 4 days
  • Issue authors: 1
  • Pull request authors: 1
  • Average comments per issue: 2.0
  • Average comments per pull request: 1.83
  • Merged pull requests: 84
  • Bot issues: 1
  • Bot pull requests: 128
Top Authors
Issue Authors
  • dependabot[bot] (3)
Pull Request Authors
  • dependabot[bot] (202)
  • TGWolf (1)
Top Labels
Issue Labels
dependabot: dependencies (3) dependabot: auto approve (2) dependabot: auto merge (2) dependabot: ecosystem : github actions (2) dependabot: ecosystem : python (1) dependabot: manual merge (1)
Pull Request Labels
dependabot: dependencies (202) dependabot: auto approve (147) dependabot: ecosystem : github actions (144) dependabot: auto merge (141) dependabot: ecosystem : python (58) dependabot: manual merge (33) resolution: closed (2) state: stale (2)

Dependencies

.github/workflows/cicd.yml actions
  • ActionsToolbox/get-language-versions-action 446919617fd774095b5dd3ed71c39dd3fd0d8f4f composite
  • actions/checkout 44c2b7a8a4ea60a981eaca3cf939b5f4305c123b composite
  • actions/setup-python 82c7e631bb3cdc910f68e0081d67478d79c6982d composite
.github/workflows/codeql.yml actions
  • Gamesight/slack-workflow-status 68bf00d0dbdbcb206c278399aa1ef6c14f74347a composite
  • actions/checkout 44c2b7a8a4ea60a981eaca3cf939b5f4305c123b composite
  • github/codeql-action/analyze 8fcfedf57053e09257688fce7a0beeb18b1b9ae3 composite
  • github/codeql-action/autobuild 8fcfedf57053e09257688fce7a0beeb18b1b9ae3 composite
  • github/codeql-action/init 8fcfedf57053e09257688fce7a0beeb18b1b9ae3 composite
.github/workflows/delete-old-workflow-runs.yml actions
  • Gamesight/slack-workflow-status 68bf00d0dbdbcb206c278399aa1ef6c14f74347a composite
  • Mattraks/delete-workflow-runs 39f0bbed25d76b34de5594dceab824811479e5de composite
.github/workflows/dependabot.yml actions
  • dependabot/fetch-metadata 5e5f99653a5b510e8555840e80cbf1514ad4af38 composite
.github/workflows/document-validation.yml actions
  • ActionsToolbox/get-language-versions-action 446919617fd774095b5dd3ed71c39dd3fd0d8f4f composite
  • actions/checkout 44c2b7a8a4ea60a981eaca3cf939b5f4305c123b composite
  • actions/setup-node 60edb5dd545a775178f52524783378180af0d1f8 composite
  • ruby/setup-ruby cacc9f1c0b3f4eb8a16a6bb0ed10897b43b9de49 composite
.github/workflows/generate-release.yml actions
  • ActionsToolbox/get-language-versions-action 446919617fd774095b5dd3ed71c39dd3fd0d8f4f composite
  • Bullrich/generate-release-changelog 6b60f004b4bf12ff271603dc32dbd261965ad2f2 composite
  • actions/checkout 44c2b7a8a4ea60a981eaca3cf939b5f4305c123b composite
  • actions/setup-python 82c7e631bb3cdc910f68e0081d67478d79c6982d composite
  • softprops/action-gh-release 69320dbe05506a9a39fc8ae11030b214ec2d1f87 composite
.github/workflows/generate-test-release.yml actions
  • ActionsToolbox/get-language-versions-action 446919617fd774095b5dd3ed71c39dd3fd0d8f4f composite
  • Bullrich/generate-release-changelog 6b60f004b4bf12ff271603dc32dbd261965ad2f2 composite
  • actions/checkout 44c2b7a8a4ea60a981eaca3cf939b5f4305c123b composite
  • actions/setup-python 82c7e631bb3cdc910f68e0081d67478d79c6982d composite
  • softprops/action-gh-release 69320dbe05506a9a39fc8ae11030b214ec2d1f87 composite
.github/workflows/greetings.yml actions
  • actions/first-interaction 34f15e814fe48ac9312ccf29db4e74fa767cbab7 composite
.github/workflows/purge-deprecated-workflow-runs.yml actions
  • Gamesight/slack-workflow-status 68bf00d0dbdbcb206c278399aa1ef6c14f74347a composite
  • otto-de/purge-deprecated-workflow-runs 31a4e821d43e9a354cbd65845922c76e4b4b3633 composite
.github/workflows/repository-validation.yml actions
  • ActionsToolbox/get-language-versions-action 446919617fd774095b5dd3ed71c39dd3fd0d8f4f composite
  • actions/checkout 44c2b7a8a4ea60a981eaca3cf939b5f4305c123b composite
  • actions/setup-go cdcb36043654635271a94b9a6d1392de5bb323a7 composite
  • actions/setup-python 82c7e631bb3cdc910f68e0081d67478d79c6982d composite
.github/workflows/security-hardening.yml actions
  • actions/checkout 44c2b7a8a4ea60a981eaca3cf939b5f4305c123b composite
  • zgosalvez/github-actions-ensure-sha-pinned-actions 40e45e738b3cad2729f599d8afc6ed02184e1dbd composite
.github/workflows/stale.yml actions
  • Gamesight/slack-workflow-status 68bf00d0dbdbcb206c278399aa1ef6c14f74347a composite
  • actions/stale 28ca1036281a5e5922ead5184a1bbf96e5fc984e composite
requirements.txt pypi
  • beautifulsoup4 ==4.12.3
  • colorama ==0.4.6
  • packaging ==24.0
  • requests ==2.31.0
  • setuptools ==69.5.1
  • yaspin ==3.0.2
setup.py pypi
.github/workflows/citation-validation.yml actions
  • ActionsToolbox/get-language-versions-action 446919617fd774095b5dd3ed71c39dd3fd0d8f4f composite
  • actions/checkout a5ac7e51b41094c92402da3b24376905380afc29 composite
  • citation-file-format/cffconvert-github-action 4cf11baa70a673bfdf9dad0acc7ee33b3f4b6084 composite
  • ruby/setup-ruby d5fb7a202fc07872cb44f00ba8e6197b70cb0c55 composite