forked from conda-forge/pyinaturalist-convert-feedstock
-
Notifications
You must be signed in to change notification settings - Fork 0
/
meta.yaml
57 lines (48 loc) · 1.18 KB
/
meta.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{% set name = "pyinaturalist-convert" %}
{% set version = "0.6.1" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name.replace('-', '_') }}-{{ version }}.tar.gz
sha256: 7531e866e8387741eb8b56c9bbe3dabf52254c0cf9229cf27eae1e5982ee9c01
build:
number: 0
noarch: python
script: {{ PYTHON }} -m pip install . -vv
requirements:
host:
- python >=3.8
- poetry >=1.2,<1.4
- pip
run:
- python >=3.8
- flatten-dict >=0.4
- gpxpy >=1.4.2
- openpyxl >=2.6
- pandas >=1.2
- pyarrow >=11.0
- pyinaturalist >=0.18
- pytables >=3.6
- requests-cache >=1.0
- sqlalchemy >=2.0
- tablib >=3.0
- tabulate >=0.8
- xmltodict >=0.12
test:
imports:
- pyinaturalist_convert
requires:
- pip
commands:
- pip check
about:
home: https://github.com/pyinat/pyinaturalist-convert
summary: Convert iNaturalist observation data to and from multiple formats
license: MIT
license_file: LICENSE
doc_url: https://pyinaturalist.readthedocs.io
dev_url: https://github.com/pyinat/pyinaturalist-convert
extra:
recipe-maintainers:
- jwcook