Create conda-forge package recipe online for Python libraries with Conda-Forger App

Опубликовано: 13 Май 2026
на канале: ZeroToInfinity
155
1

Conda is used for creating python virtual environments and solving dependencies while installing various python packages in that environment. Conda-Forge is one of the conda channels to download python packages from -- it is maintained as a community-wide effort with about 4.5k members, who generously volunteer their time to add the python packages and maintain them as their versions change over time.

You can add any python library to conda-forge channel. But when it comes to adding python packages to conda-forge channel, it could seem a little overwhelming.

Conda-Forger app is created to help make this process of adding new packages to conda-forge easier, by:

1. Creating the recipe completely online with Conda-Forger App (it supports both PyPI and GitHub releases for python libraries).

Link to Conda-Forger App: https://tinyurl.com/conda-forger

2. Share steps on how you could use https://github.dev to open any repository and add/update files on GitHub and submit a conda-forge PR**.

**PR: Pull Request

0:00 Recipe with PyPI (NO Version)
0:43 Recipe with PyPI + Version
1:06 Recipe with GitHub Release (NO Tag)
1:39 Recipe with GitHub Release + Tag