{ "info": { "author": "David Townshend", "author_email": "aquavitae69@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License (GPL)", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.2", "Topic :: Software Development :: Libraries :: Application Frameworks", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "This is an undo/redo framework based on a functional approach which uses a undoable stack to track actions. Actions are the result of a function call and know how to undo and redo themselves, assuming that any objects they act on will always be in the same state before and after the action occurs respectively. The Stack tracks all actions which can be done or undone.", "description_content_type": null, "docs_url": null, "download_url": "http://bitbucket.org/aquavitae/undo/downloads", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://readthedocs.org/docs/undo/en/latest/", "keywords": "framework, undo, python", "license": "UNKNOWN", "maintainer": "", "maintainer_email": "", "name": "undo", "package_url": "https://pypi.org/project/undo/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/undo/", "project_urls": { "Download": "http://bitbucket.org/aquavitae/undo/downloads", "Homepage": "http://readthedocs.org/docs/undo/en/latest/" }, "release_url": "https://pypi.org/project/undo/0.5.1/", "requires_dist": null, "requires_python": null, "summary": "Action-based undo framework for python", "version": "0.5.1" }, "last_serial": 403613, "releases": { "0.5.1": [] }, "urls": [] }