Metadata-Version: 1.1
Name: dxfgrabber
Version: 0.7.1
Summary: A Python library to grab information from DXF drawings - all DXF versions supported.
Home-page: http://bitbucket.org/mozman/dxfgrabber
Author: Manfred Moitzi
Author-email: mozman@gmx.at
License: MIT License
Download-URL: http://bitbucket.org/mozman/dxfgrabber/downloads
Description: 
        dxfgrabber
        ==========
        
        Abstract
        --------
        
        A Python library to grab information from DXF drawings - all DXF versions supported.
        
        
        Installation
        ============
        
            python setup.py install
        
        Documentation
        =============
        
        http://dxfgrabber.readthedocs.org
        
        http://pythonhosted.org/dxfgrabber/
        
        Source at bitbucket.org:
        
        http://bitbucket.org/mozman/dxfgrabber
        
        mozman -- <mozman@gmx.at>
        
        News
        ====
        
        Version 0.7.1 - 2014-05-02
        
          * BUGFIX: now really accept floats as int (thanks to ProE)
        
        Version 0.7.0 - 2014-05-01
        
          * NEW: support for MESH entity
          * NEW: support for LIGHT entity
          * NEW: support for SUN entity
          * NEW: support for HELIX entity
          * NEW: support for BODY entity, you get the ACIS code
          * NEW: support for 3DSOLID entity, you get the ACIS code
          * NEW: support for REGION entity, you get the ACIS code
          * NEW: support for SURFACE entity, you get the ACIS code
          * NEW: support for undocumented PLANESURFACE entity, you get the ACIS code
          * BUGFIX: accept floats as int (thanks to ProE)
        
        Version 0.6.1 - 2014-04-25
        
          * BUGFIX: support for undocumented VERTEX subclass 'AcDbFaceRecord' without preceding 'AcDbVertex'
          * extended the Polyface entity, see new docs
        
        Version 0.6.0 - 2014-01-09
        
          * skip comment tags (999)
          * dxfversion defaults to 'AC1009', if no header variable $ACADVER exists
          * can open minimalistic DXF12 files (without HEADER, TABLES and BLOCKS section)
          * added support for STYLE table
          * added support for LTYPE table
        
        Version 0.5.2 - 2013-05-20
        
          * bugfix: fixed \*nix newline problem in readfile_as_asc()
        
        Version 0.5.1 - 2013-05-20
        
          * updated docs - added a *Howto* section
          * added attribute frozen to class Layer()
          * index operator for: Drawing.layers[layername]
          * added modelspace() and paperspace() iterators to class Drawing()
          * supported Python versions: CPython 2.7, CPython 3.3, pypy - no explicit testing with CPython 3.2
        
        Version 0.5.0 - 2013-05-04
        
          * beta status
          * solved problems with 'utf-8' and codepage ANSI_936 encoded dxf files
        
        Version 0.4.0 - 2012-08-12
        
          * beta status
        
        Version 0.1.0 - 2012-07-21
        
          * Initial setup
        
Keywords: DXF,CAD
Platform: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Provides: dxfgrabber
