Metadata-Version: 2.1
Name: data-service-api-p12
Version: 1.0.12
Summary: Backend data service  grpc api (for python3.12 )
Home-page: 
Author: L.K
Author-email: L.K@idontwant.com
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: grpcio ==1.64.1
Requires-Dist: grpcio-tools ==1.64.1
Requires-Dist: protobuf ==5.27.1

# data-service-api





## Install 

### Upgrade pip 

```shell

 python.exe -m pip install --upgrade pip

```

### Install basic package 

```commandline
pip install  grpcio grpcio-tools protobuf 

```


## Grpc tools 

cd $project 

```shell

.\tools\create_grpc_proto.cmd

```
