{ "info": { "author": "Dorkmaster Flek", "author_email": "dorkmasterflek@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "PyNLZSS\n=======\n\nPython bindings for the Nintendo GBA/DS LZSS compression algorithm.\n\nLZSS algorithm and C code from CUE's tools: http://www.romhacking.net/utilities/826/\n\nInstallation\n------------\n\n::\n\n pip install nlzss\n\nEncode\n------\n\n::\n\n >> import nzlss\n >> nzlss.encode_file('in_file.txt', 'out_file.txt')\n\nDecode\n------\n\n::\n\n >> import nzlss\n >> nzlss.decode_file(in_path='in_file.txt', out_path='out_file.txt')\n\nThat's it!", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/DorkmasterFlek/python-nlzss", "keywords": "", "license": "GNU GPL v3", "maintainer": "", "maintainer_email": "", "name": "nlzss", "package_url": "https://pypi.org/project/nlzss/", "platform": "", "project_url": "https://pypi.org/project/nlzss/", "project_urls": { "Homepage": "https://github.com/DorkmasterFlek/python-nlzss" }, "release_url": "https://pypi.org/project/nlzss/0.1.2/", "requires_dist": null, "requires_python": ">=2, >=3", "summary": "Nintendo LZSS compression algorithm", "version": "0.1.2" }, "last_serial": 3445758, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "dca397127776dc3cf1ea1ba15e37b53a", "sha256": "0f5133cb32a95ab7e8849f778c9b295f97ef82f6546269f75887b32a83fff4fd" }, "downloads": -1, "filename": "nlzss-0.1.1.tar.gz", "has_sig": false, "md5_digest": "dca397127776dc3cf1ea1ba15e37b53a", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2, >=3", "size": 5063, "upload_time": "2017-12-24T02:12:03", "url": "https://files.pythonhosted.org/packages/36/7c/ab16ee8ca410549842935d2a794262928ad0c5ae568adf232aac0ccc7c8a/nlzss-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "bac4d679dfe22ebb213833c2d111f124", "sha256": "fe87914c0c71277fd903e0b913ad2bd20253fc8f6223fce4fd90ba251367a053" }, "downloads": -1, "filename": "nlzss-0.1.2.tar.gz", "has_sig": false, "md5_digest": "bac4d679dfe22ebb213833c2d111f124", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2, >=3", "size": 5301, "upload_time": "2017-12-27T17:33:39", "url": "https://files.pythonhosted.org/packages/45/7b/1c478256d12758b1bcd844363d0accd094aed309af7d14f12470919ae286/nlzss-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "bac4d679dfe22ebb213833c2d111f124", "sha256": "fe87914c0c71277fd903e0b913ad2bd20253fc8f6223fce4fd90ba251367a053" }, "downloads": -1, "filename": "nlzss-0.1.2.tar.gz", "has_sig": false, "md5_digest": "bac4d679dfe22ebb213833c2d111f124", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2, >=3", "size": 5301, "upload_time": "2017-12-27T17:33:39", "url": "https://files.pythonhosted.org/packages/45/7b/1c478256d12758b1bcd844363d0accd094aed309af7d14f12470919ae286/nlzss-0.1.2.tar.gz" } ] }