Initial commit

This commit is contained in:
2023-01-02 01:36:59 -07:00
commit d45e237f29
18 changed files with 2369 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
[tool.poetry]
name = "cursorius-pipeline-api-v2"
version = "0.1.0"
description = "Python client for the cursorius pipeline api (v2)"
authors = ["restitux <restitux@ohea.xyz>"]
license = "GPL-3.0-or-later"
readme = "README.rst"
packages = [{include = "cursorius_pipeline_api_v2"}]
[tool.poetry.dependencies]
python = "^3.10"
grpcio = "^1.51.1"
[tool.poetry.group.dev.dependencies]
grpcio-tools = "^1.51.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"