Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add jupyter-resource-usage #13508

Merged
merged 4 commits into from
Dec 21, 2020
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 43 additions & 0 deletions recipes/jupyter-resource-usage/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{% set name = "jupyter-resource-usage" %}
{% set version = "0.5.1" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 7ade39a081bbc9104bf7d6a54d68e90b021d7e53c1b0e218d1457ee7a8f1134a

build:
noarch: python
number: 0
script: "{{ PYTHON }} -m pip install . -vv"

requirements:
host:
- python >=3.6
- pip
- jupyter-packaging >=0.7.9
run:
- notebook
- psutil
- python >=3.6

test:
imports:
- jupyter_resource_usage
jtpio marked this conversation as resolved.
Show resolved Hide resolved

about:
home: https://github.com/jupyter-server/jupyter-resource-usage
license: BSD-3-Clause
license_family: BSD
license_file: LICENSE
summary: Jupyter Server Extension for monitoring Resource Usage
description: |
Jupyter Server Extension for monitoring Resource Usage
dev_url: https://github.com/jupyter-server/jupyter-resource-usage

extra:
recipe-maintainers:
- jtpio