{ "info": { "author": "www.stani.be", "author_email": "spe.stani.be@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 6 - Mature", "License :: OSI Approved :: GNU General Public License (GPL)", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Artistic Software", "Topic :: Multimedia :: Graphics :: 3D Modeling" ], "description": "SDXF is a Python library to generate DXF files. DXF is an abbreviation of Data\r\nExchange File, a vector graphics file format. It is supported by virtually all\r\nCAD products (such as AutoCAD, Blender, 3Dstudio, Maya,Vectorworks...) and\r\nvector drawing programs (such as Illustrator, Flash, ...).\r\n\r\nSDXF can generate complex CAD drawings (dxf format) with all kind of entities\r\n(such as 3DFace, Arc, Insert, Circle, Line, Mtext, Point, Polyline, Rectangle\r\n(can be filled), Solid & Text). They can be structured with Layers, Blocks,\r\nLinetypes, Text styles and Views.\r\n\r\nExample\r\n\r\nimport sdxf\r\n\r\nd=sdxf.Drawing()\r\n\r\nd.append(sdxf.Text('Hello World!',point=(3,0,1)))\r\n\r\nd.append(sdxf.Line(points=[(0,0,0),(1,1,1)]))\r\n\r\nd.saveas('hello_world.dxf')\r\n\r\nFor more info: http://dxf.stani.be", "description_content_type": null, "docs_url": null, "download_url": "http://dxf.stani.be", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.stani.be", "keywords": "dxf drawing cad autocad vector flash", "license": "", "maintainer": "", "maintainer_email": "", "name": "SDXF", "package_url": "https://pypi.org/project/SDXF/", "platform": "", "project_url": "https://pypi.org/project/SDXF/", "project_urls": { "Download": "http://dxf.stani.be", "Homepage": "http://www.stani.be" }, "release_url": "https://pypi.org/project/SDXF/1.1/", "requires_dist": null, "requires_python": null, "summary": "Python library to generate DXF drawing files (CAD)", "version": "1.1" }, "last_serial": 6557, "releases": { "1.0": [], "1.1": [] }, "urls": [] }