{ "info": { "author": "Neil Hodgson", "author_email": "neilh@scintilla.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: C", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 3", "Topic :: Software Development :: Libraries" ], "description": "Gap buffers are efficient mutable sequences that\r\n are often used to store text in text editors.\r\n They utilize locality of modification to avoid copying large\r\n amounts of data and allocate extra elements to avoid\r\n memory allocation dominating performance.", "description_content_type": null, "docs_url": null, "download_url": "http://gapbuffer.googlecode.com/files/gapbuffer-1.03.zip", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://code.google.com/p/gapbuffer/", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "gapbuffer", "package_url": "https://pypi.org/project/gapbuffer/", "platform": "Platform Independent", "project_url": "https://pypi.org/project/gapbuffer/", "project_urls": { "Download": "http://gapbuffer.googlecode.com/files/gapbuffer-1.03.zip", "Homepage": "http://code.google.com/p/gapbuffer/" }, "release_url": "https://pypi.org/project/gapbuffer/1.03/", "requires_dist": null, "requires_python": null, "summary": "A gap buffer package", "version": "1.03" }, "last_serial": 116347, "releases": { "1.01": [], "1.02": [], "1.03": [] }, "urls": [] }