Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/applicativesystem/conda-fetcher
- Owner: applicativesystem
- License: mit
- Created: 2024-08-17T08:16:43.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-17T08:17:22.000Z (4 months ago)
- Last Synced: 2024-11-10T20:18:07.720Z (about 1 month ago)
- Topics: anaconda, anaconda3, conda, conda-build, devops, devops-build, devops-team, devops-tools
- Language: Shell
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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