diff --git a/projects/openai.com/openai-python/package.yml b/projects/openai.com/openai-python/package.yml new file mode 100644 index 00000000..7fbb80d2 --- /dev/null +++ b/projects/openai.com/openai-python/package.yml @@ -0,0 +1,19 @@ +distributable: + url: https://github.com/openai/openai-python/archive/refs/tags/v{{version}}.tar.gz + strip-components: 1 + +versions: + github: openai/openai-python + strip: /^v/ + +dependencies: + python.org: ^3 + +build: + python-venv.sh {{prefix}}/bin/openai + +provides: + - bin/openai + +test: + openai --help