Skip to content

Commit

Permalink
Merge pull request #20393 from datavaluepeople/kotsu
Browse files Browse the repository at this point in the history
Add kotsu recipe
  • Loading branch information
ocefpaf authored Sep 12, 2022
2 parents 6d3373d + 7606079 commit 4232310
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions recipes/kotsu/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{% set name = "kotsu" %}
{% set version = "0.3.2" %}

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

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

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

requirements:
host:
- python >=3.7
- pip
run:
- python >=3.7
- pandas
- typing-extensions

test:
imports:
- kotsu
commands:
- pip check
requires:
- pip

about:
home: https://github.com/datavaluepeople/kotsu
summary: Lightweight framework for structured and repeatable model validation
license: MIT
license_file: LICENSE.txt

extra:
recipe-maintainers:
- DBCerigo
- ali-tny
- alex-hh

0 comments on commit 4232310

Please sign in to comment.