Metadata-Version: 2.1
Name: dxface
Version: 0.0.2
Summary: Python interface for AutoCAD DXF
Home-page: https://github.com/dhruvnps/dxface
Author: dhruvnps
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# dxface
Python interface for AutoCAD DXF.

## Installation
Using **pip**:
```console
$ pip install dxface
```

