This repository has been archived by the owner on Sep 16, 2024. It is now read-only.
forked from quantopian/pgcontents
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathmeta.yaml
52 lines (45 loc) · 1.51 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
{% set name = "hybridcontents" %}
{% set version = "0.3.0" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 6e1242a65c06174563df948e9e861611f18002e09e9916072d78c8ba0b8d5753
build:
noarch: python
number: 0
script: "{{ PYTHON }} -m pip install . -vv"
requirements:
host:
- pip
- python
run:
- python
- notebook
- six >=1.9.0
- requests >=2.7.0
test:
imports:
- hybridcontents
requires:
- pytest
- mock
- nose
source_files:
- hybridcontents/tests/*.py
commands:
- pytest --pyargs hybridcontents/tests/
about:
home: https://github.com/viaduct-ai/hybridcontents
license: Apache-2.0
license_family: APACHE
license_file: LICENSE
summary: "A ContentsManager wrapper for using multiple ContentsManager in Jupyter"
description: "The HybridContentManager was originally created by Quantopian as part of pgcontents; however, the usage of HybridContentsManager was restricted to the compatibility requirements of pgcontents. These restrictions included postgres dependencies and no support for the latest notebook version (>6). At Viaduct we used pgcontents exclusively for the HybridContentsManager and wanted to extend its functionality, so we created this fork hybridcontents."
doc_url: https://github.com/viaduct-ai/hybridcontents
dev_url: https://github.com/viaduct-ai/hybridcontents
extra:
recipe-maintainers:
- yzq89
- devstein