-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#22 re-structure generated python code to prep for pypi support
- Loading branch information
Showing
24 changed files
with
49 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# senzing-ce-grpc-protobuf | ||
|
||
## Synopsis | ||
|
||
Auto-generated python protobuf files for calling Senzing through grpc | ||
|
||
## Overview | ||
|
||
The git repository at | ||
[github.com/Senzing/senzing-ce-grpc-protobuf](https://github.com/Senzing/senzing-ce-grpc-protobuf) | ||
contains the .proto files and generated code for many languages | ||
|
||
It also contains: | ||
|
||
- Tooling to create Python "wheel" packages | ||
- Test suites | ||
|
||
### Contents | ||
|
||
1. [Install](#install) | ||
|
||
## Install | ||
|
||
1. Use the [pip install](https://pip.pypa.io/en/stable/cli/pip_install/) | ||
command to install | ||
Example: | ||
|
||
```console | ||
pip install senzing-ce-grpc-protobuf | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
[project] | ||
name = "senzing-ce-grpc-protobuf" | ||
version = "0.0.1" | ||
authors = [ | ||
{ name="Senzing", email="support@senzing.com" }, | ||
] | ||
description = "auto-generated python protobuf for grpc" | ||
readme = "README.md" | ||
requires-python = ">=3.6" | ||
classifiers = [ | ||
"Programming Language :: Python :: 3", | ||
"License :: OSI Approved :: Apache License", | ||
"Operating System :: OS Independent", | ||
] | ||
|
||
[project.urls] | ||
"Homepage" = "https://github.com/Senzing/g2-sdk-proto" | ||
"Bug Tracker" = "https://github.com/Senzing/g2-sdk-proto/issues" |
Empty file.
Empty file.
File renamed without changes.
File renamed without changes.
Empty file.
File renamed without changes.
File renamed without changes.
Empty file.
File renamed without changes.
File renamed without changes.
Empty file.
File renamed without changes.
File renamed without changes.
Empty file.
File renamed without changes.
File renamed without changes.
Empty file.
File renamed without changes.
File renamed without changes.
Empty file.
File renamed without changes.
File renamed without changes.