{ "info": { "author": "Matthew Brooks", "author_email": "matt@mattbrooks.ca", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3" ], "description": "# hex2file\nA Python module for writing hex string content to a file.\n\n## What it does\nWrites ascii hex strings to a file directly as in binary hex format. The string\ncan be multi-line or single-line and 0x-prefixed or not. Excess whitespace in\nthe input is ignored. \n\nThe following input (multi-line string): \n0xFF00FF00 \n0xAABBCCDD \n0x12345678 \n98765432 3456789A \n \nWould result in the following file content: \nFF00FF00AABBCCDD12345678987654323456789A\n\n## Compatibility\nPython 2/3 compatible.\n\n# Install\nGet the module via pip: `pip install hex2file`. Once installed 'hex2file' will\nbe added to your path and the module will be available for importing in your\nPython projects.\n\n# Usage\n## Command Line\nWhen pip installed, hex2file is added to your path. It can accept input directly\nfrom stdin or from a file with the '-f' flag. See `hex2file --help`.\n\nExample: `echo \"0xFF00FF00\" | hex2file /tmp/test`\n\n## Library\nThe module can also be imported into a Python project. After installing it\nsimply `import hex2file` and use `hex2file.write()`.\n\n# Testing\nRun the tests using `python setup.py test` from the root directory of this\nrepository.", "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/mattixtech/hex2file", "keywords": "hex", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "hex2file", "package_url": "https://pypi.org/project/hex2file/", "platform": "", "project_url": "https://pypi.org/project/hex2file/", "project_urls": { "Homepage": "https://github.com/mattixtech/hex2file" }, "release_url": "https://pypi.org/project/hex2file/1.1.1/", "requires_dist": null, "requires_python": "", "summary": "A Python module for writing hex string content to a file.", "version": "1.1.1" }, "last_serial": 4141868, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "0d2cf254166f6635a0945b293699fedc", "sha256": "e1167a73f95aefc772a4a9a7d73b5aa9782a70947668bb7b893866ab2a6c8295" }, "downloads": -1, "filename": "hex2file-1.0.0.tar.gz", "has_sig": false, "md5_digest": "0d2cf254166f6635a0945b293699fedc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2950, "upload_time": "2018-08-03T00:52:16", "url": "https://files.pythonhosted.org/packages/09/75/0ca5bc3932df7acad20ab8c8af2478dd650b258d37982bd5be17af2e3ab1/hex2file-1.0.0.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "48bd8f294190ff0d0a2ac7012d2981e8", "sha256": "a3d55a649bbf2c71c2d71726fe636cae0bb43339557f80c2dc3bab2319ba42bd" }, "downloads": -1, "filename": "hex2file-1.1.1.tar.gz", "has_sig": false, "md5_digest": "48bd8f294190ff0d0a2ac7012d2981e8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3724, "upload_time": "2018-08-06T20:58:04", "url": "https://files.pythonhosted.org/packages/7b/37/c52da9d937ee1ba075014640012c69a53baee95bb26e263c045a00450806/hex2file-1.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "48bd8f294190ff0d0a2ac7012d2981e8", "sha256": "a3d55a649bbf2c71c2d71726fe636cae0bb43339557f80c2dc3bab2319ba42bd" }, "downloads": -1, "filename": "hex2file-1.1.1.tar.gz", "has_sig": false, "md5_digest": "48bd8f294190ff0d0a2ac7012d2981e8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3724, "upload_time": "2018-08-06T20:58:04", "url": "https://files.pythonhosted.org/packages/7b/37/c52da9d937ee1ba075014640012c69a53baee95bb26e263c045a00450806/hex2file-1.1.1.tar.gz" } ] }