معرفی شرکت ها


cardo-python-utils-0.1.3


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Python library enhanced with a wide range of functions for different scenarios.
ویژگی مقدار
سیستم عامل OS Independent
نام فایل cardo-python-utils-0.1.3
نام cardo-python-utils
نسخه کتابخانه 0.1.3
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Kristi Kotini
ایمیل نویسنده hello@cardoai.com
آدرس صفحه اصلی https://github.com/CardoAI/cardo-python-utils
آدرس اینترنتی https://pypi.org/project/cardo-python-utils/
مجوز MIT (X11)
============================ CardoAI Python Helper Module ============================ This library allows the utilization of different utility functions for different scenarios. Main utils: * time * string * data_structures * db * django * django_rest * math * pandas * exception Quick start ----------- 1. Import wanted function like this:: from python_utils.time import date_range date_range(start_date, end_date) Although the library provides some utility functions related to other libraries like django and pandas, it does not install any dependencies automatically. This means, you can install the library even if you do not use these libraries, but keep in mind that in this case you cannot use the functions that depend on them. You can also chose to install the dependencies alongside the library, including the library in the requirements in the form:: cardo-python-utils[django] Tests ----- The library has a 100% coverage by tests. If you want to see tests in action: 1. Inside venv, run ``pip install -r tests/requirements.txt`` 2. Run tests via ``pytest`` command


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

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


نحوه نصب


نصب پکیج whl cardo-python-utils-0.1.3:

    pip install cardo-python-utils-0.1.3.whl


نصب پکیج tar.gz cardo-python-utils-0.1.3:

    pip install cardo-python-utils-0.1.3.tar.gz