{ "info": { "author": "Len Wanger", "author_email": "len_wanger@hotmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Topic :: Multimedia :: Graphics :: 3D Modeling" ], "description": "\r\nPySTL - a simple package to write STL files\r\n\r\n\r\nThe easiest way to use this is with the context manager. Open the file, write triangles, and exit\r\nthe context block:\r\n\r\n with PySTL('stl_test.stl') as stl:\r\n stl.add_triangle( (0.0, 0.0, 0.5), (0.0, 1.0, 0.0), (1.0, 1.0, 0.5) )\r\n\r\nFor debugging you can use text-based STL files (by passing in False for the bin parameter).\r\n\r\nLen Wanger\r\nlast updated: 07-7-2016\r\nCopyright (c) 2016 Len Wanger\r\n\r\nPermission is hereby granted, free of charge, to any person obtaining a copy\r\nof this software and associated documentation files (the \"Software\"), to deal\r\nin the Software without restriction, including without limitation the rights\r\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\r\ncopies of the Software, and to permit persons to whom the Software is\r\nfurnished to do so, subject to the following conditions:\r\n\r\nThe above copyright notice and this permission notice shall be included in all\r\ncopies or substantial portions of the Software.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\r\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\r\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\r\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\r\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\r\nSOFTWARE.\r\n\r\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/lwanger/pystl", "keywords": "STL stereolithography,3D printing", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "pystl", "package_url": "https://pypi.org/project/pystl/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pystl/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/lwanger/pystl" }, "release_url": "https://pypi.org/project/pystl/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "Simple Python package to write STL files for 3D printing.", "version": "0.1.1" }, "last_serial": 2209302, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "15d18bd2b384312ff85588346a88eec6", "sha256": "c04b50c4c178a2921dd59377d18364c458f361e1e48efe5e13a8abff20694449" }, "downloads": -1, "filename": "pystl-0.0.1.zip", "has_sig": false, "md5_digest": "15d18bd2b384312ff85588346a88eec6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3302, "upload_time": "2016-07-07T23:20:27", "url": "https://files.pythonhosted.org/packages/de/c2/299767f309a32495a6bc70e3ca909f270e30b66ffb5c181270303b025d86/pystl-0.0.1.zip" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "20e6bd2a5ab874b7cb5c27b67a84f971", "sha256": "aef537267561f226b729b7a91c37108b0bb26350b820f8fab5b577b07980e4b9" }, "downloads": -1, "filename": "pystl-0.1.0.zip", "has_sig": false, "md5_digest": "20e6bd2a5ab874b7cb5c27b67a84f971", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4429, "upload_time": "2016-07-08T05:47:47", "url": "https://files.pythonhosted.org/packages/92/14/9ac5acc074e28f4d9f45e8e6a31452463bdb0b7097becd947a1bf43a76ea/pystl-0.1.0.zip" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "f17d6208d433caf881d2f81f37ad149c", "sha256": "41a452b3a2fe59e81a559ad486afadbd9abcc2a412a710ddedb6f3c277fbf76d" }, "downloads": -1, "filename": "pystl-0.1.1.zip", "has_sig": false, "md5_digest": "f17d6208d433caf881d2f81f37ad149c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4472, "upload_time": "2016-07-08T06:16:57", "url": "https://files.pythonhosted.org/packages/0d/e4/b7ec911d941770d46665b1fa935cbdae68244624976536d87dcf75bbf726/pystl-0.1.1.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f17d6208d433caf881d2f81f37ad149c", "sha256": "41a452b3a2fe59e81a559ad486afadbd9abcc2a412a710ddedb6f3c277fbf76d" }, "downloads": -1, "filename": "pystl-0.1.1.zip", "has_sig": false, "md5_digest": "f17d6208d433caf881d2f81f37ad149c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4472, "upload_time": "2016-07-08T06:16:57", "url": "https://files.pythonhosted.org/packages/0d/e4/b7ec911d941770d46665b1fa935cbdae68244624976536d87dcf75bbf726/pystl-0.1.1.zip" } ] }