fastai / ghapi

A delightful and complete interface to GitHub's amazing API
https://ghapi.fast.ai/
Apache License 2.0
527 stars 57 forks source link

Package for conda #117

Closed jtpio closed 1 year ago

jtpio commented 2 years ago

Hey folks,

Just a heads up that there is on-going work to package ghapi for conda: https://github.com/conda-forge/staged-recipes/pull/17744

So it can be installed with:

conda install -c conda-forge ghapi

or with mamba (https://github.com/mamba-org/mamba)

mamba install -c conda-forge ghapi

Let me know if any of you would like to be added as a maintainer there. Version updates are automated when a new release is published to PyPI. So most of time it just consists in checking the CI is all green and merging the PR opened by the bot.

Thanks!

jtpio commented 1 year ago

Closing as it is now packaged for conda forge: https://github.com/conda-forge/ghapi-feedstock