Skip to content

Commit

Permalink
Merge pull request #1 from modzy/modzy-sdk
Browse files Browse the repository at this point in the history
Modzy sdk
  • Loading branch information
DataScienceDeconstructed authored Apr 12, 2022
2 parents 58f5a54 + 9fd8621 commit 775dcc9
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions recipes/modzy-sdk/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{% set name = "modzy-sdk" %}
{% set version = "0.7.0" %}

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

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

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

requirements:
host:
- pip
- python >=3.6
run:
- deprecation
- google-api-python-client
- grpcio
- protobuf
- python >=3.6
- python-dotenv
- requests

test:
imports:
- modzy
- samples
commands:
- pip check
requires:
- pip

about:
home: https://github.com/modzy/sdk-python
summary: Modzy's Python SDK queries models, submits inference jobs and returns results directly to your editor.
license: Apache-2.0
license_file: LICENSE

extra:
recipe-maintainers:
- modzyopensource

0 comments on commit 775dcc9

Please sign in to comment.