th2_grpc_util
Project description
th2 gRPC util library (3.1.0)
This library contains proto messages and MessageComparator
service with RPC methods that are used in th2 util. See util.proto file for details.
Tool generates code from .proto
files and uploads built packages (.proto
files and generated code) to specified repositories.
How to maintain project
- Make your changes.
- Up version of Java package in
gradle.properties
file. - Up version of Python package in
package_info.json
file. - Commit everything.
How to run project
Java
If you wish to manually create and publish a package for Java, run the following command:
gradle --no-daemon clean build publish artifactoryPublish \
-Purl=${URL} \
-Puser=${USER} \
-Ppassword=${PASSWORD}
URL
, USER
and PASSWORD
are parameters for publishing.
Python
If you wish to manually create and publish a package for Python:
- Generate services with
Gradle
:
You can find the generated files by following path:gradle --no-daemon clean generateProto
src/gen/main/services/python
- Generate code from
.proto
files and publish everything usingtwine
:pip install -r requirements.txt pip install twine python setup.py generate python setup.py sdist twine upload --repository-url ${PYPI_REPOSITORY_URL} --username ${PYPI_USER} --password ${PYPI_PASSWORD} dist/*
PYPI_REPOSITORY_URL
,PYPI_USER
andPYPI_PASSWORD
are parameters for publishing.
Changes
3.1.0
- Up version th2-grpc-common to 3.12.0 (with new grpc)
3.0.4
- Change requirement specifier for Python
3.0.3
- Up version th2-grpc-common to 3.8.0
3.0.2
- Up version th2-grpc-common to 3.4.0
3.0.0
- Migrated to common V3
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file th2_grpc_util-3.1.0.dev3345326369.tar.gz
.
File metadata
- Download URL: th2_grpc_util-3.1.0.dev3345326369.tar.gz
- Upload date:
- Size: 11.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cc1a87f32e32227065f4a4fe9eadce77ae36699bf7384679a78f722a556e38e4 |
|
MD5 | 7aa6b4270409496fb0458751e9b16464 |
|
BLAKE2b-256 | 0203b4dcf88ec0bbdbf142e3a60f3167195b3a8dfacbfac06eaacdbe414d7550 |