{ "info": { "author": "S. Zeid", "author_email": "support+ezpyi@s.zeid.me", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Intended Audience :: Developers", "Natural Language :: English", "Programming Language :: Python :: 2", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "ezpyi\n=====\n\nA wrapper for PyInstaller that simplifies its usage.\n\nCopyright (c) 2019 S. Zeid. Some rights reserved under the X11 License.\n\n \n\n\n* * * *\n\nNote: If all you want to do is bundle a single script without writing a\nspec file, PyInstaller is now able to do this out-of-the-box. However,\nezpyi will hide the spec file from you altogether, output a single file\nby default, and not output to a `dist` subdirectory by default. It also\nsupports making [AppImages][AppImage] and contains some other convenience\noptions.\n\n\nInstallation\n------------\n\nRun `pip3 install ezpyi`.\n\nAlternatively, clone the repository (or download a release tarball)\nand run `python3 setup.py install` from within the root directory\n(with root privileges).\n\n\nUsage\n-----\n\n Usage: ezpyi [options] script [exefile]\n\nWithout any options, ezpyi will bundle `script` and its Python dependencies\nas an executable file called `exefile`.\n\n`-D` or `--onedir` will bundle the script as a directory called `exefile`.\nUnlike stock PyInstaller, the executable file within that directory will\nalways be called `AppRun`.\n\n`-A` or `--appimage` will bundle the script as an [AppImage][AppImage].\nThis requires [`appimagetool`][appimagetool] to be on your $PATH. (AppImage\ndesktop integration and AppStream are not supported by ezpyi. If you need\nthese features, use `-D`, modify the output directory, and manually build\nthe AppImage.)\n\nTo pass arguments to `pyi-makespec`, use `-M` or `--makespec-args`. All\nremaining arguments will be passed to `pyi-makespec`. If there are no\nremaining arguments, then `pyi-makespec`'s help text will be printed.\n\nFor other options, run `ezpyi -h`.\n\n\n[AppImage]: https://github.com/AppImage/AppImageKit\n[appimagetool]: https://github.com/AppImage/AppImageKit/releases", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://code.s.zeid.me/ezpyi", "keywords": "", "license": "X11 License: https://tldrlegal.com/license/x11-license", "maintainer": "", "maintainer_email": "", "name": "ezpyi", "package_url": "https://pypi.org/project/ezpyi/", "platform": "", "project_url": "https://pypi.org/project/ezpyi/", "project_urls": { "Homepage": "https://code.s.zeid.me/ezpyi" }, "release_url": "https://pypi.org/project/ezpyi/0.2.1/", "requires_dist": null, "requires_python": "", "summary": "A wrapper for PyInstaller that simplifies its usage.", "version": "0.2.1" }, "last_serial": 5222097, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "731f292c69fccdf39c3f49260e7afbf5", "sha256": "70eac34437cc0b94a604d12298e8337587fb64978d3aff89679a9c6043216c5c" }, "downloads": -1, "filename": "ezpyi-0.1.tar.gz", "has_sig": false, "md5_digest": "731f292c69fccdf39c3f49260e7afbf5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20727, "upload_time": "2017-04-21T11:02:58", "url": "https://files.pythonhosted.org/packages/ef/1a/1e36687cc42ccf33e019759b1200988fe19c27d7317e8f9639b358b85d44/ezpyi-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "8b4e36124844ee07945f68eb886f0bb3", "sha256": "f77fbdc28784feb83cdb2b41944ad7d2984adb7c714c50e0883da743521a7ac3" }, "downloads": -1, "filename": "ezpyi-0.1.1.tar.gz", "has_sig": false, "md5_digest": "8b4e36124844ee07945f68eb886f0bb3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20754, "upload_time": "2017-04-21T11:54:01", "url": "https://files.pythonhosted.org/packages/10/a3/dad1541dec8d428afd04779e6e06ff7993115537549a359037ada8ca0b7b/ezpyi-0.1.1.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "80c6b10b115db4c2f43dd97d390e2e3e", "sha256": "7e57e334a670ae92270c2cb264fed045ff54a7561866f4261402f7d71a63e181" }, "downloads": -1, "filename": "ezpyi-0.2.0.tar.gz", "has_sig": false, "md5_digest": "80c6b10b115db4c2f43dd97d390e2e3e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22169, "upload_time": "2019-05-03T14:16:00", "url": "https://files.pythonhosted.org/packages/93/9b/fd5a66bf6224e25e440f2c4c3d839f7ba53d893067399ba1681762955df3/ezpyi-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "6c34ac080a54cdab27889b109ffa4c33", "sha256": "3906372b7850cf3f4755a95125f4dcfe47446c33ef4cb712c60b9ccdb221e663" }, "downloads": -1, "filename": "ezpyi-0.2.1.tar.gz", "has_sig": false, "md5_digest": "6c34ac080a54cdab27889b109ffa4c33", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22454, "upload_time": "2019-05-03T14:29:16", "url": "https://files.pythonhosted.org/packages/8d/a1/52988159152161b899b42b2e53f15ccd5b61d2be95a283790ff539d01982/ezpyi-0.2.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6c34ac080a54cdab27889b109ffa4c33", "sha256": "3906372b7850cf3f4755a95125f4dcfe47446c33ef4cb712c60b9ccdb221e663" }, "downloads": -1, "filename": "ezpyi-0.2.1.tar.gz", "has_sig": false, "md5_digest": "6c34ac080a54cdab27889b109ffa4c33", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22454, "upload_time": "2019-05-03T14:29:16", "url": "https://files.pythonhosted.org/packages/8d/a1/52988159152161b899b42b2e53f15ccd5b61d2be95a283790ff539d01982/ezpyi-0.2.1.tar.gz" } ] }