Metadata-Version: 1.1
Name: inkscape-openscad-dxf
Version: 0.0.1
Summary: Inkscape OpenSCAD DXF Export
Home-page: https://github.com/brad/Inkscape-OpenSCAD-DXF-Export
Author: Brad Pitcher
Author-email: bradpitcher@gmail.com
License: GPL
Description: [![Build Status](https://travis-ci.org/brad/Inkscape-OpenSCAD-DXF-Export.svg?branch=master)](https://travis-ci.org/brad/Inkscape-OpenSCAD-DXF-Export) [![Coverage Status](https://coveralls.io/repos/brad/Inkscape-OpenSCAD-DXF-Export/badge.svg?branch=master)](https://coveralls.io/r/brad/Inkscape-OpenSCAD-DXF-Export?branch=master) [![Dependency Status](https://www.versioneye.com/user/projects/5562cdd13664660019180100/badge.svg?style=flat)](https://www.versioneye.com/user/projects/5562cdd13664660019180100)
        
        See http://www.thingiverse.com/thing:14221
        
        Installation
        ============
        
        Simply copy the appropriate files (`openscad_dxf.inx` and the `openscad_dxf` folder)
        to the installation directory. Install to your Inkscape global installation's `extensions`
        directory or to your local user's inkscape extensions directory. The per platform
        installation directories can be found below. If you have `pip` and want to try an
        even easier (but experimental) installation method you can try using
        `pip install --target=<installation_dir> inkscape-openscad-dxf`
        
        Windows
        -------
         * *Global* - `C:\Program Files\Inkscape\share\extensions`
         * *Local* - `C:\Documents and Settings\User\Application Data\Inkscape\extensions`
        
        Linux
        -----
          * *Global* - `/usr/share/inkscape/extensions`
          * *Local* - `$HOME/.config/inkscape/extensions`
        
        OS X
        -----
          * *Global* - `/Applications/Inkscape.app/Contents/Resources/extensions`
          * *Local* - `$HOME/.config/inkscape/extensions`
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: Implementation :: PyPy
