Created
April 25, 2020 15:15
-
-
Save giswqs/08dac5935f5c94a6f1fc7cdd3f8d6bd0 to your computer and use it in GitHub Desktop.
meta.yaml for geeadd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% set name = "geeadd" %} | |
{% set version = "0.4.1" %} | |
package: | |
name: "{{ name|lower }}" | |
version: "{{ version }}" | |
source: | |
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz" | |
sha256: 51461dae6ff7ffe3854519ef5abed715d3730a1580e9e8a9e14c4bb773e1bc93 | |
build: | |
number: 0 | |
entry_points: | |
- geeadd=geeadd.geeadd:main | |
noarch: python | |
script: "{{ PYTHON }} -m pip install . -vv" | |
requirements: | |
host: | |
- pip | |
- python | |
run: | |
- beautifulsoup4 >=4.9.0 | |
- earthengine_api >=0.1.217 | |
- gitpython >=3.1.1 | |
- logzero >=1.5.0 | |
- requests >=2.22.0 | |
- python | |
test: | |
imports: | |
- geeadd | |
commands: | |
- geeadd --help | |
about: | |
home: "https://github.com/samapriya/gee_asset_manager_addon" | |
license: Apache Software | |
license_family: APACHE | |
license_file: LICENSE | |
summary: "Google Earth Engine Batch Assets Manager with Addons" | |
doc_url: | |
dev_url: "https://github.com/samapriya/gee_asset_manager_addon" | |
extra: | |
recipe-maintainers: | |
- samapriya |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment