-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmeta.yaml
60 lines (53 loc) · 1.34 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
58
59
60
{% set name = "svgdigitizer" %}
{% set version = "0.2.0" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/svgdigitizer-{{ version }}.tar.gz
sha256: 10384d4def09b500308dc67908883c4521209bb3f57c6e4f9bf0dbf06fe56170
build:
entry_points:
- svgdigitizer=svgdigitizer.__main__:cli
noarch: python
script: {{ PYTHON }} -m pip install . -vv
number: 0
requirements:
host:
- pip
- python >=3.6
run:
- astropy >=5,<6
- click >=8,<9
- datapackage >=1.15,<2
- matplotlib-base >=3.5,<4
- pandas >=1.3,<2
- pdf2image >=1.16,<2
- pillow >=8.4,<9
- python >=3.6
- pyyaml >=6,<7
- scipy >=1.7,<2
- svg.path >=4.1,<5
- svgpathtools >=1.4,<2
- svgwrite >=1.4,<2
test:
imports:
- svgdigitizer
commands:
- pip check
- svgdigitizer --help
requires:
- pip
about:
home: https://pypi.org/project/svgdigitizer/
summary: svgdigitizer is a Python library and command line tool to recover the measured data underlying plots in scientific publications.
license: GPL-3.0-or-later
license_file: LICENSE
doc_url: https://echemdb.github.io/svgdigitizer/
dev_url: https://github.com/echemdb/svgdigitizer
extra:
recipe-maintainers:
- nicohoermann
- linuxrider
- DunklesArchipel
- saraedum