Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/applicativesystem/conda-fetcher

a conda fetcher interacts with anaconda package builder
https://github.com/applicativesystem/conda-fetcher

anaconda anaconda3 conda conda-build devops devops-build devops-team devops-tools

Last synced: 7 days ago
JSON representation

a conda fetcher interacts with anaconda package builder

Awesome Lists containing this project

README

        

#### condafetcher

- a condafetcher that interacts directly with the anaconda package repository.
- generated clean conda installation links for the search terms.
```
sh condacheck.sh
please provide the search term:seaborn
conda install conda-forge::seaborn
conda install conda-forge::seaborn-base
conda install singleronbio::seaborn-base
conda install conda-forge::seaborn-image
conda install christofsteel::seaborn-minimal
conda install anaconda::seaborn
conda install activisiongamescience::seaborn
and so on
```

Gaurav Sablok