gicait / geoserver-rest

Python library for management of geospatial data in GeoServer.
https://geoserver-rest.readthedocs.io
MIT License
196 stars 77 forks source link

Add a Conda-Forge recipe #38

Closed Zeitsperre closed 3 years ago

Zeitsperre commented 3 years ago

Hi there,

This looks like a really promising project and seems to be the answer to my longstanding needs for automated GeoServer deployments. Would you be interested in a conda-forge recipe for Anaconda Python users? Upkeep is very simple (PRs are opened automatically on new PyPI versions and verification is all that's needed). I can help by contributing this if you're interested. Thanks!

iamtekson commented 3 years ago

Hi @Zeitsperre, Thank you very much for the suggestion. I just added the package in anaconda(https://anaconda.org/iamtekson/geoserver-rest). I will send the PR soon to the conda-forge as well.

iamtekson commented 3 years ago

The PR just got merged. Here is the anaconda version of this library: https://anaconda.org/conda-forge/geoserver-rest

You can install the package by using the following code,

conda install -c conda-forge geoserver-rest

Thanks for the suggestion.