{ "info": { "author": "Stefano Zante", "author_email": "stezante7@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# Inky Toolkit\n\nInky Toolkit is a set of utilities for Inky pHAT display that I created to use on a few of my RasberryPi projects.\n\n## How to use it\n\nTo install it run:\n\n```\npip install inky-toolkit-stezante7\n```\n\n### InkyText\n\n**write_text:**\ndisplay a text message, automatically taking care of number of words/rows to display.\nIf there is not enough space for the text to be displayed, a postfix symbol (by default \"...\") will show in the bottom right of the screen.\n\n**Example**\n\n```python\nfrom inky_toolkit import inkytext\n\ninkyT = inkytext.InkyText(color=\"red\", font_type=FredokaOne, font_size=20, more_text_postfix=\"...\")\n\ninkyT.write_text(\"One love, one blood, one life, you got to do what you should. One life with each other: sisters, brothers. One life, but we're not the same. We get to carry each other, carry each other\")\n\n```\n\n![IMG_20190923_204610](https://user-images.githubusercontent.com/14370527/65459784-7dbc1300-de48-11e9-8f9f-d14effd99f63.jpg)\n\n## More\n\nThis Python library uses inky official library.\nMore details about inky and inkyphat libraries here:\n\n- https://pypi.org/project/inky/\n- https://github.com/pimoroni/inky-phat\n- http://docs.pimoroni.com/inkyphat\n\n## License\n\nThis library is available under the MIT license.\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/stezante7/InkyToolkit-stezante7", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "inky-toolkit-stezante7", "package_url": "https://pypi.org/project/inky-toolkit-stezante7/", "platform": "", "project_url": "https://pypi.org/project/inky-toolkit-stezante7/", "project_urls": { "Homepage": "https://github.com/stezante7/InkyToolkit-stezante7" }, "release_url": "https://pypi.org/project/inky-toolkit-stezante7/0.1.0/", "requires_dist": null, "requires_python": "", "summary": "Inky Toolkit", "version": "0.1.0" }, "last_serial": 5881749, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "e837945d0e2cde627acc4a1b1a3fc8ea", "sha256": "8e221b5feea0416acb827229039b1c0adf4ef6372d86f9efd057f250cfc76390" }, "downloads": -1, "filename": "inky_toolkit_stezante7-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "e837945d0e2cde627acc4a1b1a3fc8ea", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4090, "upload_time": "2019-09-24T20:39:44", "url": "https://files.pythonhosted.org/packages/0c/1b/282ff54c7bdba72c5062abc65b96234c99c6716bcef906c49b27772427be/inky_toolkit_stezante7-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a88ba1f057ac7edd16b7cf2f112111d3", "sha256": "68d8eea8f868bc6312c2edb0946c1f6d208112603bd53f66a4e6e506e9647d97" }, "downloads": -1, "filename": "inky-toolkit-stezante7-0.1.0.tar.gz", "has_sig": false, "md5_digest": "a88ba1f057ac7edd16b7cf2f112111d3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2675, "upload_time": "2019-09-24T20:39:48", "url": "https://files.pythonhosted.org/packages/af/24/ecaf9d9e911cec8d11bcf0af661ba8dedbbdd8505bf21b81c2b43b2005b3/inky-toolkit-stezante7-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e837945d0e2cde627acc4a1b1a3fc8ea", "sha256": "8e221b5feea0416acb827229039b1c0adf4ef6372d86f9efd057f250cfc76390" }, "downloads": -1, "filename": "inky_toolkit_stezante7-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "e837945d0e2cde627acc4a1b1a3fc8ea", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4090, "upload_time": "2019-09-24T20:39:44", "url": "https://files.pythonhosted.org/packages/0c/1b/282ff54c7bdba72c5062abc65b96234c99c6716bcef906c49b27772427be/inky_toolkit_stezante7-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a88ba1f057ac7edd16b7cf2f112111d3", "sha256": "68d8eea8f868bc6312c2edb0946c1f6d208112603bd53f66a4e6e506e9647d97" }, "downloads": -1, "filename": "inky-toolkit-stezante7-0.1.0.tar.gz", "has_sig": false, "md5_digest": "a88ba1f057ac7edd16b7cf2f112111d3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2675, "upload_time": "2019-09-24T20:39:48", "url": "https://files.pythonhosted.org/packages/af/24/ecaf9d9e911cec8d11bcf0af661ba8dedbbdd8505bf21b81c2b43b2005b3/inky-toolkit-stezante7-0.1.0.tar.gz" } ] }