معرفی شرکت ها


btmod-1.0.2


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Modify Python Built-in Types
ویژگی مقدار
سیستم عامل -
نام فایل btmod-1.0.2
نام btmod
نسخه کتابخانه 1.0.2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Nacho00112
ایمیل نویسنده thurealrubiogame@gmail.com
آدرس صفحه اصلی https://github.com/nacho00112/btm
آدرس اینترنتی https://pypi.org/project/btmod/
مجوز mit
btm - Built-in Types Modificator ================================ This is a library written in pure python that allows you to modify the python built-in types easily. For example: ```python import btm btm.addattr(int, "lol", 10) print((1).lol) # Output: 10 ``` How this works!? ---------------- - no C extensions, only pure python - no preprocessors Using the native library ctypes: `ctypes.pythonapi._PyObject_GetDictPtr` do the trick. Installation ------------ The simpliest way is using [pip](https://github.com/pypa/pip) ```bash pip install btmod ``` or from github: ```bash git clone https://github.com/nacho00112/btm cd btm python3 setup.py install ``` For test: ```bash python3 test.py ``` Documentation ------------- The documentation is available in [The btm documentation page](https://github.com/nacho00112/btm/tree/main/docs/index.md) Contribution ------------ Contributions are welcome, see [CONTRIBUTE.md](https://github.com/nacho00112/btm/tree/main/CONTRIBUTE.md) for more information. For bugs, questions, suggestions etc. ------------------------------------- Go to [issues](https://github.com/nacho00112/btm/issues). Contact ------- - email - <thurealrubiogame@gmail.com> - issues - [issues](https://github.com/nacho00112/btm/issues) Creators -------- - [Nacho](https://github.com/nacho00112) - Only created by me!


نحوه نصب


نصب پکیج whl btmod-1.0.2:

    pip install btmod-1.0.2.whl


نصب پکیج tar.gz btmod-1.0.2:

    pip install btmod-1.0.2.tar.gz