badges/shields

Handling conda labelled channels

Open

#2 955 ouverte le 7 févr. 2019

Voir sur GitHub
 (6 commentaires) (0 réactions) (0 assignés)JavaScript (5 423 forks)batch import
good first issueservice-badge

Métriques du dépôt

Stars
 (22 337 stars)
Métriques de merge PR
 (Merge moyen 6j 3h) (71 PRs mergées en 30 j)

Description

:clipboard: Description

When a conda channel has labels, the latest_version doesn't need to match the last version in the versions list. I propose that there be a new badge for conda like:

https://img.shields.io/conda/vln/:channel/:package.svg

channel | v0.4.0a0

:link: Data

Same public Anaconda Cloud API that is already used for the other conda badges: https://api.anaconda.org/package/{channel}/{package} example: https://api.anaconda.org/package/pyviz/panel

The part to use would be the last item in versions: package.versions[package.versions.length - 1];

:microphone: Motivation

I am building a status dashboard for the pyviz project and we publish dev releases to pyviz/label/dev.

Guide contributeur