{ "info": { "author": "Xavier Villaneau", "author_email": "xvillaneau+baudot@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Topic :: Communications" ], "description": "\nBaudot is a Python library for encoding and decoding 5-bit stateful encoding.\n\nThis library is named after `Jean-Maurice-\u00c9mile Baudot`_ (1845-1903), the French\nengineer who invented this code. The `Baudot code`_ was the first practical and\nwidely used binary character encoding, and is an ancestor of the ASCII code we\nare familiar with today.\n\nThis library accomplishes two tasks (and their inverse):\n\n1. reading 5-bit codes from custom input formats,\n2. converting 5-bit codes to unicode characters.\n\nThis library provides support for several common encodings, as well as support\nfor reading tape-like files and hexadecimal data.\n\nPlease keep in mind that this project is very young, and that its API is most\nlikely ill-designed at this point. Suggestions are welcome!\n\n.. _`Jean-Maurice-\u00c9mile Baudot`: https://en.wikipedia.org/wiki/%C3%89mile_Baudot\n.. _`Baudot code`: https://en.wikipedia.org/wiki/Baudot_code\n\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/xvillaneau/python-baudot", "keywords": "", "license": "LGPLv3", "maintainer": "", "maintainer_email": "", "name": "baudot", "package_url": "https://pypi.org/project/baudot/", "platform": "", "project_url": "https://pypi.org/project/baudot/", "project_urls": { "Homepage": "https://github.com/xvillaneau/python-baudot" }, "release_url": "https://pypi.org/project/baudot/0.1.1.post2/", "requires_dist": null, "requires_python": ">=3.6.0", "summary": "Tools for handling stateful 5-bit encoding", "version": "0.1.1.post2" }, "last_serial": 4951502, "releases": { "0.1.1.post2": [ { "comment_text": "", "digests": { "md5": "019e0852a59c876610308dd99284e8a9", "sha256": "2d41d217a635731dacca8bc12ded166e426efe1ffa8cf3b24060cd1609434155" }, "downloads": -1, "filename": "baudot-0.1.1.post2-py3-none-any.whl", "has_sig": false, "md5_digest": "019e0852a59c876610308dd99284e8a9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6.0", "size": 12232, "upload_time": "2019-03-17T21:35:49", "url": "https://files.pythonhosted.org/packages/70/7e/094d9b823043430e40c495485e85b3beb86e0eefa7b50a991600f5158738/baudot-0.1.1.post2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "41ed1edd59f478aaffa7c921db026886", "sha256": "123ce8b2e08a5a3e3d1b24760c16228689e632eaed91278ef2f8f2f818e61247" }, "downloads": -1, "filename": "baudot-0.1.1.post2.tar.gz", "has_sig": false, "md5_digest": "41ed1edd59f478aaffa7c921db026886", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6.0", "size": 7056, "upload_time": "2019-03-17T21:35:51", "url": "https://files.pythonhosted.org/packages/5b/47/c49cdb0f72c8d76d4bffec3b00383a349ef869a73642e51eda45c3efb3da/baudot-0.1.1.post2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "019e0852a59c876610308dd99284e8a9", "sha256": "2d41d217a635731dacca8bc12ded166e426efe1ffa8cf3b24060cd1609434155" }, "downloads": -1, "filename": "baudot-0.1.1.post2-py3-none-any.whl", "has_sig": false, "md5_digest": "019e0852a59c876610308dd99284e8a9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6.0", "size": 12232, "upload_time": "2019-03-17T21:35:49", "url": "https://files.pythonhosted.org/packages/70/7e/094d9b823043430e40c495485e85b3beb86e0eefa7b50a991600f5158738/baudot-0.1.1.post2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "41ed1edd59f478aaffa7c921db026886", "sha256": "123ce8b2e08a5a3e3d1b24760c16228689e632eaed91278ef2f8f2f818e61247" }, "downloads": -1, "filename": "baudot-0.1.1.post2.tar.gz", "has_sig": false, "md5_digest": "41ed1edd59f478aaffa7c921db026886", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6.0", "size": 7056, "upload_time": "2019-03-17T21:35:51", "url": "https://files.pythonhosted.org/packages/5b/47/c49cdb0f72c8d76d4bffec3b00383a349ef869a73642e51eda45c3efb3da/baudot-0.1.1.post2.tar.gz" } ] }