Add package to conda-forge?
See original GitHub issueWe use fp
as a dependency in scholarly
and we are considering making scholarly
available in conda-forge. To do that, we need to get all our dependencies also in conda-forge and fp
is the only one that is not in. As a part of this effort, could I raise a PR to get fp
into conda-forge
as well?
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (1 by maintainers)
Top Results From Across the Web
Contributing packages - conda-forge
To submit a package to the conda-forge channel, add its recipe and licence to the staged-recipes repository and create a pull request. Once...
Read more >How to publish a Python package on conda-forge
Install conda -build using: conda install conda-build · Create the conda recipe using: conda skeleton pypi package-name · Make changes to the ...
Read more >Publishing Your Python Package on conda and conda-forge
Upload Your Package to Anaconda · Create an account with Anaconda · Install the Anaconda Client conda install anaconda-client · Log into your ......
Read more >Installation with conda from conda-forge - TeNPy
We provide a package for the [conda] package manager in the conda-forge channel, so you can install TeNPy as: conda install --channel=conda-forge physics- ......
Read more >3 Simple Steps to Build a Python Package for Conda Forge
1. Fork the Conda Forge examples repository at GitHub · 2. Tailor the example recipe for your package · 3. Submit a pull...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@arunkannawadi I only created the meta.yml file and have not submitted a PR yet. I did not know that a free-proxy already exists.
I have created the
meta.yaml
file (usingconda skeleton pypi free-proxy
) need for the pull request to https://github.com/conda-forge/staged-recipes/pulls. The only thing needs to be changed is the line (recipe-maintainers).Related issue: https://github.com/scholarly-python-package/scholarly/issues/377