{ "info": { "author": "Avinash Kak", "author_email": "kak@purdue.edu", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python", "Topic :: Utilities" ], "description": "**Version 2.0** is a Python 3.x compliant version of the\nBit2DArray class. This version should work with both Python\n2.x and Python 3.x.\n\nThis module utilizes the facilities of the **BitVector**\nclass (Version 3.0 or above) to create a memory efficient\nrepresentation for 2D bit arrays.\n\nThe class supports the following operators/methods:\n\n- __str__\n- __getitem__\n- __setitem__\n- __getslice__\n- __eq__\n- __ne__\n- __and__\n- __or__\n- __xor__\n- __invert__\n- deep_copy\n- size\n- read_bit_array_from_char_file\n- read_bit_array_from_binary_file\n- write_bit_array_to_char_file\n- write_bit_array_to_packed_binary_file\n- shift\n- dilate\n- erode", "description_content_type": null, "docs_url": null, "download_url": "http://RVL4.ecn.purdue.edu/~kak/distBit2DArray/Bit2DArray-2.0.tar.gz?download", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://RVL4.ecn.purdue.edu/~kak/distBit2DArray/Bit2DArray-2.0.html", "keywords": "2D bit array,binary image,2D bit field", "license": "Python Software Foundation License", "maintainer": null, "maintainer_email": null, "name": "Bit2DArray", "package_url": "https://pypi.org/project/Bit2DArray/", "platform": "All platforms", "project_url": "https://pypi.org/project/Bit2DArray/", "project_urls": { "Download": "http://RVL4.ecn.purdue.edu/~kak/distBit2DArray/Bit2DArray-2.0.tar.gz?download", "Homepage": "http://RVL4.ecn.purdue.edu/~kak/distBit2DArray/Bit2DArray-2.0.html" }, "release_url": "https://pypi.org/project/Bit2DArray/2.0/", "requires_dist": null, "requires_python": null, "summary": "A memory-efficient packed representation for 2D bit arrays", "version": "2.0" }, "last_serial": 279972, "releases": { "1.0": [], "2.0": [] }, "urls": [] }