Metadata-Version: 2.1
Name: cad-to-shapely
Version: 0.2
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
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
License-File: LICENSE
Requires-Dist: ezdxf
Requires-Dist: numpy
Requires-Dist: shapely
Requires-Dist: geomdl
Provides-Extra: dev
Requires-Dist: matplotlib ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'

# 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`.


