{ "info": { "author": "Heiko Westermann", "author_email": "heiko+pyphotonfile@orgizm.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "pyPhotonfile is a library used for manipulating Photon-files created for the Anycubic Photon 3D-Printer. Currently it supports removing and adding new layers as well as changing global parameters like the exposure time, etc.\nIt is based on the work done by [PhotonFileEditor](https://github.com/Photonsters/PhotonFileEditor). While PhotonFileEditor works, I was in need of a clean library which is why I refactored most of the code.\npyPhotonfile is the backbone of [SL1toPhoton](https://github.com/fookatchu/SL1toPhoton).\n\nFriendly Reminder\n=================\n Use at your own risk. Please verify that what you are doing will not break your printer.\n\nExample Usage\n========================================\n```python\n from pyphotonfile import Photon\n\n photon = Photon('in_file.Photon')\n for layer in photon.layers:\n print(layer)\n photon.export_images('tempdir')\n photon.delete_layers()\n for filepath in os.listdir('tempdir'):\n photon.append_layer(filepath)\n photon.exposure_time = 10\n photon.bottom_layers = 3\n photon.write('out_file.Photon')\n```\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/fookatchu/pyphotonfile", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "pyphotonfile", "package_url": "https://pypi.org/project/pyphotonfile/", "platform": "", "project_url": "https://pypi.org/project/pyphotonfile/", "project_urls": { "Homepage": "https://github.com/fookatchu/pyphotonfile" }, "release_url": "https://pypi.org/project/pyphotonfile/0.1.1/", "requires_dist": [ "numpy", "Pillow" ], "requires_python": "", "summary": "Library for reading and writing files for the Anycubic Photon 3D-Printer", "version": "0.1.1" }, "last_serial": 5170228, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "d9bad801da4aa18d48205148cdf77ba3", "sha256": "f3684ccf63f492597153f7ee912487d3b646a1277f22fda7feb851640c28c90f" }, "downloads": -1, "filename": "pyphotonfile-0.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "d9bad801da4aa18d48205148cdf77ba3", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 64575, "upload_time": "2019-04-21T16:45:01", "url": "https://files.pythonhosted.org/packages/1e/08/3c07f03564b8b4f58cc5658fb88d1b26a9fe769d2e99f5aef100f3096155/pyphotonfile-0.1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "157178b4aab2f5494eabd5a53c6e6d96", "sha256": "96b3831c6741c4a831392ec89dfc8d11d8791261d58e7b045d9783ad75c877b4" }, "downloads": -1, "filename": "pyphotonfile-0.1.1.tar.gz", "has_sig": false, "md5_digest": "157178b4aab2f5494eabd5a53c6e6d96", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29794, "upload_time": "2019-04-21T16:45:03", "url": "https://files.pythonhosted.org/packages/30/2a/28fad6fcc8681bb8ee6586b0115ff5da91e9a0c31baa5a31b617e559d8ad/pyphotonfile-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d9bad801da4aa18d48205148cdf77ba3", "sha256": "f3684ccf63f492597153f7ee912487d3b646a1277f22fda7feb851640c28c90f" }, "downloads": -1, "filename": "pyphotonfile-0.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "d9bad801da4aa18d48205148cdf77ba3", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 64575, "upload_time": "2019-04-21T16:45:01", "url": "https://files.pythonhosted.org/packages/1e/08/3c07f03564b8b4f58cc5658fb88d1b26a9fe769d2e99f5aef100f3096155/pyphotonfile-0.1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "157178b4aab2f5494eabd5a53c6e6d96", "sha256": "96b3831c6741c4a831392ec89dfc8d11d8791261d58e7b045d9783ad75c877b4" }, "downloads": -1, "filename": "pyphotonfile-0.1.1.tar.gz", "has_sig": false, "md5_digest": "157178b4aab2f5494eabd5a53c6e6d96", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29794, "upload_time": "2019-04-21T16:45:03", "url": "https://files.pythonhosted.org/packages/30/2a/28fad6fcc8681bb8ee6586b0115ff5da91e9a0c31baa5a31b617e559d8ad/pyphotonfile-0.1.1.tar.gz" } ] }