A Python package for interactive mapping
Project description
geodemo
A Python package for interactive mapping
- Free software: MIT license
- Documentation: https://giswqs.github.io/geodemo
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.
- Install conda-build using:
conda install conda-build
- Create the conda recipe using:
conda skeleton pypi package-name
- Make changes to the recipe (meta.yaml) by following this example. A few key items to change: add
noarch: python
under thebuild
section; remove all packages exceptpip
andpython
from thehost
section; specify a python version (e.g., >=3.6) for both thehost
andrun
sections; addLICENSE
,doc_url
, anddev_url
to theabout
section; add your GitHub username to therecipe-maintainers
section. - Fork https://github.com/conda-forge/staged-recipes
- Add your package recipe to
staged-recipes/recipes/package-name/meta.yaml
- Commit changes and push to GitHub
- Submit a pull request (e.g., https://github.com/conda-forge/staged-recipes/pull/14285)
- Wait for the recipe to pass all checks
@conda-forge/help-python
to let them know that your recipe is ready for review.- Once your recipe is accepted, your package feedstock should become available within a few hours (e.g., geodemo-feedstock).
- 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.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
geodemo-0.1.0.tar.gz
(11.5 kB
view details)
Built Distribution
File details
Details for the file geodemo-0.1.0.tar.gz
.
File metadata
- Download URL: geodemo-0.1.0.tar.gz
- Upload date:
- Size: 11.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e0800d8ead6454ae716dd08e0a6c897ab49b532a2f86c61079f6be383a785e7c |
|
MD5 | 3bc7f351c5e8a45c3a4d2ba973ecdc41 |
|
BLAKE2b-256 | b2e0c7ea0fef00fa5bf0cc92d8a26236e5ff425f0002d33bf07d234796e50f41 |
File details
Details for the file geodemo-0.1.0-py2.py3-none-any.whl
.
File metadata
- Download URL: geodemo-0.1.0-py2.py3-none-any.whl
- Upload date:
- Size: 11.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9a9aaad4a80229a9fd17797aa0ccd8bc4cda3b273d7635d34bc79893f7e23da8 |
|
MD5 | 4064654d4ad64ea42a8865c210f76aec |
|
BLAKE2b-256 | 9cdc0e63f7a4d05e1159331a6958818c645982470165be2f95c355a171a4d4fc |