Skip to main content

geometry library that extends shapely to work with Echo Park Labs gRPC geometry library

Project description

make/update the python proto classes:
```bash
pip3 install --upgrade pip
pip3 install grpcio-tools
pip3 install protobuf

RUN python3 -mgrpc_tools.protoc -I=./proto/ \
--python_out=./ ./proto/epl/protobuf/geometry.proto
RUN python3 -mgrpc_tools.protoc -I=./proto/ \
--python_out=./ --grpc_python_out=./ ./proto/epl/grpc/geometry_operators.proto
```

for running the tests
```bash
pip3 install shapely
pip3 install pytest
pytest test/sample.py
```


Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

epl.geometry-0.2.0.tar.gz (27.7 kB view hashes)

Uploaded Source

Built Distribution

epl.geometry-0.2.0-py3-none-any.whl (37.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page