{ "info": { "author": "Akretion", "author_email": "contact@akretion.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: GNU Affero General Public License v3", "Programming Language :: Python :: 2.7", "Topic :: Software Development :: User Interfaces" ], "description": "Hardware Customer Display\n=========================\n\nPython library for supporting Customer Point Of Sale Display.\n\nIt should support most serial and USB-serial LCD displays out-of-the-box\nor with inheritance of a few functions.\n\nIt has been tested with:\n\n* Bixolon BCD-1100 (Datasheet : http://www.bixolon.com/html/en/product/product_detail.xhtml?prod_id=61)\n* Bixolon BCD-1000\n* Epson DM-D110 (model M58DB)\n\n\nFor kernel <= 3.12 you have to add this code in /etc/udev/99-pyposdisplay.rules\n\n```\nACTION==\"add\", ATTRS{idVendor}==\"1504\", ATTRS{idProduct}==\"0011\", RUN+=\"/sbin/modprobe ftdi_sio\", RUN+=\"/bin/sh -c 'echo 1504 0011 > /sys/bus/usb-serial/drivers/ftdi_sio/new_id'\"\n```\n(Source : http://www.leniwiec.org/en/2014/06/25/ubuntu-14-04lts-how-to-pass-id-vendor-and-id-product-to-ftdi_sio-driver/)\n\n\nFor kernel < 3.12 and bixolon display please read this: http://techtuxwords.blogspot.fr/2012/12/linux-and-bixolon-bcd-1100.html\n\n\nThis library has been inspired by the work carried out during a POS code sprint at Akretion France\nfrom July 7th to July 10th 2014.\n\nContributor\n=============\n* Alexis de Lattre \n* S\u00e9bastien BEAU \n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/akretion/pyposdisplay", "keywords": "bixolon epson lcd display pos point of sale", "license": "AGPLv3+", "maintainer": "", "maintainer_email": "", "name": "pyposdisplay", "package_url": "https://pypi.org/project/pyposdisplay/", "platform": "", "project_url": "https://pypi.org/project/pyposdisplay/", "project_urls": { "Homepage": "https://github.com/akretion/pyposdisplay" }, "release_url": "https://pypi.org/project/pyposdisplay/0.0.4/", "requires_dist": [ "unidecode", "pyserial", "pyusb" ], "requires_python": "", "summary": "Python library to support Point Of Sale displays", "version": "0.0.4" }, "last_serial": 5143883, "releases": { "0.0.4": [ { "comment_text": "", "digests": { "md5": "02d2d3dc99959a89c3fb0f75d5afec09", "sha256": "1a5d7edc3423bd40651cb07be2f3b245386c26c547280c64fc114832ea43b792" }, "downloads": -1, "filename": "pyposdisplay-0.0.4-py3-none-any.whl", "has_sig": false, "md5_digest": "02d2d3dc99959a89c3fb0f75d5afec09", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5401, "upload_time": "2019-04-15T09:48:07", "url": "https://files.pythonhosted.org/packages/f6/ec/e3c7ed6bae5010482f81f5d50903f2ba6407cfb62102cf57b785e658d138/pyposdisplay-0.0.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2679b26de9fa061f123dc47c21c4fd10", "sha256": "62006cd18c384f8f3af0e0af9a7eb1f39d0f2897eeafa169e9a1237d3197d3cb" }, "downloads": -1, "filename": "pyposdisplay-0.0.4.tar.gz", "has_sig": false, "md5_digest": "2679b26de9fa061f123dc47c21c4fd10", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5074, "upload_time": "2019-04-15T09:48:09", "url": "https://files.pythonhosted.org/packages/38/e8/921223a8206743a8ca9f17447e94f7c00ce16e2b990ac3b61dbcb55b3e52/pyposdisplay-0.0.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "02d2d3dc99959a89c3fb0f75d5afec09", "sha256": "1a5d7edc3423bd40651cb07be2f3b245386c26c547280c64fc114832ea43b792" }, "downloads": -1, "filename": "pyposdisplay-0.0.4-py3-none-any.whl", "has_sig": false, "md5_digest": "02d2d3dc99959a89c3fb0f75d5afec09", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5401, "upload_time": "2019-04-15T09:48:07", "url": "https://files.pythonhosted.org/packages/f6/ec/e3c7ed6bae5010482f81f5d50903f2ba6407cfb62102cf57b785e658d138/pyposdisplay-0.0.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2679b26de9fa061f123dc47c21c4fd10", "sha256": "62006cd18c384f8f3af0e0af9a7eb1f39d0f2897eeafa169e9a1237d3197d3cb" }, "downloads": -1, "filename": "pyposdisplay-0.0.4.tar.gz", "has_sig": false, "md5_digest": "2679b26de9fa061f123dc47c21c4fd10", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5074, "upload_time": "2019-04-15T09:48:09", "url": "https://files.pythonhosted.org/packages/38/e8/921223a8206743a8ca9f17447e94f7c00ce16e2b990ac3b61dbcb55b3e52/pyposdisplay-0.0.4.tar.gz" } ] }