forked from ranaroussi/yfinance
-
Notifications
You must be signed in to change notification settings - Fork 0
/
meta.yaml
50 lines (42 loc) · 1.1 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
{% set name = "yfinance" %}
{% set version = "0.1.48" %}
package:
name: "{{ name|lower }}"
version: "{{ version }}"
source:
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
sha256: "89e984306bee13ed9a1a5d543f4f01f85716120666e404596a4e932ac7448288"
build:
noarch: python
number: 0
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed -vv "
requirements:
host:
- multitasking >=0.0.7
- numpy >=1.15
- pandas >=0.24
- pip
- python
- requests >=2.20
run:
- multitasking >=0.0.7
- numpy >=1.15
- pandas >=0.24
- python
- requests >=2.20
test:
imports:
- yfinance
about:
home: "https://github.com/ranaroussi/yfinance"
license: "Apache Software"
license_family: "APACHE"
license_file: ""
summary: "Yahoo! Finance market data downloader"
description:
doc_url: "https://github.com/ranaroussi/yfinance"
dev_url: "https://pypi.python.org/pypi/yfinance"
doc_source_url: https://github.com/ranaroussi/yfinance/blob/master/README.rst
extra:
recipe-maintainers:
- ranaroussi