Metadata-Version: 1.0
Name: OpenSCAD-Minimizer
Version: 0.2
Summary: Reduce the size of your .scad file
Home-page: http://github.com/l0b0/OpenSCAD-Minimizer
Author: Victor Engmark
Author-email: victor.engmark@gmail.com
License: GPL v3 or newer
Download-URL: http://github.com/l0b0/OpenSCAD-Minimizer
Description: OpenSCAD Minimizer - Reduce the size of your .scad file
        <http://github.com/l0b0/OpenSCAD-Minimizer>
        
        Default syntax:
        
        osm < input_file
        
        Description:
        
        Removes unnecessary whitespace and comments.
        
        Examples:
        
        osm < old.scad > new.scad
            Minimize old.scad and save the result in new.scad.
        
        Bugs:
        
        Please email bug reports including a minimal test file (if applicable) to
        victor dot engmark at gmail dot com.
        
Keywords: OpenSCAD SCAD minimizer generator
Platform: POSIX
Platform: Windows
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.6
Classifier: Topic :: Text Processing :: Filters
Classifier: Topic :: Utilities
