معرفی شرکت ها


dynoptimdict-2.0.0


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

A dynamic dict class that inherits and overrides the built-in dict class for special purposes. That provides real-time access to dynamic data, while still allowing the option to get only the specified data without calculating all. It adheres to the concept of program optimization which avoids loading if not used, saving both memory and time.
ویژگی مقدار
سیستم عامل -
نام فایل dynoptimdict-2.0.0
نام dynoptimdict
نسخه کتابخانه 2.0.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده leoweyr
ایمیل نویسنده leoweyr@foxmail.com
آدرس صفحه اصلی https://github.com/leoweyr/Python-Dynoptimdict
آدرس اینترنتی https://pypi.org/project/dynoptimdict/
مجوز MIT
# Dynoptimdict [![PyPI Latest Release](https://img.shields.io/pypi/v/dynoptimdict.svg)](https://pypi.org/project/dynoptimdict/) [![Package Status](https://img.shields.io/pypi/status/dynoptimdict.svg)](https://pypi.org/project/dynoptimdict/) [![License](https://img.shields.io/pypi/l/dynoptimdict.svg)](https://github.com/leoweyr/Python-Dynoptimdict/blob/main/LICENSE) [![Downloads](https://static.pepy.tech/personalized-badge/dynoptimdict?period=total&units=international_system&left_color=grey&right_color=green&left_text=pypi%20downloads)](https://pepy.tech/project/dynoptimdict) A dynamic data dict class that inherits and overrides the built-in dict class for special purposes. That provides real-time access to dynamic data, while still allowing the option to get only the specified data without calculating all. It adheres to the concept of program optimization which avoids loading if not used, saving both memory and time. ## ⚖️License [MIT](https://github.com/leoweyr/Python-Dynoptimdict/blob/main/LICENSE) ## 📗Documentation The basic usage is similar to that of Python built-in `dict`, please refer to the code example for specific differences: https://github.com/leoweyr/Python-Dynoptimdict/tree/main/examples


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

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


نحوه نصب


نصب پکیج whl dynoptimdict-2.0.0:

    pip install dynoptimdict-2.0.0.whl


نصب پکیج tar.gz dynoptimdict-2.0.0:

    pip install dynoptimdict-2.0.0.tar.gz