معرفی شرکت ها


cythonizer-1.2.0b3


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Convert .py and .pyx to (.pyd | .so) very easily.
ویژگی مقدار
سیستم عامل -
نام فایل cythonizer-1.2.0b3
نام cythonizer
نسخه کتابخانه 1.2.0b3
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Rizwan Hasan
ایمیل نویسنده rizwan.hasan486@gmail.com
آدرس صفحه اصلی https://github.com/TechLearnersInc/cythonizer
آدرس اینترنتی https://pypi.org/project/cythonizer/
مجوز MIT
========== cythonizer ========== *Cythonize one step faster* .. image:: https://img.shields.io/badge/build-beta-brightgreen :target: https://github.com/TechLearnersInc/cythonizer .. image:: https://img.shields.io/badge/license-MIT-green :target: LICENSE.txt .. image:: https://img.shields.io/static/v1?label=Created%20with%20%E2%9D%A4%EF%B8%8F%20by&message=TechLearners&color=red :target: https://github.com/TechLearnersInc Introduction ------------ :code:`cythonizer.py` is a script that will attempt to automatically convert one or more :code:`.py` and :code:`.pyx` files into the corresponding compiled :code:`.pyd | .so` binary modules files. Example:: $ python cythonizer.py myext.pyx :code:`pip install cythonizer` will automatically create an executable script in your :code:`Scripts/` folder, so you should be able to simply:: $ cythonizer myext.py or even:: $ cythonizer *.pyx You can type:: $ cythonizer -h to obtain the following CLI:: usage: cythonizer.py [-h] [--annotation] [--numpy-includes] [--debugmode] filenames [filenames ...] positional arguments: filenames .py and .pyx files only optional arguments: -h, --help show this help message and exit --annotation (default: False) --numpy-includes (default: False) --debugmode (default: False) - :code:`--annotation` will create the HTML Cython annotation file. - :code:`--numpy-includes` will add the numpy headers to the build command. - Compiler flags :code:`-O2 -march=native` are automatically passed to the compiler.


نیازمندی

مقدار نام
- cython
- numpy


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

مقدار نام
>=3.6 Python


نحوه نصب


نصب پکیج whl cythonizer-1.2.0b3:

    pip install cythonizer-1.2.0b3.whl


نصب پکیج tar.gz cythonizer-1.2.0b3:

    pip install cythonizer-1.2.0b3.tar.gz