Conda Datasource¶
Table of values¶
Name | Value | Notes |
---|---|---|
Identifier | conda |
|
Default versioning | No default versioning | |
Custom registry support | Yes | |
Release timestamp support | No | |
Source URL support | Yes | The source URL is determined from the dev_url field in the results. |
Description¶
This datasource returns releases from the specified conda registry.
The default registry is https://api.anaconda.org/package/
, which queries a specific conda channel for a specific package.
Use channel/packageName
as your depName
when using this datasource.