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.0.5.tar.gz
(5.7 kB
view details)
Built Distribution
File details
Details for the file geodemo-0.0.5.tar.gz
.
File metadata
- Download URL: geodemo-0.0.5.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e7e430f9809057da197a7b0dbfd9e9ac2c3d869adf3f59e64c35d734bdf83156 |
|
MD5 | 930e3edc2ababc0e5abc5b0cb848d408 |
|
BLAKE2b-256 | 45a3a7dc81b445e7870900b622c613ba91d1370e35a0f080cef4f160c02812d2 |
File details
Details for the file geodemo-0.0.5-py2.py3-none-any.whl
.
File metadata
- Download URL: geodemo-0.0.5-py2.py3-none-any.whl
- Upload date:
- Size: 5.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 26dd0ddc814d0c8ef993df9abf13e0a36a3138961f010ef53309081c3c0e1acc |
|
MD5 | 00babe02b7bbc69f03e18e8e2126f7da |
|
BLAKE2b-256 | 8b6fa47829919323065f0d51cfb399fec0eb89a9b077466568bf9dd4871d1912 |