معرفی شرکت ها


associations-0.0.4


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Assocition management package
ویژگی مقدار
سیستم عامل -
نام فایل associations-0.0.4
نام associations
نسخه کتابخانه 0.0.4
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Hyppoprogramm
ایمیل نویسنده programm.jeremiah@yandex.ru
آدرس صفحه اصلی https://github.com/pypa/associations
آدرس اینترنتی https://pypi.org/project/associations/
مجوز -
# Associations > #### This is an association management package. ## Objects * ### Classes: - **Association** (word : str,name : str,method=None,case_sensitive=True,regular=False,**data) * word - word to create an Association * name - name of the your Association * method - method used when searching for assoС‚iations (in/including/is) * case_sensetive - case-sensetive search * regular - using regular expressions when searching * data - data to save * Methods: + *add*() > Add self to the list of associations + *getdata*() > Get the data that was saved when you created it + *getmethod*() > Get the method that is assigned at creation + *isregular*() > Checks whether regular expressions are enabled + *get_case_sensetive*() > Checks whether register accounting is enabled + *getname*() > Get the name of this association + *set_case_sensetive*(state : bool) > Enables or disables case accounting * ### Variables: - **Associations** >It is the heir of the inner class "associations" * Methods: + *add*(value : string, name : str,method : str,case_sensitive=True,regular=False,**data) > Create a new association and adds it to the associations list + *add*(value : Association) > Add the association to the associations list + *get*(string : str) -> list > Searches for all associations to the string "string" *** ## Example ```python import associations associations.Associations.add('hello','Greeting','including') print(associations.Associations.get('hello, world!')[0].getname()) ``` Out: >Greeting


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

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


نحوه نصب


نصب پکیج whl associations-0.0.4:

    pip install associations-0.0.4.whl


نصب پکیج tar.gz associations-0.0.4:

    pip install associations-0.0.4.tar.gz