Skip to content

Commit

Permalink
restructure python lib
Browse files Browse the repository at this point in the history
  • Loading branch information
solidiquis committed May 20, 2024
1 parent 801d546 commit e1f7bdf
Show file tree
Hide file tree
Showing 113 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions python/buf.gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ managed:
enabled: true
plugins:
- plugin: buf.build/grpc/python:v1.62.1
out: gen
out: sift/gen
- plugin: buf.build/protocolbuffers/python
out: gen
out: sift/gen
- plugin: buf.build/protocolbuffers/pyi:v26.1
out: gen
out: sift/gen
4 changes: 2 additions & 2 deletions python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"grpcio",
"protobuf",
],
packages=find_packages('gen'),
package_dir={'': 'gen'},
packages=find_packages('sift'),
package_dir={'': 'sift'},
)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion scripts/gen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ SUPPORTED_LANGS=(go python rust)
TMP_DIR="tmp"
BUF_CONF="protos/buf.yaml"
OUTPUT_PROTOS="${TMP_DIR}/protos"
PYTHON_GEN_DIR="python/gen"
PYTHON_GEN_DIR="python/sift"

USAGE=$(cat<<EOT
Compile protocol buffers into supported target languages.
Expand Down

0 comments on commit e1f7bdf

Please sign in to comment.