forked from plotly/plotly.py
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeta.yaml
50 lines (43 loc) · 1.22 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 data = load_setup_py_data(setup_file='../setup.py', from_recipe_dir=True) %}
{% set version = data.get('version') %}
package:
name: plotly
version: {{ version }}
source:
path: ../../../../
build:
number: 0
script: |
cd packages/python/plotly
{{ PYTHON }} setup.py sdist
{{ PYTHON }} -m pip install dist/plotly-{{ version }}.tar.gz --no-deps --ignore-installed --no-cache-dir -q
noarch: python
requirements:
build:
- python
- pip
- nodejs
- setuptools
run:
- python
- tenacity >=6.2.0
- six
test:
imports:
- plotly
about:
home: https://plot.ly/python/
license: MIT
license_file: '{{ environ["RECIPE_DIR"] }}/LICENSE.txt'
summary: 'An interactive JavaScript-based visualization library for Python'
description: |
plotly.py is an interactive, open-source, and JavaScript-based graphing
library for Python. Built on top of plotly.js, plotly.py is a high-level,
declarative charting library that includes over 30 chart types,
including scientific charts, 3D graphs, statistical charts, SVG maps,
financial charts, and more.
doc_url: https://plot.ly/python/
dev_url: https://github.com/plotly/plotly.py
extra:
recipe-maintainers:
- jonmmease