Skip to content

Commit

Permalink
create package
Browse files Browse the repository at this point in the history
  • Loading branch information
yukikaoru committed Nov 17, 2019
0 parents commit 2a5ce2a
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# CloudSearchのrestructured queryのビルダー

## インストール

```shell script
pip install "git+https://github.com/yukikaoru/csrestructuredquery.git@version#egg=yukikaoru_csrestructuredquery-version"
```
16 changes: 16 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[tool.poetry]
name = "csrestructuredquery"
version = "0.1.0"
description = ""
authors = ["YUKI Kaoru <yuki@yagni.jp>"]
license = "MIT"

[tool.poetry.dependencies]
python = "^3.7"

[tool.poetry.dev-dependencies]
pytest = "^5.2"

[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"

0 comments on commit 2a5ce2a

Please sign in to comment.