Skip to content

Commit

Permalink
Merge pull request #26161 from thewchan/hashquery
Browse files Browse the repository at this point in the history
  • Loading branch information
xhochy committed Apr 27, 2024
2 parents 949b2e1 + b274aa0 commit 071e87e
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions recipes/hashquery/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{% set name = "hashquery" %}
{% set version = "0.2.1" %}

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

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

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

requirements:
host:
- python >=3.8
- setuptools
- setuptools-scm
- pip
run:
- python >=3.8
- typing-extensions
- requests
- pyarrow
- pandas

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

about:
home: https://github.com/hashboard-hq/hashquery
summary: A Python framework for defining and querying BI models in your data warehouse
license: Apache-2.0
license_file: LICENSE

extra:
recipe-maintainers:
- thewchan

0 comments on commit 071e87e

Please sign in to comment.