{ "info": { "author": "Ryan Finnie", "author_email": "ryan@finnie.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "\n\nJTLVI MESSAGE FORMAT: JUST TLV IT!\n\n\nhttps://github.com/rfinnie/jtlvi\n\n\nAbout\n\nThis is the Python 3 reference implementation of JTLVI, a simple binary\nmessage format.\n\n\nExample\n\n >>> from struct import pack\n >>> jtlvi.dumps([(1, pack('!I', 123)), (2, b'Hello!')]) # Native format is list of tuples\n b'\\xd4\\x0e\\xc4\\xf5\\x00\\x01\\x00\\x04\\x00\\x00\\x00{\\x00\\x02\\x00\\x06Hello!\\xff\\xff\\x00\\x00'\n >>> jtlvi.dumps({999: pack('!f', 1.2)}) # Dicts can also be supplied\n b'\\xd4\\x0e*q\\x03\\xe7\\x00\\x04?\\x99\\x99\\x9a\\xff\\xff\\x00\\x00'\n >>> jtlvi.loads(b'\\xd4\\x0e*q\\x03\\xe7\\x00\\x04?\\x99\\x99\\x9a\\xff\\xff\\x00\\x00')\n [(999, b'?\\x99\\x99\\x9a')]\n\n\nLicense\n\nCopyright (c) 2018 Ryan Finnie\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be included\nin all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/rfinnie/jtlvi", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/rfinnie/jtlvi", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "jtlvi", "package_url": "https://pypi.org/project/jtlvi/", "platform": "Unix", "project_url": "https://pypi.org/project/jtlvi/", "project_urls": { "Download": "https://github.com/rfinnie/jtlvi", "Homepage": "https://github.com/rfinnie/jtlvi" }, "release_url": "https://pypi.org/project/jtlvi/1.0.1/", "requires_dist": null, "requires_python": "", "summary": "JTLVI Message Format: Just TLV It!", "version": "1.0.1" }, "last_serial": 3604135, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "3e18dce031d6561b51bd0a01eed4af64", "sha256": "761bc5e6cea8685f6a83a7004ffc0a1cf5aa2dad87af7a04b972e3a9dca7d634" }, "downloads": -1, "filename": "jtlvi-1.0.tar.gz", "has_sig": false, "md5_digest": "3e18dce031d6561b51bd0a01eed4af64", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4260, "upload_time": "2018-02-06T06:28:32", "url": "https://files.pythonhosted.org/packages/56/10/d0591dc5a262f8b67f8618c6356b963d87aa9d91423a20483cce96baa774/jtlvi-1.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "678e4db57a3e79d2781e202fe7613c1c", "sha256": "4637ebe57d8fbdc1719af62e425d60c64609b8faf226bcf914b1046122bd7bc1" }, "downloads": -1, "filename": "jtlvi-1.0.1.tar.gz", "has_sig": false, "md5_digest": "678e4db57a3e79d2781e202fe7613c1c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5270, "upload_time": "2018-02-22T04:02:50", "url": "https://files.pythonhosted.org/packages/3d/1b/a13db9a01ec250b64b4abf5eb3dbe24497a8aae0a2d380fcd5100f9a9d37/jtlvi-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "678e4db57a3e79d2781e202fe7613c1c", "sha256": "4637ebe57d8fbdc1719af62e425d60c64609b8faf226bcf914b1046122bd7bc1" }, "downloads": -1, "filename": "jtlvi-1.0.1.tar.gz", "has_sig": false, "md5_digest": "678e4db57a3e79d2781e202fe7613c1c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5270, "upload_time": "2018-02-22T04:02:50", "url": "https://files.pythonhosted.org/packages/3d/1b/a13db9a01ec250b64b4abf5eb3dbe24497a8aae0a2d380fcd5100f9a9d37/jtlvi-1.0.1.tar.gz" } ] }