compile all protobuf files and create a single package distribution for can be installed with pip
Project description
python protobuf compiler
compile all protobuf files and create a single package distribution for can be installed with pip
requirements
- python >= 3.6
- git (only for build from git repository)
features
- support for multiples folders
- support multiples proto files
- Create self package for pip
- Support for build from github and gitlab repository
- Support for build from local directory
- support imports into proto file (see test folder for show example )
install
pip3 install protobuf-compiler
for check install, execute in your terminal:
protopy -h
arguments
- -h, --help : show this help message and exit
- -d PROTO_DIR, --dir PROTO_DIR : folder path where the .proto files are located
- -p PACKAGE_NAME, --package PACKAGE_NAME : package name
- -o OUTPUT_DIR, --output OUTPUT_DIR: output folder for save single package .tar.gz
- -g URL, --git URL : git reopsitory url where the .proto files are located
- -t TOKEN, --token TOKEN : git server api token
- -v VERSION, --version VERSION : tag version for build package
usage
protopy [-h] [-d PROTO_DIR] [-p PACKAGE_NAME] [-o OUTPUT_DIR]
example
- compile from git repository:
you can clone a git repository from gitlab and github
python3 -m protopy -o /my/target/dir -p testpackage -g https://github.com/netsaj/testing.git -t my-private-token
- compile from folder:
python3 -m protopy -o /my/output/dir -p testpackage -d /my/protofile/source/dir
install generate package in your app
run in your app folder:
pip3 install /my/output/dir/package-version.tar.gz
example:
- installing generate package:
pip3 install /Users/netsaj/temp/mytest-1.0.0.tar.gz
- import into you .py files:
from mytest.analytics import analytics_pb2
Authors
- Fabio Moreno fabiomoreno@outlook.com
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file protobuf_compiler-1.0.20.tar.gz.
File metadata
- Download URL: protobuf_compiler-1.0.20.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ac8daa7187fb9cac7752008368b79d8d8e44dd1b154423fa7afd227a31d062f6
|
|
| MD5 |
c3297721723f4333173b6da8a0f47254
|
|
| BLAKE2b-256 |
8a51a3bc5e68c9a25f63ae934d635df59841cf66e76f47b350ea2fe212a9caaa
|
File details
Details for the file protobuf_compiler-1.0.20-py3-none-any.whl.
File metadata
- Download URL: protobuf_compiler-1.0.20-py3-none-any.whl
- Upload date:
- Size: 8.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0b80962b856afae18f7200a5debde241ebd1927ce5b9814c70c19e1f8c6d2260
|
|
| MD5 |
946eea4c9e7dc74602f928c5af4a3729
|
|
| BLAKE2b-256 |
bbd6eef8da430f8a6df739d9de807db904a7b4c4103cb292f178201ca7e1121d
|