{ "info": { "author": "Sebastien Keim", "author_email": "s.keim@laposte.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta" ], "description": "The Version 0.3 add four Functions for computing diffs into the tools modules.\r\nIt also remove support for Python 2.2.\r\n \r\n \r\nThe mem package is a set of extension modules which allow to work on objects\r\nmemory from Python code. The package contains:\r\n \r\n - an object which allow to manage mallocated chunks of memory as a\r\n mutable sequence of bytes.\r\n \r\n - a set of functions which work on any objects which define the buffer\r\n API: memcopy, index, memlen, memcmp ...\r\n \r\n - a reimplementation of the buffer() built-in object which should\r\n correct it's most annoying problems.\r\n \r\nIt contains also some pure Python modules:\r\n \r\n - an adapter which provide the file interface to any object which\r\n define the buffer API.\r\n \r\n - an other adapter for the array interface.", "description_content_type": null, "docs_url": null, "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://s.keim.free.fr/mem", "keywords": "buffer memory", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "mem-package", "package_url": "https://pypi.org/project/mem-package/", "platform": null, "project_url": "https://pypi.org/project/mem-package/", "project_urls": { "Homepage": "http://s.keim.free.fr/mem" }, "release_url": "https://pypi.org/project/mem-package/0.3/", "requires_dist": null, "requires_python": null, "summary": "Simple-segment buffer interface tools.", "version": "0.3" }, "last_serial": 710313, "releases": { "0.1": [], "0.2": [], "0.3": [] }, "urls": [] }