-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmeta.yaml
40 lines (33 loc) · 914 Bytes
/
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
{% set name = "DeFiLlama-Curl" %}
{% set version = "2.0.1" %}
package:
name: "{{ name|lower }}"
version: "{{ version }}"
source:
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
sha256: 355edd61be13f377f8c768a9045749bd957f17a6ce53a57cf1eba834effce04f
build:
number: 0
noarch: python
script: "{{ PYTHON }} -m pip install . -vv"
requirements:
host:
- pip
- python >=3.6.13
run:
- pycurl >=7.44.1
- python >=3.6.13
test:
imports:
- defillama
about:
home: "https://github.com/the-praxs/DeFiLlama"
license: Apache-2.0
license_family: APACHE
license_file: LICENSE
summary: "Unofficial Python wrapper for DeFi Llama API client using the fantastic PyCurl module."
doc_url: "https://defillama-curl.readthedocs.io/"
dev_url: "https://github.com/the-praxs/DeFiLlama-Curl"
extra:
recipe-maintainers:
- the-praxs