{ "info": { "author": "Fr\u00e9d\u00e9ric van der Essen & Manuel F Martinez", "author_email": "fvdessen+x@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Printing" ], "description": "XML-ESC/POS\n===========\n\nXML-ESC/POS is a simple library that allows you to\ninteract with ESC/POS devices with a simple utf8 \nencoded xml format similar to HTML. The following\nexample is self-explanatory: \n\n.. code:: xml\n \n

Receipt!

\n

div,span,p,ul,ol are also supported

\n \n Product\n 0.15\u20ac\n \n
\n \n TOTAL\n 0.15\u20ac\n \n \n 5449000000996\n \n \n \n
\n\n.. code:: python\n from xmlescpos.printer import Usb\n printer = Usb(0x04b8,0x0e03)\n printer.receipt(\"
Hello World!
\")\n\nLimitations\n-----------\nThe utf8 support is incomplete, mostly asian languages\nare not working since they are badly documented and\nonly supported by region-specific hardware.\n\nThis is also the very first release, which is a simple\nextraction from the Odoo code base. While it works well,\nit needs some cleanup for public use.\n\nAlso, the doc is non-existent.", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/fvdsn/py-xml-escpos/tarball/0.1.0", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/fvdsn/py-xml-escpos", "keywords": "printing receipt xml escpos", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "pyxmlescpos", "package_url": "https://pypi.org/project/pyxmlescpos/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pyxmlescpos/", "project_urls": { "Download": "https://github.com/fvdsn/py-xml-escpos/tarball/0.1.0", "Homepage": "https://github.com/fvdsn/py-xml-escpos" }, "release_url": "https://pypi.org/project/pyxmlescpos/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Print XML-defined Receipts on ESC/POS Receipt Printers", "version": "0.1.0" }, "last_serial": 1359933, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "b38f306a660f7646a8c95251119e33fe", "sha256": "e08d3cd8b467a8f26a3255dc6cac174ccc62309277c57124a6dec43d69bf57d5" }, "downloads": -1, "filename": "pyxmlescpos-0.1.0.tar.gz", "has_sig": false, "md5_digest": "b38f306a660f7646a8c95251119e33fe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14158, "upload_time": "2014-12-24T14:03:57", "url": "https://files.pythonhosted.org/packages/4a/b8/d7899140795f8eaef76d95feac32aa28caf8ed7770d1c00012ffff0e553c/pyxmlescpos-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b38f306a660f7646a8c95251119e33fe", "sha256": "e08d3cd8b467a8f26a3255dc6cac174ccc62309277c57124a6dec43d69bf57d5" }, "downloads": -1, "filename": "pyxmlescpos-0.1.0.tar.gz", "has_sig": false, "md5_digest": "b38f306a660f7646a8c95251119e33fe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14158, "upload_time": "2014-12-24T14:03:57", "url": "https://files.pythonhosted.org/packages/4a/b8/d7899140795f8eaef76d95feac32aa28caf8ed7770d1c00012ffff0e553c/pyxmlescpos-0.1.0.tar.gz" } ] }