معرفی شرکت ها


cyinstaller-1.1.1


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

A cli tool to package application with Cython & PyInstaller.
ویژگی مقدار
سیستم عامل -
نام فایل cyinstaller-1.1.1
نام cyinstaller
نسخه کتابخانه 1.1.1
نگهدارنده ['SolardiaX']
ایمیل نگهدارنده ['solardiax@hotmail.com']
نویسنده SolardiaX
ایمیل نویسنده solardiax@hotmail.com
آدرس صفحه اصلی https://github.com/SolardiaX/CyInstaller
آدرس اینترنتی https://pypi.org/project/cyinstaller/
مجوز GPL-3.0-or-later
CyInstaller =========== CyInstaller is a lightweight CLI tools to compile and package your application to a single executable file with related distribution files. CyInstaller use `Cython`_ to compile application's source codes, then package files with `PyInstaller`_. Installing ---------- Install and update using `pip`_: .. code-block:: text pip install -U CyInstaller Quickstart ---------- Add a `setup.yml` in your project, then execute the `CyInstaller` cli command: .. code-block:: text CyInstaller CyInstaller default use `setup.yml` as the config file. If use another file, just execute the `CyInstaller` command with it as a parameter. .. code-block:: text CyInstaller 'path/to/the/file' Configuration ------------- A yaml configration may looks like: .. code-block:: yaml setup: app: CyInstallerApp root: . modules: - base: Common package: common package_from_base: false compiles: - ... packages: - ... binaries: - ... datas: - ... relates: - base: Backend ... compiles: - ... packages: - ... datas: - ... relates: - ... cython_binaries: true/false hiddenimports: - ... auto_hiddenimports: true/false entrypoint: app.py stage: path: _build debug: true/false cython: path: cython path_tmp: compile options: ... pyinstaller: path: package template: setup.spec dist: target Detail for each options see the `configration guidelines`_. .. _configration guidelines: https://github.com/solardiax/cyinstaller/blob/master/docs/configuration.rst Links ----- * Releases: https://pypi.org/project/CyInstaller/ * Code: https://github.com/solardiax/cyinstaller * Issue tracker: https://github.com/solardiax/cyinstaller/issues .. _Cython: https://cython.org/ .. _PyInstaller: https://www.pyinstaller.org/ .. _pip: https://pip.pypa.io/en/stable/quickstart/


نیازمندی

مقدار نام
>=7.1.2,<8.0.0 click
>=0.29.21,<0.30.0 Cython
>=4.1,<5.0 pyinstaller
>=5.3.1,<6.0.0 PyYAML


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

مقدار نام
>=3.7,<4.0 Python


نحوه نصب


نصب پکیج whl cyinstaller-1.1.1:

    pip install cyinstaller-1.1.1.whl


نصب پکیج tar.gz cyinstaller-1.1.1:

    pip install cyinstaller-1.1.1.tar.gz