Add package to conda-forge
See original GitHub issue@manthey, I’d be happy to take this on. I will start with large-image
and large-image-source-gdal
. We can handle the other source modules when its clear we have it done right
Needed for https://github.com/banesullivan/localtileserver/issues/6 and I think it’ll help large_image gain adoption since conda makes installing GDAL a breeze
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (2 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 Free
Top 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
Yes, large_image by itself is pure python.
This is mostly resolved for the geospatial sources. Note that I did not add the mapnik source, because mapnik is not on conda-forge.
I will add a PR later to close this issue that details conda installation instructions in the README
If there is interest later, we can re-open this issue to add all source modules to conda-forge