-
Notifications
You must be signed in to change notification settings - Fork 17
Added python gRPC API bindings #618
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -37,6 +37,7 @@ mysql | |
| .DS_Store | ||
| .AppleDouble | ||
| .LSOverride | ||
| .venv/ | ||
|
|
||
| # Icon must end with two \r | ||
| Icon | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| ## Python Dragonfly API | ||
|
|
||
| Generated Python gRPC bindings for Dragonfly. | ||
|
|
||
| Source protos in https://github.com/dragonflyoss/api | ||
|
|
||
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | ||
|---|---|---|---|---|
| @@ -0,0 +1,24 @@ | ||||
| # Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT! | ||||
| """Client and server classes corresponding to protobuf-defined services.""" | ||||
| import grpc | ||||
| import warnings | ||||
|
||||
| import warnings |
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change | ||
|---|---|---|---|---|
| @@ -0,0 +1,24 @@ | ||||
| # Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT! | ||||
| """Client and server classes corresponding to protobuf-defined services.""" | ||||
| import grpc | ||||
| import warnings | ||||
|
||||
| import warnings |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Python package is missing essential metadata and configuration files. Consider adding: 1) A MANIFEST.in file to ensure non-Python files (like README.md) are included in distributions, 2) Package metadata fields in pyproject.toml (authors, license, repository URL, etc.), 3) A way to specify which packages to include (either explicitly listing them or using [tool.setuptools.packages.find]). Without these, the package may not install or distribute correctly.