Skip to content

Commit

Permalink
#22 re-structure generated python code to prep for pypi support
Browse files Browse the repository at this point in the history
  • Loading branch information
gregery committed May 18, 2023
1 parent e4aea8f commit 0517fd3
Show file tree
Hide file tree
Showing 24 changed files with 49 additions and 0 deletions.
31 changes: 31 additions & 0 deletions python/README.md
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
```

18 changes: 18 additions & 0 deletions python/pyproject.toml
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.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.

0 comments on commit 0517fd3

Please sign in to comment.