{ "info": { "author": "ETS Developers", "author_email": "enthought-dev@enthought.com", "bugtrack_url": null, "classifiers": [], "description": "===================================================\netsproxy: proxy modules for backwards compatibility\n===================================================\n\nThis is the ETS proxy package, it contains the proxy modules for *all* ETS\nprojects which map the old enthought namespace imports (version 3) to the\nnamespace-refactored ETS packages (version 4). For example::\n\n from enthought.traits.api import HasTraits\n\nis now simply::\n\n from traits.api import HasTraits\n\nFor convenience this package also contains a refactor tool to convert\nprojects to the new namespace (such that the don't rely on the proxy)::\n\n $ ets3to4 -h\n usage: ets3to4 DIRECTORY\n\n This utility, can be used to convert projects from ETS version 3 to 4.\n It simply replaces old namespace strings (e.g. 'enthought.traits.api')\n to new ones (e.g. 'traits.api'), in all Python files in DIRECTORY\n recursively.\n Once the conversion of your project is complete, the etsproxy module\n should no longer be necessary. However, this tool is very simple and\n does not catch all corner cases.\n\nThis module will be removed in the future, and old-style (enthought.xxx)\nimports should be converted (over time) to the new ones.", "description_content_type": null, "docs_url": null, "download_url": "http://www.enthought.com/repo/ets/etsproxy-0.1.2.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "etsproxy", "package_url": "https://pypi.org/project/etsproxy/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/etsproxy/", "project_urls": { "Download": "http://www.enthought.com/repo/ets/etsproxy-0.1.2.tar.gz", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/etsproxy/0.1.2/", "requires_dist": null, "requires_python": null, "summary": "proxy modules for backwards compatibility", "version": "0.1.2" }, "last_serial": 802967, "releases": { "0.1.0": [], "0.1.1": [], "0.1.2": [] }, "urls": [] }