A python package for geogee
Project description
geogee
A python package for geogee
- Free software: MIT license
- Documentation: https://LyMot.github.io/geogee
Installation
pip
pip install -U geogee
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: pythonunder thebuildsection; remove all packages exceptpipandpythonfrom thehostsection; specify a python version (e.g., >=3.6) for both thehostandrunsections; addLICENSE,doc_url, anddev_urlto theaboutsection; add your GitHub username to therecipe-maintainerssection. - 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-pythonto 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
geogee-0.0.3.tar.gz
(5.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file geogee-0.0.3.tar.gz.
File metadata
- Download URL: geogee-0.0.3.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
757a06014910197496a64125c0b0cc6c26b3915aa4c9948a5bdee90db913ca69
|
|
| MD5 |
2efa84a92e9f640b591e62a4e35bc154
|
|
| BLAKE2b-256 |
f360a2cc183cc34e7e6a220469112445887047de83a8351bd710b9b2b519254a
|
File details
Details for the file geogee-0.0.3-py2.py3-none-any.whl.
File metadata
- Download URL: geogee-0.0.3-py2.py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c750fa0f2347ffff2341fe60f603f6897f904d3de77beb210c03a00524b59cf3
|
|
| MD5 |
79e731d1de97dfea759091cd3fedbccc
|
|
| BLAKE2b-256 |
642c41da0563a47f90a0aba5405087d9b2efe2f1f6e9ceb890593619d403e781
|