Metadata-Version: 1.2
Name: epl.geometry
Version: 0.2.7
Summary: geometry library that extends shapely to work with Echo Park Labs gRPC geometry library
Home-page: https://github.com/geo-grpc/geometry-client-python
Author: David Raleigh
Author-email: davidraleigh@geometry.com
License: Apache 2.0
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
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >3.5.2
