{ "info": { "author": "Michael Krause", "author_email": "michael@krause-software.de", "bugtrack_url": null, "classifiers": [], "description": "Automatic replacement of imported Python modules.\r\n\r\nThe hotswap module watches the source files of imported modules which are\r\nreplaced by its new version when the respective source files change.\r\nThe need for a program restart during development of long-running programs\r\nlike GUI applications for example is reduced.\r\n\r\nAdditionally this module can be called as a wrapper script:\r\nhotswap.py [OPTIONS] [args]\r\n\r\nIn this case module.py is imported as module and the function\r\nmodule.main() is called. Hotswapping is enabled so that changes\r\nin the source code take effect without restarting the program.", "description_content_type": null, "docs_url": null, "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.krause-software.de/python/index.html", "keywords": null, "license": "MIT License", "maintainer": null, "maintainer_email": null, "name": "hotswap", "package_url": "https://pypi.org/project/hotswap/", "platform": null, "project_url": "https://pypi.org/project/hotswap/", "project_urls": { "Homepage": "http://www.krause-software.de/python/index.html" }, "release_url": "https://pypi.org/project/hotswap/0.1/", "requires_dist": null, "requires_python": null, "summary": "Automatic replacement of imported Python modules.", "version": "0.1" }, "last_serial": 3442, "releases": { "0.1": [] }, "urls": [] }