Metadata-Version: 2.1
Name: shapely_ext
Version: 0.1.3
Summary: a shapely extension package providing magic function
Home-page: https://github.com/pyeprog/shapely_ext
Author: pd
Author-email: pyeprog@foxmail.com
License: UNKNOWN
Description: # shapely_ext
        It's a shapely extension package for shapely user.
        shapely_ext provides lots of magic util based on shapely, including interpolate, mesh, space explore,
         angle and decomposition
         
         
        ## install
        `pip install shapely_ext`
        
        ## TODO
        1. write a tutorial
        2. refactor space explorer
        3. implement a magic snap function
        4. implement filling util
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
