{ "info": { "author": "Mikhail Korobov", "author_email": "kmike84@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "PackBits encoder/decoder\n========================\n\nThis module implements a PackBits encoder/decoder for Python 2.x and 3.x.\n\nPackBits encoding is used in PSD and TIFF files.\n\nInstallation\n------------\n\n::\n\n pip install packbits\n\nUsage\n-----\n\nImport ``packbits`` module; then use ``packbits.encode(data)`` and\n``packbits.decode(data)`` functions.\n\nContributing\n------------\n\nDevelopment happens at github and bitbucket:\n\n* https://github.com/kmike/packbits\n* https://bitbucket.org/kmike/packbits\n\nThe main issue tracker is at github: https://github.com/kmike/packbits/issues\n\nFeel free to submit ideas, bugs, pull requests (git or hg) or regular patches.\n\nIn order to run tests, install `tox `_ and type\n\n::\n\n tox\n\nfrom the source checkout.\n\nThe license is MIT.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/kmike/packbits", "keywords": null, "license": "MIT License", "maintainer": null, "maintainer_email": null, "name": "packbits", "package_url": "https://pypi.org/project/packbits/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/packbits/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/kmike/packbits" }, "release_url": "https://pypi.org/project/packbits/0.6/", "requires_dist": null, "requires_python": null, "summary": "PackBits encoder/decoder", "version": "0.6" }, "last_serial": 655096, "releases": { "0.5": [ { "comment_text": "", "digests": { "md5": "0cbd0b770a60a0fb88399d0fd02641d0", "sha256": "9630ff24a34bf40bbf32f2e00f2a3381dce3e326688dd111bfc37d7410c8130d" }, "downloads": -1, "filename": "packbits-0.5.tar.gz", "has_sig": false, "md5_digest": "0cbd0b770a60a0fb88399d0fd02641d0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2604, "upload_time": "2012-11-06T13:20:31", "url": "https://files.pythonhosted.org/packages/db/b4/2c51841e669ea2a1cbfd8830aa8fbfec81f2df96b07c4f1344f266e2acf7/packbits-0.5.tar.gz" } ], "0.6": [ { "comment_text": "", "digests": { "md5": "b703bf6bc52129aa332f9bfb4d1bd272", "sha256": "bc6b370bb34e04ac8cfa835e06c0484380affc6d593adb8009dd6c0f7bfff034" }, "downloads": -1, "filename": "packbits-0.6.tar.gz", "has_sig": false, "md5_digest": "b703bf6bc52129aa332f9bfb4d1bd272", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2167, "upload_time": "2013-04-06T08:22:59", "url": "https://files.pythonhosted.org/packages/1b/23/78a967c9b9961258da2bf0d0a63bf12293ccddf96ec77361ee7b44f543f1/packbits-0.6.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b703bf6bc52129aa332f9bfb4d1bd272", "sha256": "bc6b370bb34e04ac8cfa835e06c0484380affc6d593adb8009dd6c0f7bfff034" }, "downloads": -1, "filename": "packbits-0.6.tar.gz", "has_sig": false, "md5_digest": "b703bf6bc52129aa332f9bfb4d1bd272", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2167, "upload_time": "2013-04-06T08:22:59", "url": "https://files.pythonhosted.org/packages/1b/23/78a967c9b9961258da2bf0d0a63bf12293ccddf96ec77361ee7b44f543f1/packbits-0.6.tar.gz" } ] }