Metadata-Version: 1.1
Name: dxfgrabber
Version: 0.5.2
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.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.3
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
