Giter VIP home page Giter VIP logo

geodemo's Introduction

geodemo

image image image image image image

A Python package for interactive mapping

Installation

pip

pip install -U geodemo

How to publish a Python package on conda-forge

Here is a quick start guide for publishing a Python package on conda-forge. More information can be found in this video tutorial.

  1. Install conda-build using: conda install conda-build
  2. Create the conda recipe using: conda skeleton pypi package-name
  3. Make changes to the recipe (meta.yaml) by following this example. A few key items to change: add noarch: python under the build section; remove all packages except pip and python from the host section; specify a python version (e.g., >=3.6) for both the host and run sections; add LICENSE, doc_url, and dev_url to the about section; add your GitHub username to the recipe-maintainers section.
  4. Fork https://github.com/conda-forge/staged-recipes
  5. Add your package recipe to staged-recipes/recipes/package-name/meta.yaml
  6. Commit changes and push to GitHub
  7. Submit a pull request (e.g., conda-forge/staged-recipes#14285)
  8. Wait for the recipe to pass all checks
  9. @conda-forge/help-python to let them know that your recipe is ready for review.
  10. Once your recipe is accepted, your package feedstock should become available within a few hours (e.g., geodemo-feedstock).
  11. The link to your package on conda-forage should be https://anaconda.org/conda-forge/package-name, such as https://anaconda.org/conda-forge/geodemo

Credits

This package was created with Cookiecutter and the giswqs/pypackage project template.

geodemo's People

Contributors

giswqs avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.