Metadata-Version: 2.1
Name: cad_to_shapely
Version: 0.1.9
Summary: Import CAD files to Shapely geometry
Home-page: https://github.com/aegis1980/cad_to_shapely
Author: Jon Robinson
Author-email: jonrobinson1980@gmail.com
License: MIT
Description: # CAD to shapely
        
        convert a CAD file to [shapely](https://pypi.org/project/Shapely/) geometry for downstream processing.
        Currently supports, to varying degrees:
        
        - DXF using [exdxf](https://pypi.org/project/ezdxf/)
        - (IGES to follow)
        - (SVG to follow)
        
        ## Utils
        
        Also some utils in utils.py
        
        ## Example
        
        To run example in `example.py` you need to install matplotlib `pip install matplotlib`.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Provides-Extra: dev
