Reorganize documentation and add samples. (#447)

Signed-off-by: dblock <[email protected]>
This commit is contained in:
Daniel (dB.) Doubrovkine
2023-07-24 10:23:51 -07:00
committed by GitHub
parent 5866880c81
commit 58217d98ff
18 changed files with 1097 additions and 691 deletions
+15
View File
@@ -0,0 +1,15 @@
[tool.poetry]
name = "package"
version = "0.1.0"
description = "OpenSearch samples."
authors = ["Daniel Doubrovkine <[email protected]>"]
license = "Apache 2.0"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.7"
opensearch-py = { path = "../" }
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"