{ "info": { "author": "Stani , Kellbot ", "author_email": "UNKNOWN", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python :: 2.5", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Multimedia :: Graphics :: 3D Modeling", "Topic :: Multimedia :: Graphics :: Graphics Conversion", "Topic :: Software Development :: Libraries", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "SDXF is a Python library to generate DXF files. DXF is an abbreviation of Data Exchange File, a vector graphics file format. It is supported by virtually all CAD products (such as AutoCAD, Blender, 3Dstudio, Maya,Vectorworks...) and vector drawing programs (such as Illustrator, Flash, ...).\r\n\r\nSDXF can generate complex CAD drawings (dxf format) with all kind of entities (such as 3DFace, Arc, Insert, Circle, Line, Mtext, Point, Polyline, Rectangle (can be filled), Solid & Text). They can be structured with Layers, Blocks, Linetypes, 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:\r\nhttp://dxf.stani.be\r\nhttp://jonschull.blogspot.com/2008/12/kellbot-sdxf-python-library-for-dxf.html\r\n\r\nNOTE: This exists because of defun. http://pypi.python.org/pypi/SDXF", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.kellbot.com/sdxf-python-library-for-dxf/", "keywords": "", "license": "UNKNOWN", "maintainer": "", "maintainer_email": "", "name": "dxf", "package_url": "https://pypi.org/project/dxf/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/dxf/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://www.kellbot.com/sdxf-python-library-for-dxf/" }, "release_url": "https://pypi.org/project/dxf/1.1.1/", "requires_dist": null, "requires_python": null, "summary": "Python library to generate DXF drawing files (CAD)", "version": "1.1.1" }, "last_serial": 791455, "releases": { "1.1.1": [ { "comment_text": "", "digests": { "md5": "988ede6868dd54380ac8d734cfdd56ea", "sha256": "c27d6f036a56a5be7e1fb6870087e90ca16efe1104ce80d745065fee62b18a70" }, "downloads": -1, "filename": "dxf-1.1.1.tar.gz", "has_sig": false, "md5_digest": "988ede6868dd54380ac8d734cfdd56ea", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7105, "upload_time": "2011-04-10T16:24:26", "url": "https://files.pythonhosted.org/packages/43/76/434a6def5d17de785941a0b3775f3c5afd7e79d9dea2a973bd47fbf2e75e/dxf-1.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "988ede6868dd54380ac8d734cfdd56ea", "sha256": "c27d6f036a56a5be7e1fb6870087e90ca16efe1104ce80d745065fee62b18a70" }, "downloads": -1, "filename": "dxf-1.1.1.tar.gz", "has_sig": false, "md5_digest": "988ede6868dd54380ac8d734cfdd56ea", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7105, "upload_time": "2011-04-10T16:24:26", "url": "https://files.pythonhosted.org/packages/43/76/434a6def5d17de785941a0b3775f3c5afd7e79d9dea2a973bd47fbf2e75e/dxf-1.1.1.tar.gz" } ] }