معرفی شرکت ها


bdist-pyinstaller-0.2.1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A side-car distutils command to automate creation of the pyinstaller packages in a non-intrusive way
ویژگی مقدار
سیستم عامل -
نام فایل bdist-pyinstaller-0.2.1
نام bdist-pyinstaller
نسخه کتابخانه 0.2.1
نگهدارنده ['Waldek Herka']
ایمیل نگهدارنده ['wherka-ama@users.noreply.github.com']
نویسنده Waldek Herka
ایمیل نویسنده wherka-ama@users.noreply.github.com
آدرس صفحه اصلی https://github.com/AmadeusITGroup/bdist_pyinstaller
آدرس اینترنتی https://pypi.org/project/bdist-pyinstaller/
مجوز Apache-2.0
### Overview bdist_pyinstaller is a side-car distutils command to automate creation of the pyinstaller packages in a non-intrusive way. #### The problem dist_pyinstaller is trying to solve The application written in Python is never directly executed natively. Similarly to Java, Python code is compiled into a byte code(opcode) and it's running on a *Python VM*. As a consequence, to run anything written in Python one needs to have an *installation of Python* compiler+VM. It usually comes as OS-dependent package(rpm, deb etc.) or it can be compiled from source. Furthermore, despite having a very rich core libraries at their disposal, Python programs often need to pull some *3rd party packages* in. Some packages require libraries which have to be pre-installed on the OS level. This would require the combination of: * Internet connection or setting up the equivalent repositories holding the packages * Priviledge escalation if the installation of python and/or extra packages is to be treated as a system-wide one * An extra care when dealing with version upgrades(both python itself as well as the packages) as various applications often come with conflicting requirements which are not straight forward to solve on a shared platform. There are solutions to all these problems, but they all come with the extra complexity, reduced reliability and maintanance cost when the aim is to have simple and stable way of executing a given program/utility. *bdist_installer* offers a very simple path from a well defined Python utility to a single binary with all the required bits frozen-in. That includes the Python runtime. Thanks to pyinstaller used behind the scenes it is very powerful, yet still very simple in non-trivial use-cases. ### Table of Contents * [Getting started](./GETTINGSTARTED.md) * [Contributing](./CONTRIBUTING.md) * [Help wanted](./HELPWANTED.md) * [Glossary](./GLOSSARY.md)


نیازمندی

مقدار نام
>=3.0.0 pytest
- pytest-cov


زبان مورد نیاز

مقدار نام
!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7 Python


نحوه نصب


نصب پکیج whl bdist-pyinstaller-0.2.1:

    pip install bdist-pyinstaller-0.2.1.whl


نصب پکیج tar.gz bdist-pyinstaller-0.2.1:

    pip install bdist-pyinstaller-0.2.1.tar.gz