{ "info": { "author": "ClericPy", "author_email": "clericpy@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.7" ], "description": "# distribute-python-on-windows\nTelling how to distribute python app on win32 platform.\n\n\n## Usage\n\n> python3 -m distwin -h\n\n```\n> cd example/\n> python3 -m distwin -b 64 -e app:main\n............\n> cd dist/\n> run.bat\n\nfor example:\n\n$ cd example\n$ python3 -m distwin -b 64 -e app:main -p for_import,for_import_package bottle\nINFO 2018-12-20 01:51:47: [find] shiv.exe at 'D:\\Python3\\scripts\\shiv.exe'\nDEBUG 2018-12-20 01:51:48: [find] the latest python-64-bit release .\nDEBUG 2018-12-20 01:51:48: [ignore] file dist\\python-3.7.1-embed-amd64\\python.exe exists.\nDEBUG 2018-12-20 01:51:48: refreshing site-packages folder: site-packages.\nDEBUG 2018-12-20 01:51:48: copy ['app', 'for_import', 'for_import_package'] into site-packages\nDEBUG 2018-12-20 01:51:48: copy app.py\nDEBUG 2018-12-20 01:51:48: copy for_import.py\nDEBUG 2018-12-20 01:51:48: copy for_import_package\nLooking in indexes: https://pypi.douban.com/simple/\nCollecting bottle\n Downloading https://pypi.doubanio.com/packages/47/f1/666d2522c8eda26488315d7ee8882d848710b23d408ed4ced35d750d6e20/bottle-0.12.16-py3-none-any.whl (89kB)\nInstalling collected packages: bottle\nSuccessfully installed bottle-0.12.16\nDEBUG 2018-12-20 01:51:49: remove folder: site-packages\nINFO 2018-12-20 01:51:49: dist success, cd into `dist` folder and run the file `run.bat`.\n```\n\n## TODO\n\n1. support `-i` mode\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ClericPy/distribute-python-on-windows", "keywords": "distribute apps windows shiv", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "distwin", "package_url": "https://pypi.org/project/distwin/", "platform": "any", "project_url": "https://pypi.org/project/distwin/", "project_urls": { "Homepage": "https://github.com/ClericPy/distribute-python-on-windows" }, "release_url": "https://pypi.org/project/distwin/0.0.1/", "requires_dist": [ "shiv" ], "requires_python": "", "summary": "Telling how to distribute python app on win32 platform. Read more: https://github.com/ClericPy/distribute-python-on-windows.", "version": "0.0.1" }, "last_serial": 4617709, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "f55b8ff9fd88476bb792ebe39a36fb1a", "sha256": "cd9bf8ec9b8da84faac6fec3e9821023ce7ebe866fd07a562260a4394251fb64" }, "downloads": -1, "filename": "distwin-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "f55b8ff9fd88476bb792ebe39a36fb1a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5676, "upload_time": "2018-12-19T17:54:39", "url": "https://files.pythonhosted.org/packages/86/8a/bc5f52a273fbb99ed2358e739f8b513c730e9cc4e62aa39331a9183dfa60/distwin-0.0.1-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f55b8ff9fd88476bb792ebe39a36fb1a", "sha256": "cd9bf8ec9b8da84faac6fec3e9821023ce7ebe866fd07a562260a4394251fb64" }, "downloads": -1, "filename": "distwin-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "f55b8ff9fd88476bb792ebe39a36fb1a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5676, "upload_time": "2018-12-19T17:54:39", "url": "https://files.pythonhosted.org/packages/86/8a/bc5f52a273fbb99ed2358e739f8b513c730e9cc4e62aa39331a9183dfa60/distwin-0.0.1-py3-none-any.whl" } ] }